Skip to content

Commit

Permalink
Merge pull request #705 from openedx/cag/colors
Browse files Browse the repository at this point in the history
fix: set dashboard color_schema to supersetColors
  • Loading branch information
Cristhian Garcia authored Apr 9, 2024
2 parents ec97bc4 + 99e4aed commit 31a13a2
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 28 deletions.
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 @@ -118,30 +118,28 @@ metadata:
- 921
scope: global
id: 901
'921':
crossFilters:
chartsInScope:
- 114
- 154
- 156
- 229
- 325
- 327
- 339
- 516
- 597
- 625
- 682
- 695
- 701
- 770
- 783
- 816
- 901
scope: global
id: 921
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 31a13a2

Please sign in to comment.