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 923d247 commit a4710b3Copy full SHA for a4710b3
src/components/vue-ui-xy.vue
@@ -1874,7 +1874,6 @@ export default {
1874
return Math.max(...this.safeDataset.filter(s => !this.segregatedSeries.includes(s.id)).map(datapoint => Math.max(...datapoint.series)));
1875
},
1876
min() {
1877
- console.log(this.FINAL_CONFIG.chart.grid.labels.yAxis.scaleMin === null)
1878
if (this.FINAL_CONFIG.chart.grid.labels.yAxis.scaleMin !== null) {
1879
return this.FINAL_CONFIG.chart.grid.labels.yAxis.scaleMin
1880
}
0 commit comments