React C3js Versions Save

React component for C3.js

v0.1.20

6 years ago

Update peer dependencies to allow react@^16.0.0 and react-dom@^16.0.0. (#30, #31)

v0.1.19

6 years ago

Add 'prop-types' as a peer dependency. (#23, #24)

v0.1.18

7 years ago
  • Upgrade React to 15.5.

v0.1.17

7 years ago
  • Use Babel Object.assign transform. (#20)

v0.1.16

7 years ago
  • Addition of unloadBeforeLoad property. #16

v0.1.15

7 years ago
  • Fix #13: Component cannot be rendered on the server side.

v0.1.14

7 years ago
  • Use load() to update a chart instead of regenerate it.

v0.1.12

7 years ago
  • Build the library in production mode.
  • Move lib/index.js to react-c3js.js.

v0.1.11

7 years ago
  • Fix Uncaught TypeError: Cannot read property 'getItem' of undefined in Chrome: 54.0.2840.87 (#7).