We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c3e53 commit fc799a6Copy full SHA for fc799a6
src/module.ts
@@ -812,7 +812,6 @@ class PlotlyPanelCtrl extends MetricsPanelCtrl {
812
if (this.annotations.shapes.length > 0) {
813
traces = this.traces.concat(this.annotations.trace);
814
}
815
- console.log('ConfigChanged (traces)', traces);
816
Plotly.react(this.graphDiv, traces, this.layout, options);
817
818
0 commit comments