Skip to content

imathu/react-d3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React d3.js examples

run the code

The code is built with create-react-app. To run the examples use following command

  #> yarn install
  #> yarn start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

examples

responsive Treemap exaple

#> components/Treemap/Treemap.jsx

responsible Sankey example

#> components/Sankey/Sankey.jsx

develop

We use eslint with airbnb styleguide. To lint and automatically fix, run the following command

lint

  #> yarn run lint-fix

test

  #> yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published