Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/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
Javascript am图表labeltext fonsize can';不变_Javascript_Amcharts - Fatal编程技术网

Javascript am图表labeltext fonsize can';不变

Javascript am图表labeltext fonsize can';不变,javascript,amcharts,Javascript,Amcharts,我需要在柱面内的条形图中显示我的百分比值,但缺少一些值。 那么,我如何在图表中显示缺失的值呢?随附的屏幕截图。 #我也在试尺寸 默认情况下,如果标签无法放入图表中,图表将不显示标签。在特定情况下,您需要在图形对象中设置为true: "graphs": [{ // ... "showAllValueLabels": true, // ... }, // repeat for each graph in the array ] 张贴工作小提琴

我需要在柱面内的条形图中显示我的百分比值,但缺少一些值。 那么,我如何在图表中显示缺失的值呢?随附的屏幕截图。 #我也在试尺寸


默认情况下,如果标签无法放入图表中,图表将不显示标签。在特定情况下,您需要在图形对象中设置为true:

"graphs": [{
  // ...
  "showAllValueLabels": true,
  // ...
}, 
 // repeat for each graph in the array
]

张贴工作小提琴