Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bkamapantula opened this issue Jul 7, 2017 · 4 comments
Open

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

bkamapantula opened this issue Jul 7, 2017 · 4 comments

Comments

@bkamapantula
Copy link

bkamapantula commented Jul 7, 2017

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
Copy link

Same problem for me :)

@SixthPrimeNumber
Copy link

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
Copy link

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

@hydrosquall
Copy link

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.

<p id="scatter-plot" onClick={(e)=>{getScatterPlotAction(ScatterPlotObject); toTemplate()}}>

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants