Skip to content

Releases: topheman/d3-react-experiments

v3.0.0

24 Jun 00:36
Compare
Choose a tag to compare

Now using webpack 2

You can follow those steps to upgrade a webpack1 react project with hot-reload to webpack2 :

v2.3.0

15 Oct 15:52
Compare
Choose a tag to compare

Check the demo here

Read the blog post about Reusability / Composability with D3, React and Victory

Main feature

Victory based chart component that displays the number of downloads per package for the last month (data comming from the npm registry API):

  • Dual Y axis with independant scales (to compare main package against others)
  • User interractions, managing both mouse and touch events
  • Fully responsive chart

Miscellaneous

  • f4b886a add yarn.lock file
  • b95948b refactor countries multi select - better UI for removing items
  • e037bb8 setup yarn on Travis CI

Changelog: v2.2.0...v2.3.0

v2.2.0

01 Oct 19:53
Compare
Choose a tag to compare

Made a Victory based version of one the pure d3 based chart components of this project (the TransitionMultiLineChart one).

See the demo directly on the website.

  • 641980a prepare files/folders for Victory/TransitionMultiLineChart
  • 864607f port transition-multiline-chart to victory

Changelog: v2.1.1...v2.2.0

v2.1.1

30 Sep 04:52
Compare
Choose a tag to compare
  • 4c2f424 upgrade victory from outdated packages to single package victory
  • 132c2c7 more elegants routes

Changelog: v2.1.0...v2.1.1

v2.1.0

26 Sep 22:42
Compare
Choose a tag to compare

Add an example using react-faux-dom.

Changelog: v2.0.0...v2.1.0

v2.0.0

24 Sep 23:38
Compare
Choose a tag to compare

Add home-made, plain d3 code based React component charts managing:

  • DOM node reuse
  • d3 transitions
  • responsive charts

LifeExpectancy as a Higher Order Component to produce components managing all the csv async loading process + CountriesChartPanel embedding coutrry selection and Chart generation delegation.

Changelog: v1.1.1...v2.0.0

v1.1.1

17 Sep 17:44
Compare
Choose a tag to compare
  • 89863d1 upgrade victory-pie to v6
  • ab1fe8a fix build failing related to npm version
  • 00fd1e2 extract props from d3act/BarChartPanel
  • a31d255 extract props from d3act/MixedChartPanel
  • 822a964 extract props from victory/WorldPopulationByAgeRange

Changelog: v1.1.0...v1.1.1

v1.1.0

11 Jun 23:27
Compare
Choose a tag to compare

Deprecations

Changelog: v1.0.0...v1.1.0

v1.0.0

29 Mar 20:05
Compare
Choose a tag to compare

Same kind of upgrades as [email protected]

Breaking Changes

Deprecations

  • DISABLE_LINTER=true is now LINTER=false
  • NO_LOCALHOST=true is now LOCALHOST=false

Changelog: v0.0.1...v1.0.0