AmChart 背景网格
AmChart Background Grid
我目前正在本地开发Amchart图表及其阅读表格
数据库。我想要一种在图表上方制作背景网格线的方法
fillAlphas= 1?
您可以尝试使用 this
您必须在图表配置中将 gridAboveGraphs
设置为 true。
AmCharts.makeChart("chartdiv", {
// other config omitted
"gridAboveGraphs": true,
// ...
});
我目前正在本地开发Amchart图表及其阅读表格 数据库。我想要一种在图表上方制作背景网格线的方法
fillAlphas= 1?
您可以尝试使用 this
您必须在图表配置中将 gridAboveGraphs
设置为 true。
AmCharts.makeChart("chartdiv", {
// other config omitted
"gridAboveGraphs": true,
// ...
});