John Wealthall
Results
1
comments of
John Wealthall
The beforeDraw function can be modified to select the yAxis for the dataset by changing the forEach function to ` chartInstance.data.datasets.forEach(function (dataset, index) { if (dataset.trendlineLinear && chartInstance.isDatasetVisible(index)) { var...