- Webpack configuration for development and production
- D3 configuration for generating line chart
y-axis represents temperature in fahrenheit
x-axis represents time from Aug 2018 to Sep 2019
Run
git clone https://github.com/thejsdeveloper/d3-line-chart.git
cd
wd3-line-chart
npm install
Run
npm start
for a dev server. Navigate tohttp://localhost:8081/
. The app will automatically reload if you change any of the source files.
Run
npm run build:dev
to build the project in development mode. Runnpm run build:prod
to build the project in production mode.
The build artifacts will be stored in the dist/
directory.