如何在chart.js3折线图中沿y轴方向移动原点,使x轴穿过除(0,0)之外的不同点?
我使用 Chart.js 绘制一个数据集,它是两个变量的比率,范围从 10 到 -10。但大多数时候它围绕 y=1 摆动。
我正在尝试借助 Chart.js3 绘制该数据集的实心线图。当填充方向低于 1(即 y<1)而不是默认 y=0 时,如何更改填充方向?
I'm using chart.js to plot a dataset, which is a ratio of two variables and it ranges from 10 to -10. But most of the time it swings around y=1.
I'm trying to plot a filled line plot of this dataset with the help of chart.js3. How do I change the direction of fill when it goes below 1(i.e. y<1) instead of default y=0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为填充设置一个对象,您可以在其中进行配置:
文档
You can set an object for the fill in which you can configure this:
docs