For creating a dashboard page I am trying to implement Chart.js as a chart plugin.
It is using a canvas (html) to show data:image/png;base64
The image is created by the chart.js library, but wont show up.
I didnt retrieve any errors on showing te page, in FF console or servoy server log, etc.
When I try the same code in a html file on an apache http server it works fine.
Any idea or solution is very welcome, or other workable chart plugins (js based).
UPDATE:
Will stick to google charts, because googlecharts is working properly
It’s in-progress. We don’t have a release date planned yet. But one of the nice things about web components for the NG Client is that they can be released independent of the platform.
What types of charts do you plan to use?
For first release, will be basic: Pie, Donut, Line, Scatter, Bar, etc.