Jukka Kurkela
Jukka Kurkela
A draft for comments. @etimberg do you think this would cause any problems elsewhere?
I sadly won't have time to investigate it further myself, so you guys can decide if you want to close the PR or keep it. _Originally posted by @BeeeQueue in...
The "Source Code" link at https://www.chartjs.org/chartjs-chart-financial/ points to https://github.com/chartjs/chartjs-chart-financial/tree/master/docs
As reply to: https://github.com/chartjs/chartjs-plugin-annotation/pull/740#issuecomment-1134514169 I'm sure I missed some common options, but those can be added in subsequent pull requests.
This would enable plugins like `chartjs-plugin-zoom` and `chartjs-plugin-datalabels` to work with treemap.
If Tooltip is not registered before TreemapController, the tooltip positioner is not registered. https://github.com/kurkle/chartjs-chart-treemap/blob/971f84b935d994dee2ec7ab0c41d2b52a7f46d16/src/controller.js#L372-L386
### Expected behavior It should fill to the STEPPED line below ### Current behavior It fills to imaginary non-stepped line below:  ### Reproducible sample https://codepen.io/kurkle/pen/mdKNNja ### Optional extra steps/info...
>It works. Setting the weight of the left category scale to 2 moves it down. >I didn't quite understand the documentation in that point. Also missing is the information in...
### Discussed in https://github.com/kurkle/chartjs-chart-treemap/discussions/185 Originally posted by **PrivateRoDee** May 26, 2023 Hello, I wanted to render a chart which looks something like this -  I tried to...