Skip to content

Commit

Permalink
chore: updated library, removed date filter, fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
jctello committed Sep 10, 2024
1 parent c9a8e5d commit 54f01df
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 92 deletions.
136 changes: 69 additions & 67 deletions dashboard-filter-panel/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 dashboard-filter-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.0",
"@luzmo/ngx-embed": "^6.2.0-beta.13",
"@luzmo/ngx-embed": "^6.3.0-beta.7",
"@luzmo/nodejs-sdk": "^1.2.2",
"@ngneat/until-destroy": "^10.0.0",
"@ngrx/signals": "^18.0.0-rc.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,7 @@
]
}]' [options]="{ display: { label: true } }" type="dropdown-filter" canFilter="all"></luzmo-viz-item>

<luzmo-viz-item type="date-filter" style="height: 100px" [slots]='[
{
name: "time",
content: [
{
label: {
en: "Date",
},
set: "e2217802-c66a-4571-bd60-4846eb15871e",
column: "1e998623-cca9-4423-9fe0-f41fad3aa5c4",
type: "datetime",
format: "%d-%m-%Y %H:%M:%S.%L",
lowestLevel: 9,
level: 7,
},
],
},
]' canFilter="all"></luzmo-viz-item>

<luzmo-viz-item type="slider-filter" style="height: 100px" [slots]='[
<luzmo-viz-item type="slider-filter" style="height: 100px" [slots]='[
{
name: "slidermetric",
content: [
Expand All @@ -66,10 +47,11 @@
format: "($.0f"
}
]
}]' [options]="{ display: { title: true }, title: {en: 'Total amount excluding VAT'} }" canFilter="all"> </luzmo-viz-item>
}]' [options]="{ display: { title: true }, title: {en: 'Total amount excluding VAT'} }" canFilter="all">
</luzmo-viz-item>


<luzmo-viz-item type="slicer-filter" style="height: 400px" [slots]='[
<luzmo-viz-item type="slicer-filter" style="height: 400px" [slots]='[
{
"name": "dimension",
"content": [
Expand All @@ -83,13 +65,13 @@
}
]
}
]' [options] = "" canFilter="all"></luzmo-viz-item>
]' [options]="" canFilter="all"></luzmo-viz-item>

<luzmo-viz-item type="donut-chart" style="height: 300px" [slots]='[{"name":"category",
"content":[
{
"type":"hierarchy",
"label":"For",
"label":{"en":"For"},
"column": donutColumn,
"set": datasetId
}]}]' canFilter="all"></luzmo-viz-item>
Expand Down

0 comments on commit 54f01df

Please sign in to comment.