Skip to content

Commit

Permalink
Set 'displaylogo' to false by default in the plotConfig setting. (#1601)
Browse files Browse the repository at this point in the history
* Set 'displaylogo' to false by default in the plotConfig setting.
* Please learn Javascript before you code.
* Fred is always right and Fred is always good advice.
  • Loading branch information
FabienLelaquais authored Jul 29, 2024
1 parent 12098b7 commit d4e36ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/taipy-gui/src/components/Taipy/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ const Chart = (props: ChartProp) => {
plconf = {};
}
}
plconf.displaylogo = !!plconf.displaylogo;
plconf.modeBarButtonsToAdd = TaipyPlotlyButtons;
// plconf.responsive = true; // this is the source of the on/off height ...
plconf.autosizable = true;
Expand Down

0 comments on commit d4e36ae

Please sign in to comment.