Skip to content

Commit

Permalink
fix: upgrade superset and change legend location
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Sep 12, 2024
1 parent 534583c commit 7867629
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,18 @@ params:
subject: enrolled_at
annotation_layers: []
color_scheme: supersetColors
comparison_type: values
contributionMode: null
extra_form_data: {}
forecastInterval: 0.8
forecastPeriods: 10
groupby: []
legendMargin: null
legendOrientation: bottom
legendOrientation: top
legendType: scroll
logAxis: false
metrics:
- count
- passed
- active
- at_risk
minorSplitLine: false
minorTicks: false
only_total: true
order_desc: true
orientation: horizontal
rich_tooltip: false
row_limit: 10
Expand All @@ -42,27 +35,17 @@ params:
sort_series_ascending: true
sort_series_type: name
stack: null
tooltipSortByMetric: false
tooltipTimeFormat: smart_date
truncateXAxis: false
truncateYAxis: false
truncate_metric: false
viz_type: echarts_timeseries_bar
xAxisLabelRotation: 0
x_axis: course_name
x_axis_sort_asc: true
x_axis_sort_series: sum
x_axis_sort_series_ascending: false
x_axis_time_format: smart_date
x_axis_title: ''
x_axis_title_margin: 15
y_axis_bounds:
- null
- null
y_axis_format: SMART_NUMBER
y_axis_title: ''
y_axis_title_margin: 15
y_axis_title_position: Left
zoomable: false
query_context:
datasource:
Expand All @@ -78,29 +61,22 @@ query_context:
subject: enrolled_at
annotation_layers: []
color_scheme: supersetColors
comparison_type: values
contributionMode: null
dashboards:
- 3141
- 3441
datasource: 464__table
extra_form_data: {}
force: false
forecastInterval: 0.8
forecastPeriods: 10
groupby: []
legendMargin: null
legendOrientation: bottom
legendOrientation: top
legendType: scroll
logAxis: false
metrics:
- count
- passed
- active
- at_risk
minorSplitLine: false
minorTicks: false
only_total: true
order_desc: true
orientation: horizontal
result_format: json
result_type: full
Expand All @@ -113,27 +89,17 @@ query_context:
sort_series_ascending: true
sort_series_type: name
stack: null
tooltipSortByMetric: false
tooltipTimeFormat: smart_date
truncateXAxis: false
truncateYAxis: false
truncate_metric: false
viz_type: echarts_timeseries_bar
xAxisLabelRotation: 0
x_axis: course_name
x_axis_sort_asc: true
x_axis_sort_series: sum
x_axis_sort_series_ascending: false
x_axis_time_format: smart_date
x_axis_title: ''
x_axis_title_margin: 15
y_axis_bounds:
- null
- null
y_axis_format: SMART_NUMBER
y_axis_title: ''
y_axis_title_margin: 15
y_axis_title_position: Left
zoomable: false
queries:
- annotation_layers: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,18 @@ params:
subject: enrolled_at
annotation_layers: []
color_scheme: supersetColors
comparison_type: values
contributionMode: null
extra_form_data: {}
forecastInterval: 0.8
forecastPeriods: 10
groupby: []
legendMargin: 0
legendOrientation: bottom
legendOrientation: top
legendType: scroll
logAxis: false
metrics:
- passed
- count
- at_risk
- active
minorSplitLine: false
minorTicks: false
only_total: true
order_desc: true
orientation: horizontal
rich_tooltip: false
row_limit: 10
Expand All @@ -48,27 +41,17 @@ params:
sort_series_type: name
stack: null
timeseries_limit_metric: null
tooltipSortByMetric: false
tooltipTimeFormat: smart_date
truncateXAxis: false
truncateYAxis: false
truncate_metric: true
viz_type: echarts_timeseries_bar
xAxisLabelRotation: 0
x_axis: course_run
x_axis_sort_asc: true
x_axis_sort_series: name
x_axis_sort_series_ascending: true
x_axis_time_format: smart_date
x_axis_title: ''
x_axis_title_margin: 15
y_axis_bounds:
- null
- null
y_axis_format: SMART_NUMBER
y_axis_title: ''
y_axis_title_margin: 15
y_axis_title_position: Left
zoomable: false
query_context:
datasource:
Expand All @@ -89,29 +72,22 @@ query_context:
subject: enrolled_at
annotation_layers: []
color_scheme: supersetColors
comparison_type: values
contributionMode: null
dashboards:
- 3141
- 3441
datasource: 464__table
extra_form_data: {}
force: false
forecastInterval: 0.8
forecastPeriods: 10
groupby: []
legendMargin: 0
legendOrientation: bottom
legendOrientation: top
legendType: scroll
logAxis: false
metrics:
- passed
- count
- at_risk
- active
minorSplitLine: false
minorTicks: false
only_total: true
order_desc: true
orientation: horizontal
result_format: json
result_type: full
Expand All @@ -125,27 +101,17 @@ query_context:
sort_series_type: name
stack: null
timeseries_limit_metric: null
tooltipSortByMetric: false
tooltipTimeFormat: smart_date
truncateXAxis: false
truncateYAxis: false
truncate_metric: true
viz_type: echarts_timeseries_bar
xAxisLabelRotation: 0
x_axis: course_run
x_axis_sort_asc: true
x_axis_sort_series: name
x_axis_sort_series_ascending: true
x_axis_time_format: smart_date
x_axis_title: ''
x_axis_title_margin: 15
y_axis_bounds:
- null
- null
y_axis_format: SMART_NUMBER
y_axis_title: ''
y_axis_title_margin: 15
y_axis_title_position: Left
zoomable: false
queries:
- annotation_layers: []
Expand Down

0 comments on commit 7867629

Please sign in to comment.