We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f561db + 1ec1d21 commit 72906d5Copy full SHA for 72906d5
app/ui/src/components/charts/lines/chart.ts
@@ -96,7 +96,7 @@ export class LineChart {
96
chartId = `chart_${Math.round(Math.random() * 1e9)}`
97
98
changeScale() {
99
- let plotSeries = this.baseSeries.concat(this.currentSeries).map(s => s.series)
+ let plotSeries = this.baseSeries.concat(this.currentSeries).map(s => s.trimmedSeries)
100
if (plotSeries.length == 0) {
101
this.yScale = d3.scaleLinear()
102
.domain([0, 0])
0 commit comments