Skip to content

EhsanParsania/React-D3js-Voronoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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