How to drill down between flexmonster graphics?
Image attached
Hello,
Thank you for reaching out.
If we understand correctly, you want to sync drill-downs between grid and chart representations of your data.
In this case, consider setting the grid_charts
value to the viewType
property of the Options Object. It will automatically create both grid and chart that will be synchronized. You can define the chart's position relating to the grid using the position
property.
Let us know if it helps.
If our assumption is not correct, please provide us with additional details about the desired functionality.
Kind regards,
Illia
It wouldn't be that, but they are different when you make the onclick or filter in one of them and apply it to the others.
Hello,
Thank you for providing the details.
Please note that syncing drill-downs is only possible when the same slice is used both on the grid and chart. Otherwise, differences in tuples would not allow applying the same set of drill-downs.
In its turn, filters can be synchronized as demonstrated in the following example: Sync filters for multiple Flexmonster instances.
Please let us know if it helps.
Kind regards,
Illia