chartjs-node
chartjs-node copied to clipboard
Add tooltips on the generated PNG
Hey,
I'm trying to generate the PNG with the tooltips on it. I tried a couple of different things.
First, I've tried adding an addHitRegion() canvas' method on the afterDraw plugin. But it looks like this function is not supported.
And then I tried to find any configuration of the tooltip that makes that for me. But I didn't find one
Is it currently possible to do that?
@BrunoLerner Have u got any solution for tooltip were am facing same issue