SimpleChart new version: mxui.html.renderValue replaced with what?

4
I'm fixing the Simplechart / highchart widgets but this function isn't available in 5.9.0 client api. What can I use as alternative? Update: From Mendix I understand that 2 other people in the community are fixing the Simple Chart widget. For what it's worth: I managed to fix several issues on the widget: multiple series loading (series are now queried in queue instead of parralel), this fixed several IE rendering issues upgraded the highcharts library from version 2 to version 4. sorting with multiple series fixes I will commit my changes to github but it probably may conflict with other changes..
asked
2 answers
0

You should use mx.parser.formatValue: https://apidocs.mendix.com/5/client/mx.parser.html#formatValue Thanks for your help!

answered
0

Thanks all, I will submit my changes to the git hub soon. Note that I only fixed issues around highcharts.

answered