Does anyone have any experience adding their own data to GapMinder, the really cool software that Hans Rosling uses in his TED talks? I have an array od objects in JSON that would be easy to show in moving bubbles. This would be really cool.
I can see that my Ubuntu box has what looks like data in /opt/Gapminder Desktop/share/assets/graphs/world, but I would need to figure out:
- How to add a measure to a graph
- How to add a data series
- How to set the time range of the data
- Identify the measures to follow at each time step
and so on.
Just for the record: if you want to use Gapminder with your own dataset, you have to convert your data in a format suitable to Gapminder. More specifically, looking in the
assets/graphs/world, you will have to:overview.xml, which contains the tree structure of all the indicators (just copy/paste an entry and specify your own data);<t1 m="i20,50.0,99.0,1992" d="90.0, ... ,50.0, ..."/>wherei20is the country id, which is followed by the minima and maxima of the series, and the year it refers to.In my humble opinion, Gapminder is a great app but it definitely needs more work on integration with other datasets. Way better to use Google Motion Chart as you did, or MooGraph (site and doc), which is unfortunately not as great as Gapminder.