Skip to content

Commit

Permalink
fix: set dashboard color_schema to supersetColors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 8, 2024
1 parent 1d83279 commit 42515f5
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,28 @@ metadata:
- 203
scope: global
id: 204
color_scheme: ''
color_scheme_domain: []
color_scheme: supersetColors
color_scheme_domain:
- '#1FA8C9'
- '#454E7C'
- '#5AC189'
- '#FF7F44'
- '#666666'
- '#E04355'
- '#FCC700'
- '#A868B7'
- '#3CCCCB'
- '#A38F79'
- '#8FD3E4'
- '#A1A6BD'
- '#ACE1C4'
- '#FEC0A1'
- '#B2B2B2'
- '#EFA1AA'
- '#FDE380'
- '#D3B3DA'
- '#9EE5E5'
- '#D1C6BC'
cross_filters_enabled: true
default_filters: '{}'
expanded_slices: {}
Expand Down Expand Up @@ -550,17 +570,7 @@ metadata:
datasetUuid: 6ec360a5-e247-42e7-b301-fa8275fc93f9
type: NATIVE_FILTER
refresh_frequency: 0
shared_label_colors:
All pages viewed: '#3CCCCB'
All videos viewed: '#8FD3E4'
At least one page viewed: '#666666'
At least one video viewed: '#A868B7'
Number of Learners: '#1FA8C9'
Total Learners: '#5AC189'
Total Views: '#FCC700'
audit: '#FF7F44'
honor: '#454E7C'
verified: '#E04355'
shared_label_colors: {}
timed_refresh_immune_slices: []
position:
CHART-8p_tmmvFsY:
Expand Down Expand Up @@ -1224,6 +1234,6 @@ position:
- TAB-_Ey4nPhFr
type: TABS
published: true
slug: null
slug: course-dashboard-v1
uuid: c0e64194-33d1-4d5a-8c10-4f51530c5ee9
version: 1.0.0
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@
_file_name: Individual_Learner_Reports.yaml
_roles:
- '{{ SUPERSET_ROLES_MAPPING.instructor }}'
certification_details: null
certified_by: null
css: ''
dashboard_title: Individual Learner Reports
description: null
metadata:
chart_configuration: {}
color_scheme: ''
color_scheme_domain: []
color_scheme: supersetColors
color_scheme_domain:
- '#1FA8C9'
- '#454E7C'
- '#5AC189'
- '#FF7F44'
- '#666666'
- '#E04355'
- '#FCC700'
- '#A868B7'
- '#3CCCCB'
- '#A38F79'
- '#8FD3E4'
- '#A1A6BD'
- '#ACE1C4'
- '#FEC0A1'
- '#B2B2B2'
- '#EFA1AA'
- '#FDE380'
- '#D3B3DA'
- '#9EE5E5'
- '#D1C6BC'
cross_filters_enabled: true
default_filters: '{}'
expanded_slices: {}
Expand Down Expand Up @@ -39,6 +61,7 @@ position:
- GRID_ID
id: ROOT_ID
type: ROOT
published: true
slug: individual-learner
uuid: abae8a25-1ba4-4653-81bd-d3937a162a11
version: 1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,28 @@ metadata:
- 816
scope: global
id: 901
color_scheme: ''
color_scheme_domain: []
color_scheme: supersetColors
color_scheme_domain:
- '#1FA8C9'
- '#454E7C'
- '#5AC189'
- '#FF7F44'
- '#666666'
- '#E04355'
- '#FCC700'
- '#A868B7'
- '#3CCCCB'
- '#A38F79'
- '#8FD3E4'
- '#A1A6BD'
- '#ACE1C4'
- '#FEC0A1'
- '#B2B2B2'
- '#EFA1AA'
- '#FDE380'
- '#D3B3DA'
- '#9EE5E5'
- '#D1C6BC'
cross_filters_enabled: false
default_filters: '{}'
expanded_slices: {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@
_file_name: Learner_Groups_Reports.yaml
_roles:
- '{{ SUPERSET_ROLES_MAPPING.instructor }}'
certification_details: null
certified_by: null
css: ''
dashboard_title: Learner Groups Reports
description: null
metadata:
chart_configuration: {}
color_scheme: ''
color_scheme_domain: []
color_scheme: supersetColors
color_scheme_domain:
- '#1FA8C9'
- '#454E7C'
- '#5AC189'
- '#FF7F44'
- '#666666'
- '#E04355'
- '#FCC700'
- '#A868B7'
- '#3CCCCB'
- '#A38F79'
- '#8FD3E4'
- '#A1A6BD'
- '#ACE1C4'
- '#FEC0A1'
- '#B2B2B2'
- '#EFA1AA'
- '#FDE380'
- '#D3B3DA'
- '#9EE5E5'
- '#D1C6BC'
cross_filters_enabled: true
default_filters: '{}'
expanded_slices: {}
Expand Down Expand Up @@ -39,6 +61,7 @@ position:
- GRID_ID
id: ROOT_ID
type: ROOT
published: true
slug: learner-groups
uuid: 8661d20c-cee6-4245-9fcc-610daea5fd24
version: 1.0.0

0 comments on commit 42515f5

Please sign in to comment.