Skip to content

Commit

Permalink
Integrate with JSCharting v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurPuszynski committed Oct 27, 2020
1 parent fe61d93 commit c778e20
Show file tree
Hide file tree
Showing 6 changed files with 3,233 additions and 1,422 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.2.0] - 2020-10-27

### Changed
- Integrated with JSCharting v3.0.1

## [1.1.0-7] - 2020-2-21

### Changed
Expand Down
1,080 changes: 545 additions & 535 deletions examples/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscharting-react-examples",
"version": "1.0.1",
"version": "1.0.2",
"description": "Examples using the JSCharting plugin for React.",
"scripts": {
"start": "webpack-dev-server --mode development --display-error-details",
Expand All @@ -14,24 +14,24 @@
"license": "jscharting.com/store/",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.7.4",
"@types/react": "^16.9.23",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.4",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"copy-webpack-plugin": "^5.1.2",
"history": "^4.10.1",
"html-loader": "^0.5.5",
"jscharting-react": "^1.1.0-7",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"jscharting-react": "^1.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-jss": "^10.1.1",
"react-router-dom": "^5.1.2",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/src/components/samples/cooking.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { JSCharting } from 'jscharting-react';

const template = {
box_fill: '#c2b59b',
defaultSeries_opacity: 0,
defaultSeries_opacity: 1,
legend_visible: false,
toolbar_visible: false,
chartArea: {
Expand Down
Loading

0 comments on commit c778e20

Please sign in to comment.