**Feature summary**:
- ECharts has many chart types, of which the Charts extension only (currently) supports a few. Some notable ones from the previous Graph extension that are missing include (sub-tasks would be desirable):
-- [ ] Stacked bar charts (T373347)
-- [ ] Scatter plots (maybe possible currently but I can't find any info?)
-- [ ] Maps (choropleth, not those creatable in Kartographer)
-- [ ] Tree diagrams
-- [ ] Timelines (T137291)
- All of the above are natively supported by ECharts.
- Charts should not seek to just be emulate what Graphs did, and so it might be worth considering some other charts, subject to use, such as sankey diagrams and treemaps.
**Use case(s)**:
- Users are currently unable to use any of the above chart types.
**Benefits**:
- At the very least, Charts should supply most of the series that Graphs previously provided. I, as a user, want to be able to use a reasonable (but not excessive) number of different data visualisations.