Abel Heinsbroek

Results 15 comments of Abel Heinsbroek

It would yes, although i'm not sure how expensive the lookup table lookups are. We could also argue that, in order to set and retrieve values we have to lookup...

Redefining MAXID is not enough, the id length is encoded in some of the input[n].c files as well, for example in the functions for writing input files.

Hi all, thank you for contributing! Work on this project has been slow, my apologies. At my employer we've only recently started the migration from 2.x to 3. I've merged...

@marcusnewton I've added a chartjs3 branch with some preliminary fixes to support ChartJS 3.4. I have some issues with syncing zoom events that I still need to fix though. Can...

Whoops. Mind trying again?

hi @marcusnewton would you mind trying again?

Hi Mehdi, It seems that all mouse interactions, including ones outside the chart area, are synced across charts. This can be fixed by adding a check for event position somewhere...

Hi @vincepolston, In the newest version the plugin is no longer auto-registered, can you check whether that works for you?

Can you show a more clear example of what you want? Maybe a screenshot of this TSI functionality you want to reproduce?

Did you enable the interpolate tooltip mode? ``` tooltips: { mode: 'interpolate', intersect: false }, ```