Jukka Kurkela

Results 13 issues of Jukka Kurkela

A draft for comments. @etimberg do you think this would cause any problems elsewhere?

type: enhancement
type: types

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...

type: enhancement

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.

enhancement

This would enable plugins like `chartjs-plugin-zoom` and `chartjs-plugin-datalabels` to work with treemap.

enhancement

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

chore

Resolves #71

enhancement

### Expected behavior It should fill to the STEPPED line below ### Current behavior It fills to imaginary non-stepped line below: ![image](https://user-images.githubusercontent.com/27971921/208060023-f738859d-5022-440f-b890-aeb77898f85c.png) ### Reproducible sample https://codepen.io/kurkle/pen/mdKNNja ### Optional extra steps/info...

type: bug

>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...

type: documentation

### 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 - ![Screenshot 2023-05-09 163927](https://github.com/kurkle/chartjs-chart-treemap/assets/91798542/744dc10d-ca0b-45cb-a29d-a3ff6d2e252b) I tried to...

enhancement