Skip to content

Jumpy panning and weird behavior #642

Answered by kurkle
Baribj asked this question in Q&A
Discussion options

You must be logged in to vote

Its the defaults that chartjs-chart-financial sets for x-scale. Specifically the source of ticks.

So adding this to x-scale config helps:

ticks: {
  source: 'auto'
}

https://jsfiddle.net/jx1aq9h8/

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by kurkle
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #632 on March 24, 2022 06:31.