-
Hello, I need help with a very specific issue. Using chartjs 3.6 with zoom plugin 1.2. I had the audacious idea to replace the category labels of the y-axes with icons using drawImage in an afterRender plugin. It even works in principle. But there are 2 problems:
I hope someone can help me or at least has an explanation of this behavior. It would be helpful if I could at least see in the afterRender plugin if the y-values are not yet correct. Then I could react to it. My code:
` |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Same problem as in this one: #10028 |
Beta Was this translation helpful? Give feedback.
-
With a lot of tests and trials, I found a solution for my problems:
It's ugly, but it's working for me. I wish chartjs would provide better possibilities. My code now:
` |
Beta Was this translation helpful? Give feedback.
-
Maybe there is someone who is interested in this topic after all. So here is the optimized solution for my particular problem: In scale configuration:
``
` |
Beta Was this translation helpful? Give feedback.
Maybe there is someone who is interested in this topic after all. So here is the optimized solution for my particular problem:
In scale configuration: