问题
We have two bar reports on the same page. We are generating Y-axis label formatters dynamically, but whatever format of the second chart which is overriding the first chart. I have noticed for both the charts it is calling formatter function only once.
yAxis: [{
min: minVal,
max: maxVal,
labels: {
formatter: function() {
return getPatternDetailsLeftAxis(this.value, scope.StackBarPrefix, scope.StackBarSufix)
}
}]
Can anyone help me on this issue? Thanks in advance.
来源:https://stackoverflow.com/questions/56174314/highcharts-same-type-of-bar-report-more-than-one-in-same-page-only-last-report