Artem Ivanov
Results
21
comments of
Artem Ivanov
Hi, I tried, everything works ```js updateChart = () => { if (this.chart) { this.chart.dispose(); } this.chart = new TimeChart.core(this.root, { baseTime: this.props.data.baseTime, renderPaddingLeft: 45, series: this.props.data.series, formats: this.props.item.payload.formats, plugins:...