Skip to content

Commit

Permalink
Merge pull request #264 from microbit-foundation/filter-inspection-de…
Browse files Browse the repository at this point in the history
…tails-partial

Filter inspection details partial
  • Loading branch information
r59q authored Jul 13, 2023
2 parents c3d075f + 4b7b9e7 commit d2bf047
Show file tree
Hide file tree
Showing 9 changed files with 869 additions and 365 deletions.
461 changes: 382 additions & 79 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"babel-jest": "^29.5.0",
"eslint": "^8.39.0",
"eslint": "^8.43.0",
"eslint-plugin-svelte": "^2.32.1",
"eslint-plugin-svelte3": "^4.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
Expand Down
8 changes: 8 additions & 0 deletions src/components/graphs/RecordingGraph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@
},
},
},
plugins: {
legend: {
display: false,
},
title: {
display: false,
},
},
},
plugins: [
{
Expand Down
205 changes: 0 additions & 205 deletions src/pages/filter/BoxGraph.svelte

This file was deleted.

Loading

0 comments on commit d2bf047

Please sign in to comment.