rawgraphs / rawgraphs-charts

A curated selection of charts provided through RAWGraphs interface
https://rawgraphs.io/
Apache License 2.0
92 stars 43 forks source link

Add series for treemap and bubble chart #115

Closed giorgiouboldi closed 1 year ago

giorgiouboldi commented 2 years ago

For which chart are you making a suggestion?

Describe your suggestion I would add the possibility to add series

mikima commented 2 years ago

@giorgiouboldi could you upload a sample dataset for both the models using also series? thanks!

giorgiouboldi commented 2 years ago

For the bubble chart try to create a chart for each country. X: CO2 emissions (per capita), Y: GDP (per capita), Connected by: Year

For the treemap you can use the orchestra dataset and use "orchestra type" in series.

bubblechart-series.tsv.zip

mikima commented 2 years ago

@giorgiouboldi working on bubble charts. We should add an option to use the same scale across series. We have two options:

Do you have preferences?

mikima commented 2 years ago

Treemaps (and all the space-filling models) are problematic since they maximise the usage of space, keeping in account space for padding and titles. Dividing them across multiple series of the same area create an issue in finding a way to make them comparable using the same scale.

I have no idea on how to solve it, @uf0 any idea?

mikima commented 1 year ago

closed. Series have been added for Bubble Chart. Treemaps are more complex due problems related to space-filling models, should be reworked in future.