PolarArea图表的Apexchart最大yaxis值

时间:2020-10-19 18:58:23

标签: angular apexcharts

我想为Apexcharts上的polarArea图表设置最大值100。

我在yaxis元素上使用了其他图表的最大值,但在PolarChart上不起作用:

  yaxis: {
    max: 100,
  },

就像Apex一样,它根据系列中的最大值设置最大值,这是图表的屏幕快照,其中单个系列值为80:

enter image description here

如何强制图表始终显示0-100范围?

1 个答案:

答案 0 :(得分:1)

那是ApexCharts中的错误。我已经在此commit中对其进行了修复,该修复程序将与下一个版本3.22.1一起发布