|
@@ -518,6 +518,7 @@ const Chart = (props: ChartProp) => {
|
|
plconf = {};
|
|
plconf = {};
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ plconf.displaylogo = !!plconf.displaylogo;
|
|
plconf.modeBarButtonsToAdd = TaipyPlotlyButtons;
|
|
plconf.modeBarButtonsToAdd = TaipyPlotlyButtons;
|
|
// plconf.responsive = true; // this is the source of the on/off height ...
|
|
// plconf.responsive = true; // this is the source of the on/off height ...
|
|
plconf.autosizable = true;
|
|
plconf.autosizable = true;
|