浏览代码

Set 'displaylogo' to false by default in the plotConfig setting. (#1601)

* 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.
Fabien Lelaquais 10 月之前
父节点
当前提交
d4e36aee81
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/taipy-gui/src/components/Taipy/Chart.tsx

+ 1 - 0
frontend/taipy-gui/src/components/Taipy/Chart.tsx

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