Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Graph AmChart背景网格_Graph_Amcharts_Gridlines - Fatal编程技术网

Graph AmChart背景网格

Graph AmChart背景网格,graph,amcharts,gridlines,Graph,Amcharts,Gridlines,我目前正在开发Amchart图表及其本地阅读表单 数据库。我想要一种方法,使背景网格线以上的图形与 fillAlphas= 1? 您可以尝试使用您必须在图表配置中将其设置为true AmCharts.makeChart("chartdiv", { // other config omitted "gridAboveGraphs": true, // ... }); 谢谢,有没有办法让网格稍微暗一点?对于水平方向,也将and设置为更大的值。默认情况下,它们被设置为一个小的十进制值,

我目前正在开发Amchart图表及其本地阅读表单 数据库。我想要一种方法,使背景网格线以上的图形与

fillAlphas= 1?
您可以尝试使用

您必须在图表配置中将其设置为true

AmCharts.makeChart("chartdiv", {
  // other config omitted
  "gridAboveGraphs": true,
  // ...
});

谢谢,有没有办法让网格稍微暗一点?对于水平方向,也将and设置为更大的值。默认情况下,它们被设置为一个小的十进制值,因此任何接近或等于1的值都会使其变暗。我强烈建议您仔细阅读文档,因为它非常全面。