How can I create a horizontal scrolling Chart.js line chart with a locked y axis?

后端 未结 7 1833
生来不讨喜
生来不讨喜 2020-11-29 00:39

I\'d like to create a line chart with Chart.Js but have the Y-Axis not move when I scroll.

I\'m assuming I can use a fixed width, and put i

7条回答
  •  孤街浪徒
    2020-11-29 01:02

    with the latest version (2.4.0) this worked for me:

    HTML

    You can also calculate the width dynamically based on the length of data. For example in VueJS you can do it as follow (considering 30px for each entry):

    VueJS

提交回复
热议问题