Need a special offer?Find out if your project fits.
+

Flexmonster integration with Highchart

Answered
Nil asked on November 26, 2021

Hi Team,
 
We want to implement the below attached chart Name RequiredChart.png
As per attached report report.json flexmonster is generating the similar chart  please refer flexmonsterImage.png.
But when we are integrating with Highchart, it is showing different chart, please find the attached chart highchart.PNG
Please find the attached code for Highchart integration highchart-integration.json
 
Can you please suggest report object and integration with Highchart 

1 answer

Public
Vera Didenko Vera Didenko Flexmonster November 29, 2021

Hello, Nil,
 
Thank you for reaching out to us.
 
As far as we know, Highcharts don't support grouping several dimensions on the xAxis by default. Our team suggests referring to the Highcharts documentation on how to create the desired chart. Then you could adjust the chart configuration returned by the Highcharts connector according to the required format via the prepareDataFunction method (see Highcharts connector details).
 
When integrating Flexmonster with third-party charting libraries, Flexmonster provides a way to fetch the aggregated data. This allows you to process it according to the format that your charting library requires and pass it to the third-party chart to display the resulting data. Please note that the features that third-party charting libraries offer and the data format that they require lie outside of Flexmonster.
Our team has created open-source connectors for several charting libraries that process the data for you in the correct format for a head start. In addition, you can override the data processing logic with your own by providing your prepareDataFunction method (see Highcharts connector details).
 
Feel free to reach out to us if other questions arise.
 
Kind regards,
Vera

Please login or Register to Submit Answer