C-JSN / D3-ID3

iD3: an Integrated Development Environment for D3.js
http://d3-id3.com/
MIT License
788 stars 54 forks source link

Only scatter plot template works, rest don't #86

Open bkamapantula opened 7 years ago

bkamapantula commented 7 years ago

Thanks for the superb tool!

Changing the template to anything other than Scatter plot doesn't seem to work.

Could anyone please let me know if they've noticed this?

CeliaNgr commented 7 years ago

Same problem for me :)

SixthPrimeNumber commented 7 years ago

Same here. can't seem to open the rest of the template. Even had problem trying to Upload my own code after choosing the scatterplot template.

DarquesM commented 7 years ago

Same problem here. I have downloaded D3-iD3 today, only scatter plot seems to work.

hydrosquall commented 5 years ago

Based on the source code, it looks like this happens because that's the only template that was wired into the menu. The other buttons don't trigger any actions when they're clicked, and it's because the other templates weren't implemented yet.

https://github.com/C-JSN/D3-ID3/blob/6dead30cb522b350f0ddd1b9dd5e87d13a2414cd/src/components/header/HeaderToolbar.js#L44

With that said, if you're looking for code samples of d3 code to use as a starting point for your own projects (which you can paste into this IDE), you will find lots of examples using the blockbuilder search tool: https://blockbuilder.org/search