d3-example-ignitetour
d3-example-ignitetour copied to clipboard
This repo serves as an example for Microsoft Ignite the Tour. In this session, we explore how to create basic charts and graphs using d3.
Understanding Data Through Visualization
This repo serves as an example for Microsoft Ignite the Tour. In this session, we explore how to create basic charts and graphs using d3.
In this repo:
This is a Vue application that shows: how to construct a base chart component, with several methods that update the chart. It shows how to tear down the chart between different visualizations, as well as 5 ways the data can be displayed.
Project Setup
Prerequisites:
Instructions
- Set up project:
yarn install
ornpm install
Learn More/Resources
Running Locally and building
Prerequisites:
Instructions
- Compiles and hot-reloads for development:
yarn run serve
- Compiles and minifies for production:
yarn run build