topogram
topogram copied to clipboard
Comment Example Doesn't Have Correct Number of Variables
In the commented out example of how to use the code it only refers to topology (and not also the geometry) variable:
- var features = cartogram(topology);
@emeeks Are you working on this? I have been working on an adaptation for rCharts
. I discovered quickly that it is based on a very old version of topojson
. I made some quick changes here to use version 1 of topojson
, but this requires some slight changes to the code. I believe it could be easily fixed to drop in with no required changes.
Hi guys, pull requests are much appreciated. I'm taking care of a newborn right now and don't have solid stretches of time to fix these issues. Thanks for looking out!
@timelyportfolio are you interested in submitting a pull request with your TopoJSON update?
honestly forgotten what I did, but will plan to dig up. Examples from that experiment.
http://timelyportfolio.github.io/rCharts_cartogram/world_usopen_mayer.html http://timelyportfolio.github.io/rCharts_cartogram/world_usopen.html
@shawnbot I should be able to work on it this week