rickyricky74
rickyricky74
Is there an alternative way to fill in the background color if we cannot use the "beforeDraw" event through the *missing* pluginService? I am using 2.5.0 and for the life...
No. I never found a solution to this problem. On Wed, Aug 30, 2017 at 10:03 AM, Chris wrote: > @nkoterba did you have any luck on this? > >...
It would be nice if support for this was implemented. Our code has a gap in code coverage because of this. Thanks in advance.
I don't know if you need this answer anymore but I had the same problem and would like to post my solution for others to benefit as well. To create...
The example I posted already has something inside the method. If you get rid of the comments I posted inside the function, you will see that what's left is a...
The code you posted is incomplete. I don't see the ngFor in your code so I can't see what object it's trying to iterate through. Make sure your legendData variable...
As far as the break point not hitting the custom function, it means that somehow your options are not being set properly. You might want to add a semi-colon after...
I'm using Chart.js v2.5.0 by the way. Perhaps you're using a different version. In that case the placement of the legendCallback in the options object may be different.