Skip to content

Commit

Permalink
Fix pivot-table filter (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-milocanovich authored May 3, 2024
1 parent 20307a6 commit 6a1068f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 24 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"date-fns": "^2.30.0",
"highcharts": "^11.1.0",
"jquery": "^3.7.1",
"jspivottable": "1.3.2",
"jspivottable": "1.3.3",
"material-icons": "^1.13.1",
"rollup-plugin-dotenv": "^0.5.0"
}
Expand Down
4 changes: 0 additions & 4 deletions src/components/gx-query/query-render/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ graph TD;
gx-query-viewer-card-controller --> gx-query-viewer-card
gx-query-viewer-card --> gx-query-viewer-chart
gx-query-viewer-chart-controller --> gx-query-viewer-chart
gx-query-viewer-chart-controller --> gx-checkbox
gx-query-viewer-chart-controller --> gx-form-field
gx-query-viewer-chart-controller --> gx-select
gx-query-viewer-chart-controller --> gx-select-option
gx-query-viewer-chart-controller --> gx-query-viewer-slider
gx-query-viewer-chart-controller --> gx-radio-group
gx-query-viewer-chart-controller --> gx-radio-option
Expand Down
8 changes: 0 additions & 8 deletions src/components/query-viewer-chart/controller/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
### Depends on

- [gx-query-viewer-chart](..)
- gx-checkbox
- gx-form-field
- gx-select
- gx-select-option
- [gx-query-viewer-slider](../../query-viewer-slider)
- gx-radio-group
- gx-radio-option
Expand All @@ -41,10 +37,6 @@
```mermaid
graph TD;
gx-query-viewer-chart-controller --> gx-query-viewer-chart
gx-query-viewer-chart-controller --> gx-checkbox
gx-query-viewer-chart-controller --> gx-form-field
gx-query-viewer-chart-controller --> gx-select
gx-query-viewer-chart-controller --> gx-select-option
gx-query-viewer-chart-controller --> gx-query-viewer-slider
gx-query-viewer-chart-controller --> gx-radio-group
gx-query-viewer-chart-controller --> gx-radio-option
Expand Down
4 changes: 0 additions & 4 deletions src/components/query-viewer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ graph TD;
gx-query-viewer-card-controller --> gx-query-viewer-card
gx-query-viewer-card --> gx-query-viewer-chart
gx-query-viewer-chart-controller --> gx-query-viewer-chart
gx-query-viewer-chart-controller --> gx-checkbox
gx-query-viewer-chart-controller --> gx-form-field
gx-query-viewer-chart-controller --> gx-select
gx-query-viewer-chart-controller --> gx-select-option
gx-query-viewer-chart-controller --> gx-query-viewer-slider
gx-query-viewer-chart-controller --> gx-radio-group
gx-query-viewer-chart-controller --> gx-radio-option
Expand Down

0 comments on commit 6a1068f

Please sign in to comment.