Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 384 Bytes

react-d3-examples

Simple example of React+d3 dynamic bar and donut charts

Components

  • BarChart - dynamic bar chart example.
  • DonutChart - dynamic donut chart example.
  • SvgView - loads and parse svg image. For example plan from this repository.

Installation

  1. Run npm install for dependencies installation.
  2. Run npm run server:frontend for starting dev-server.