Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactchartjs/react-chartjs-2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nasr18/react-chartjs-2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 19, 2020

  1. Copy the full SHA
    aa8509d View commit details
  2. fix: commit es folder

    nasr18 committed Jul 19, 2020
    Copy the full SHA
    3eef648 View commit details
  3. Copy the full SHA
    9152ab1 View commit details
Showing with 516 additions and 25 deletions.
  1. +0 −1 .gitignore
  2. +514 −0 es/index.js
  3. +1 −1 package.json
  4. +1 −23 src/index.js
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ node_modules
# Build directories
lib
dist
es

# Example build directory
example/dist
Loading