Hi Guys,
Could you guys please tell me which version of highcharts does outysystems support and does it support higher version of highcharts?
Regards,
Vaishnavi
Hi Vaishnavi,
Unfortuntaly, OutSystems has a very old version of HighCharts built in: 4.1.4 in P10, and 6.1.4 in P11. You can check this by using the developer tools in the browser when a page is shown with a chart, and type "Highcharts.version" in the console (without the quotes of course):
OutSystems does not support any other versions when using the built-in Charts, as it's a custom version that integrates with the Platform. You can, however, use a newer version and create your own charts, but in that case you cannot use the built-in Chart functionality. Also note that you may need a seperate Highcharts licence, as OutSystems only provides a licence for 6.1.4.
EDIT: I got ninja'd by João Marques, but I'll leave my post up.
Your question is related to this one where it is answered how to see the license supported by OutSystems.
Basically, you just need to open a screen of yours with a chart on your browser, open developer Tools and write Highcharts.version on the console.
Hope it helps.
Cheers,
João
João Marques wrote:
Thankyou!!!
Hi,
Actually I have a customized JSON code which is of version 8. Can I use it now?
Hi Killian,
Thankyou so much! That was very quick!
What do you mean by "customized JSON code"? Did you add JSON in an XAxisFormat, YAxisFormat or AdvancedFormat? Normally that should still work, as Highcharts is prettty backwords compatible in general. I haven't seen much problems when upgrading from P10 to P11.