use Array.forEach提醒
出现:Highcharts.js:12 Highcharts warning: Deprecated member
- Highcharts.each: use Array.forEach
解决办法
变为
accessibility.js提醒
出现:Highcharts warning: Consider including the "accessibility.js" module to make your chart more usable for people with disabilities. Set the "accessibility.enabled" option to false to remove this warning. See https://www.highcharts.com/docs/accessibility/accessibility-module.
解决办法
添加
accessibility: {
enabled: false,
}