140
Views
3
Comments
[Outsystems Charts] Heatmap using Highcharts Modules
Application Type
Reactive
Service Studio Version
11.54.61 (Build 63317)

Hello everyone,

Thank you in advance for all your answers and support.

Well, I would like to implement a heatmap chart from the Highcharts library.
In the new version of Outsystems Charts 3.4.0, I see that there is a Highcharts Modules element, where you can select from ModuleList Entities.HighchartModules.Heatmap.


Based on the example Funnel chart implementation from the documentation,
I tried to recreate the heatmap chart in the same way, but wit no success.
https://charts.outsystems.com/samples/funnel-chart

I would be grateful for tips on how I can use Highcharts Modules to create a Heatmap.
Below is a short explanation of what data I have and what effect I want to achieve.


I would prefer to avoid using JavaScript code to create this chart if possible.
I would be grateful for tips on how to use this module.

2024-05-14 06-49-08
Karnika-EONE

Hi @Sebastian Ośkiewicz 

1.You need to import highcharts by using Requirescript client action.

2.You need to add Js in Javascript widget.


For more explanation please refer OML.screen(HeatMap).


ExampleApp.oml
2024-10-16 06-18-25
Sebastian Ośkiewicz

Hello @Karnika-EONE

Thank you for your solution.

I am looking for guidance on how to use Highcharts Modules available in OutSystems to create a heatmap. For reference, this example (https://charts.outsystems.com/samples/funnel-chart) demonstrates how they created a funnel chart from a pie chart.

UserImage.jpg
Huy Le

Have we found the solution for this?

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