Hello, How can I do it? #9841
Unanswered
DimaKukhta
asked this question in
Q&A
Replies: 1 comment
-
You can write a custom plugin for this using the afterDraw hook. Or you can choose to use extra datasets which make all backgorundColors transparent except for the one you need. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello everyone, please tell me. How can I make a graph like this? That is, a certain data graphic should be highlighted.
For example, I have data like this:
That is, in an object where the isSelected flag is true. I need to add a border as in the chart, only for data where the isSelected flag is true. I know that such a border can be created on the "hover" event. For example hoverBorderWidth and others. But how to make the chart's border increase only for specific data?
Hopefully clear, thanks.
Beta Was this translation helpful? Give feedback.
All reactions