* 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.
@@ -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;