FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

Function for annotateDisplay #530

Closed meersonv closed 6 years ago

meersonv commented 6 years ago

After upgrade ChartNew.js to the latest version, I have problem with usage of function for annotateDisplay (as explained at issue 243). I write: annotateDisplay : setAnnotateFun

and define function that returns "true" always (for test only): function setAnnotateFun (area, ctx, data, statData, posi, posj, othervars) { return (true); }

The annotation doesn't appear in Chrome and Firefox (last desktop versions), but appears in IE11

FVANCOP commented 6 years ago

Hi Meersonv,

You are right; it doesn't work in the last version (and probably since a long time). Problem has been fixed; Download the last version published some minutes ago.

Thanks for reporting the problem, François

meersonv commented 6 years ago

Thanks a lot for quick update.