easychart
easychart copied to clipboard
Multiple datasets
For a Drupal 7 website I am using the Easychart plugin to display charts. Now I have the use case that I want to incorporate a line graph with a toggle for change datasets. I have several datasets per country that I am displaying in a line chart in Excel. Which country's data is shown is based on the selected country in a toggle field in Excel.
As far as I can find this is not possible currently with the Easychart module, but the Highcharts library would allow this, i.e. change the datasets and re-render the graph.
As an alternative to having this as a feature it would perhaps also be possible to show this type of data in chart with drilldown option.
Is this something that could be integrated in the module? I would like to contribute if possible, but both low on knowledge of Drupal development en JS development (coming from Laravel backend dev work mostly).