js:工具库-highcharts.js

时间:2023-03-09 04:30:19
js:工具库-highcharts.js

主要用于方便绘制图标,注意是需要付费的;

相关连接:

官网
中文网

祛除自带标识的代码:

 credits: {
enabled: false //remove the logo and button
},
exporting: {
enabled: false
},

去掉线上的点:

plotOptions: {
  series: {
    marker: {
      enabled: false
    }
  }
},

  

可能出现的异常