-
Notifications
You must be signed in to change notification settings - Fork 18
Circular Heatchart
tahir1122 edited this page Sep 28, 2018
·
3 revisions
The Circular Heatchart example is built to mimic the D3 example found here: http://prcweb.co.uk/circularheatchart/
NOTES:
When developing your exaples, take a look at the DataAdaptor script I created to hold my data reading code. It would be good to see if we can wrap all our data reading in here, so we can have a similar format to d3.csv, d3.json, etc. (You don't have to do this, just a suggestion)
Also take a look at the CustomMeshGenerator script. This is a good place to collect all of our mesh creation code.