pagesource / atomic-react-components

A react pattern library with collocation for generic react components equipped with recommended development ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a generic React Graph component

vinodloha opened this issue · comments

  1. Makes use of light graph library like Chartist or any other (except High Charts, D3 etc). Here is the link to comparison table https://github.com/naver/billboard.js/wiki/Comparison-table
  2. Create a generic graph component that can accept configuration for different graph and returns corresponding variations.
  3. Should be able to redraw the graph when data changes (dynamic graphs).
  4. Document generic variations on sample page: Bar, Pie, Line, Area etc.