Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echarts updates #436

Merged
merged 11 commits into from
Oct 24, 2023
1 change: 1 addition & 0 deletions client/packages/lowcoder-comps/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import config from "../../config/test/jest.config.js";

export default {
...config,
setupFiles: [...config.setupFiles, 'jest-canvas-mock'],
};
1 change: 1 addition & 0 deletions client/packages/lowcoder-comps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
},
"devDependencies": {
"jest": "29.3.0",
"jest-canvas-mock": "^2.5.2",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^3.6.0"
}
Expand Down
15 changes: 15 additions & 0 deletions client/packages/lowcoder-comps/package/icons/icon-chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading