Skip to content

Commit

Permalink
very basic filter count
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed May 10, 2024
1 parent a98377f commit b614525
Show file tree
Hide file tree
Showing 39 changed files with 23,677 additions and 23,308 deletions.
10 changes: 10 additions & 0 deletions config/demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
"size": [2, 1],
"priority": 50
},

{
"id": "quality2",
"title": "Quality Level",
"description": "Quality Level",
"chartType": "ENUM_LIST",
"fields": { "x": "quality_label" },
"size": [2, 1],
"priority": 50
},
{
"id": "v_acidity",
"title": "Volatile Acidity",
Expand Down
9 changes: 9 additions & 0 deletions config/wines.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
"size": [2, 1],
"priority": 50
},
{
"id": "quality2",
"title": "Quality Level",
"description": "Quality Level",
"chartType": "ENUM_LIST",
"fields": { "x": "quality_label" },
"size": [2, 1],
"priority": 50
},
{
"id": "v_acidity",
"title": "Volatile Acidity",
Expand Down
2 changes: 1 addition & 1 deletion dist/BarChart.5f4d3c70.js

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

2 changes: 1 addition & 1 deletion dist/BarChart.5f4d3c70.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/DensityChart.25818996.js

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

2 changes: 1 addition & 1 deletion dist/DensityChart.25818996.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Heatmap.9c081d3f.js

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

2 changes: 1 addition & 1 deletion dist/Heatmap.9c081d3f.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Histogram.3148aeff.js

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

2 changes: 1 addition & 1 deletion dist/Histogram.3148aeff.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/HorizontalBarChart.fcfb2c72.js

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

2 changes: 1 addition & 1 deletion dist/HorizontalBarChart.fcfb2c72.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/KMCurve.b8405d3d.js

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

2 changes: 1 addition & 1 deletion dist/KMCurve.b8405d3d.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ParallelCoordinates.f76efbe7.js

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

2 changes: 1 addition & 1 deletion dist/ParallelCoordinates.f76efbe7.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/PieChart.13f339c7.js

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

2 changes: 1 addition & 1 deletion dist/PieChart.13f339c7.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ScatterChart.9b7d43a5.js

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

2 changes: 1 addition & 1 deletion dist/ScatterChart.9b7d43a5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/SelectDataTable.48b05c90.js

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

2 changes: 1 addition & 1 deletion dist/TextContainer.a7f37af3.js

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

Loading

0 comments on commit b614525

Please sign in to comment.