-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Comparing changes
Open a pull request
base repository: reactchartjs/react-chartjs-2
base: 2.0.5
head repository: reactchartjs/react-chartjs-2
compare: master
Commits on Mar 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 96aace6 - Browse repository at this point
Copy the full SHA 96aace6View commit details
Commits on Mar 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f87495e - Browse repository at this point
Copy the full SHA f87495eView commit details
Commits on May 7, 2017
-
* add react-storybook * split stories into isolated includes (Sections) * added some more examples for mixed, and mixed multi-line * Provide a fix for #114 by determining which series to add/remove/update by a dataset key as opposed to array index. The dataset key is determined via a keyProvider function which defaults to dataset.label * replace Array.includes with Array.indexOf for backwards compatibility reasons * Added support for inline plugins (see chartjs@2.5.0) and modified mixed data example to include an example plugin * missing ref in shouldComponentUpdate * added latest storybook * updated README * Use prop-type package instead of React.PropType In 15.5, instead of accessing PropTypes from the main React object, install the prop-types package and import them from there. https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes * Fix lint test * fixed tests and added a graph
Configuration menu - View commit details
-
Copy full SHA for 459504b - Browse repository at this point
Copy the full SHA 459504bView commit details
Commits on Jun 7, 2017
-
Replaced findDomNode with ref to use react-test-renderer
acailly committedJun 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 3dfe3c8 - Browse repository at this point
Copy the full SHA 3dfe3c8View commit details
Commits on Jun 28, 2017
-
Use cross-env to enable windows build
acailly committedJun 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 37dbc1b - Browse repository at this point
Copy the full SHA 37dbc1bView commit details -
🔨 Use canvas-prebuilt if canvas dependency is not found
acailly committedJun 28, 2017 Configuration menu - View commit details
-
Copy full SHA for ddc49a2 - Browse repository at this point
Copy the full SHA ddc49a2View commit details -
Merge branch 'windows-build' into enable-snapshot
acailly committedJun 28, 2017 Configuration menu - View commit details
-
Copy full SHA for bfd868e - Browse repository at this point
Copy the full SHA bfd868eView commit details
Commits on Jul 1, 2017
-
Merge pull request #141 from acailly/windows-build
Use cross-env to enable windows build
Configuration menu - View commit details
-
Copy full SHA for 15f1448 - Browse repository at this point
Copy the full SHA 15f1448View commit details
Commits on Jul 3, 2017
-
docs: address issue with multi-dataset charts - closes #154
Kumar Harsh committedJul 3, 2017 Configuration menu - View commit details
-
Copy full SHA for e610d7e - Browse repository at this point
Copy the full SHA e610d7eView commit details -
feat: support 'scatter' charts out-of-the-box
Chartjs has default config for scatter charts which are different than line charts in four key areas: * x and y axis are both `linear`. * hover mode is `single`. * showLines is `false`. * tooltip title doesn't make sense, as both x and y are both values. Keeping in mind that this default config is already present within the base chartjs library, a different 'Scatter' chart should be exposed by this library - to avoid redundant configs to be written by each developer.
Kumar Harsh committedJul 3, 2017 Configuration menu - View commit details
-
Copy full SHA for a711447 - Browse repository at this point
Copy the full SHA a711447View commit details -
- all JS/JSON/yaml are already using spaces, so having indent-style as tab just confuses the editor. - only the README.md is using tabs for whitespace, for which a new rule is added
Kumar Harsh committedJul 3, 2017 Configuration menu - View commit details
-
Copy full SHA for df43bab - Browse repository at this point
Copy the full SHA df43babView commit details
Commits on Jul 7, 2017
-
Changed PropType of type field to validate against current chart type…
…s including extended ones
Configuration menu - View commit details
-
Copy full SHA for 9f19958 - Browse repository at this point
Copy the full SHA 9f19958View commit details
Commits on Jul 9, 2017
-
Merge pull request #157 from kumarharsh/feat/scatter
Support 'scatter' charts out-of-the-box
Configuration menu - View commit details
-
Copy full SHA for 8c2abe0 - Browse repository at this point
Copy the full SHA 8c2abe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ef4b0 - Browse repository at this point
Copy the full SHA a2ef4b0View commit details -
Merge pull request #156 from kumarharsh/docs/154
docs: address issue with multi-dataset charts - closes #154
Configuration menu - View commit details
-
Copy full SHA for cd354e8 - Browse repository at this point
Copy the full SHA cd354e8View commit details -
Merge pull request #159 from BenLorantfy/betterPropTypeForChartType
Better PropType for type field
Configuration menu - View commit details
-
Copy full SHA for f8f20be - Browse repository at this point
Copy the full SHA f8f20beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2a8d8 - Browse repository at this point
Copy the full SHA 9d2a8d8View commit details
Commits on Jul 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1f43809 - Browse repository at this point
Copy the full SHA 1f43809View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5c5f3 - Browse repository at this point
Copy the full SHA fd5c5f3View commit details
Commits on Jul 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a9b2d1c - Browse repository at this point
Copy the full SHA a9b2d1cView commit details -
Merge pull request #152 from acailly/enable-snapshot
Replaced findDomNode with ref in order to use react-test-renderer for snapshot testing with storybook
Configuration menu - View commit details
-
Copy full SHA for aee5336 - Browse repository at this point
Copy the full SHA aee5336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8ec4c - Browse repository at this point
Copy the full SHA 8d8ec4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3323f - Browse repository at this point
Copy the full SHA 3a3323fView commit details
Commits on Jul 15, 2017
-
* Add legend support to charts * added polyfill for find
Configuration menu - View commit details
-
Copy full SHA for 6e32667 - Browse repository at this point
Copy the full SHA 6e32667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 928d8df - Browse repository at this point
Copy the full SHA 928d8dfView commit details
Commits on Jul 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fc5c640 - Browse repository at this point
Copy the full SHA fc5c640View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37ea56 - Browse repository at this point
Copy the full SHA e37ea56View commit details
Commits on Jul 21, 2017
-
use lodash.find instead of MDN polyfill (#169)
Nicee!!!!!!! Thanks so much!
Configuration menu - View commit details
-
Copy full SHA for 7910017 - Browse repository at this point
Copy the full SHA 7910017View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1351743 - Browse repository at this point
Copy the full SHA 1351743View commit details
Commits on Jul 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 03d7709 - Browse repository at this point
Copy the full SHA 03d7709View commit details
Commits on Aug 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 63a3c22 - Browse repository at this point
Copy the full SHA 63a3c22View commit details
Commits on Aug 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c078387 - Browse repository at this point
Copy the full SHA c078387View commit details -
Configuration menu - View commit details
-
Copy full SHA for c698b78 - Browse repository at this point
Copy the full SHA c698b78View commit details
Commits on Aug 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6a3ebd7 - Browse repository at this point
Copy the full SHA 6a3ebd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a1f2f - Browse repository at this point
Copy the full SHA c1a1f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b94420d - Browse repository at this point
Copy the full SHA b94420dView commit details -
Build only on node 8 on travis
This is a front-end library, no need to test on more versions.
Configuration menu - View commit details
-
Copy full SHA for ad60c47 - Browse repository at this point
Copy the full SHA ad60c47View commit details -
Remove gulp scripts for examples and use webpack
This drops a few scripts from package.json (mostly the publishing ones).
Configuration menu - View commit details
-
Copy full SHA for 3554894 - Browse repository at this point
Copy the full SHA 3554894View commit details
Commits on Aug 19, 2017
-
Merge pull request #182 from tusbar/rewrite-build-process
Rewrite build process
Configuration menu - View commit details
-
Copy full SHA for 5ad3468 - Browse repository at this point
Copy the full SHA 5ad3468View commit details -
Use real lodash instead of custom builds
Most people use lodash and not `lodash.isEqual` or `lodash.find`. They are custom builds of lodash, with a lot of duplicated code, and results in really heavy bundles.
Configuration menu - View commit details
-
Copy full SHA for 6547e3b - Browse repository at this point
Copy the full SHA 6547e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9e10b - Browse repository at this point
Copy the full SHA ce9e10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a11f2 - Browse repository at this point
Copy the full SHA b2a11f2View commit details -
Merge pull request #181 from tusbar/lodash
Use real lodash instead of custom `lodash.*` builds
Configuration menu - View commit details
-
Copy full SHA for d7663f7 - Browse repository at this point
Copy the full SHA d7663f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0343e08 - Browse repository at this point
Copy the full SHA 0343e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e24dab - Browse repository at this point
Copy the full SHA 0e24dabView commit details
Commits on Sep 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d6ac9ff - Browse repository at this point
Copy the full SHA d6ac9ffView commit details
Commits on Sep 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cc85c71 - Browse repository at this point
Copy the full SHA cc85c71View commit details -
Merge pull request #184 from devdoomari/fix-storybook-cannot-resolve-…
…react-chartjs-2 fix for storybook cannot resolve module react-chartjs-2
Configuration menu - View commit details
-
Copy full SHA for dc3c3ed - Browse repository at this point
Copy the full SHA dc3c3edView commit details -
Merge pull request #187 from vijaysutrave/master
Bump Chart.js version to 2.6.0
Configuration menu - View commit details
-
Copy full SHA for 529c73c - Browse repository at this point
Copy the full SHA 529c73cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4856f7 - Browse repository at this point
Copy the full SHA a4856f7View commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.