Replies: 1 comment 1 reply
-
Hi, this is the current implementation and there are no options (afaik) that would do what you are requesting. That said, it would probably not be that hard to implement, because the interpolation functions are already there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
It's my first time using stacked graphs with chartjs and found that it is not working as I expected.
What I can see so far is that graphs are stacked only taking into account the points which share the same X-value, thus if graphs don't share X-value points they are not really stacked on the fully line-graph.
Is this working as expected?
Is there any chance/option to make it work as I described?
Here is a simple repo case:
Beta Was this translation helpful? Give feedback.
All reactions