211
Views
6
Comments
Solved
HighCharts version

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

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

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.

2018-10-29 08-31-03
João Marques
 
MVP

Hi Vaishnavi,


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

UserImage.jpg
Vaishnavi Choppalli

João Marques wrote:

Hi Vaishnavi,


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

 

 Thankyou!!!

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

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.

UserImage.jpg
Vaishnavi Choppalli

Hi,

     Actually I have a customized JSON code which is of version 8. Can I use it now?




Cheers,

Vaishnavi


UserImage.jpg
Vaishnavi Choppalli

Hi Killian,

      Thankyou so much! That was very quick!




Cheers,

Vaishnavi

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Vaishnavi,

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.