Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 603 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 603 Bytes

Preview Voronoi chart

12

To start project

$ yarn install

$ yarn start

Document

It's a voronoi chart that use d3.js and implemented as a react component

New features :

  • Implement data scatter and cluster change chart on one base chart
  • It supports rtl text for x & y axis label (it was a problem in d3.js to show rtl text label)
  • It has a function to generate dynamic tooltip
  • Every line in code has explained to better understanding