Skip to content

Commit

Permalink
Merge pull request #12 from DoodlesEpic/feature/chart-sampling
Browse files Browse the repository at this point in the history
Better chart performance
  • Loading branch information
DoodlesEpic authored May 22, 2022
2 parents a2a0424 + 9d5a1b8 commit ccb203b
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 153 deletions.
169 changes: 90 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@tauri-apps/cli": "^1.0.0-rc.10",
"@tauri-apps/cli": "^1.0.0-rc.11",
"@tsconfig/svelte": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.24.0",
Expand All @@ -39,6 +39,7 @@
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.5",
"codemirror": "^5.65.3",
"dygraphs": "^2.1.0",
"sirv-cli": "^2.0.2",
"svelte-frappe-charts": "^1.9.2"
}
Expand Down
Loading

0 comments on commit ccb203b

Please sign in to comment.