Hello,
is it possible to include 3D chart into the flexmonster and how?
Like this one: https://jsfiddle.net/highcharts/V37Vv/?utm_source=website&utm_medium=embed&utm_campaign=V37Vv
We need data source for x, y and z coordinate.
Thank you!
Regards,
Simon
Hi Simon,
Could you please tell me how you see mapping from the 2-dimensional table to the 3-D chart?
You find the tutorial about integration with Highcharts here: http://www.flexmonster.com/doc/integration-with-highcharts/.
Best,
Roman
Hello Roman,
Flexmonster returns a single 2d graph at any time, based on the selected filters. However, I'd like to receive multiple of these 2d graph for a given filter, which would give me the Z axis.
For instance, instead of just getting one 2d graph of calculated data for the selected Dates in the filter Date, I'd like to receive an array of 2d graphs, one for each selected Date in the filter Date.
Regards,
Simon
Hello Simon,
Thank you for the explanation. We recommend using prepareDataFunction
to preprocess the data the necessary way for 3D scatter chart. You are welcome to read more in our documentation. We have prepared the example demonstrating how to show data from our component in a 3D chart. Please have a look on JSFiddle. We would be grateful for your feedback!
Regards,
Tanya