Any plans to update of the ChartJS component for Titanium?

One of my client is using the ChartJS component in his app, and would like to update to the latest Servoy and use Titanium but it seems the ChartJS component hasn’t been updated for a while and is not working in Titanium… is there any plans for an update? Any ETA?
Thanks!

we can do a release for 06 but the 2022.12 release that we have should work fine (we just tested it)
And there are not really changes in that package except i guess angular/npm package updates.

So i am planning todo a full release for the 09 version of servoy because of the major angular update that does need new versions of stuff.

as a reminder, NG1 uses chartjs 2.7.x but TiNG uses 3.9.x so there are some options migration that needs to be taken care of:

https://www.chartjs.org/docs/latest/mig … ation.html

@Johan

jcompagner:
we can do a release for 06 but the 2022.12 release that we have should work fine (we just tested it)

This might work for foundset based data, but not with data fed with setData()

See sample [attachment=0]testChartJS.servoy[/attachment] - works in ng1 not in titanium.

testChartJS.servoy (6.93 KB)

but there are no fixes for that in that area at all: https://github.com/Servoy/svyChartJS/commits/master

so doing a release will not help that i guess.

Please make a case with that sample attached then so we can have a look

quickly looking at the code we do have support for “data”

https://github.com/Servoy/svyChartJS/bl … rt.ts#L321

Thanks @Johan I’ve created a case for this: https://support.servoy.com/browse/SVY-18413