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

Frontend Web (chart-example repo) lesson has some extra stuff #23

Open
dmil opened this issue Jan 12, 2021 · 0 comments
Open

Frontend Web (chart-example repo) lesson has some extra stuff #23

dmil opened this issue Jan 12, 2021 · 0 comments

Comments

@dmil
Copy link
Contributor

dmil commented Jan 12, 2021

Instructions that reference this are not extraneous

var svg = d3.select("body").append("svg")
    .attr("width", width + margin.left + margin.right)
    .attr("height", height + margin.top + margin.bottom)
    .attr("class", "chart")
    .attr("id", "apple-stock-chart")

Also, I might consider introducing the "inspect element" window in the browser more formally, especially if we plan to explore snippets like the one above.

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

1 participant