Lemoncode / simplechart

Simplechart seed
MIT License
12 stars 13 forks source link

Create a simple line chart using d3js with harcoded data #4

Closed brauliodiez closed 6 years ago

brauliodiez commented 6 years ago

We want to explore which data is needed, how it works.

Create it using the latest stable d3js version.

juanbermudezpareja commented 6 years ago

In next repository, you can find a multiline chart that uses d3 v4: Multiline chart sample It could be configured using one of these possible data inputs:

Published using gh-pages here: https://juanbermudezpareja.github.io/LineChartReact/

brauliodiez commented 6 years ago

Really good stuff, congrats