Chart.js yAxis隐藏数据

时间:2019-03-27 19:47:40

标签: javascript chart.js

我对Chart.js有疑问。从图片中,您可以看到该图表隐藏了带有注释的水平线

           annotation: {
                annotations: [{
                    drawTime: 'afterDraw', 
                    type: 'line',
                    mode: 'horizontal',
                    scaleID: 'y-axis-0',
                    value: chartData.test,
                    borderColor: 'black',
                    borderWidth: 1,
                    label: {
                        content: "Test",
                        enabled: true,
                        position: "left"
                    }
                }]
            }

enter image description here

所以问题是如何告诉Chart.js将yAxis max设置为此值,我也不想计算最大值,因为我有很多数据,这只是示例

0 个答案:

没有答案