Skip to content

Commit

Permalink
fix: Histogram examples config (#32122)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Feb 3, 2025
1 parent 0cd0fcd commit 386aa93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,18 @@ slice_name: Age distribution of respondents
viz_type: histogram_v2
params:
adhoc_filters: []
all_columns_x:
- age
column: age
color_scheme: supersetColors
datasource: 42__table
granularity_sqla: time_start
groupby: null
groupby: []
label_colors: {}
link_length: "25"
queryFields:
groupby: groupby
row_limit: 10000
slice_id: 1380
time_range: No filter
url_params: {}
viz_type: histogram_v2
x_axis_label: age
y_axis_label: count
x_axis_title: age
y_axis_title: count
cache_timeout: null
uuid: 5f1ea868-604e-f69d-a241-5daa83ff33be
version: 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,57 +36,13 @@ params:
operator: <=
sqlExpression: null
subject: expected_earn
all_columns_x:
- expected_earn
column: expected_earn
color_scheme: supersetColors
datasource: 42__table
granularity_sqla: time_start
groupby: null
label_colors:
"0": "#FCC700"
"1": "#A868B7"
"15": "#3CCCCB"
"30": "#A38F79"
"45": "#8FD3E4"
<NULL>: "#5AC189"
Female: "#454E7C"
From Home: "#1FA8C9"
I: "#FEC0A1"
In an Office (with Other Developers): "#9EE5E5"
Less: "#ACE1C4"
Male: "#666666"
More: "#A1A6BD"
"No": "#666666"
No Answer: "#D3B3DA"
No Preference: "#D1C6BC"
No,: "#FF7F44"
No, not an ethnic minority: "#1FA8C9"
"No: Not Willing to": "#FDE380"
Ph.D.: "#FCC700"
Prefer: "#5AC189"
Prefer not to say: "#E04355"
"Yes": "#FF7F44"
Yes,: "#1FA8C9"
Yes, an ethnic minority: "#454E7C"
"Yes: Willing To": "#EFA1AA"
age: "#1FA8C9"
associate's degree: "#A868B7"
bachelor's degree: "#3CCCCB"
expected_earn: "#B2B2B2"
high school diploma or equivalent (GED): "#A38F79"
last_yr_income: "#E04355"
master's degree (non-professional): "#8FD3E4"
no high school (secondary school): "#A1A6BD"
professional degree (MBA, MD, JD, etc.): "#ACE1C4"
some college credit, no degree: "#FEC0A1"
some high school: "#B2B2B2"
trade, technical, or vocational training: "#EFA1AA"
groupby: []
link_length: "10"
queryFields:
groupby: groupby
row_limit: null
slice_id: 1366
time_range: No filter
url_params: {}
viz_type: histogram_v2
cache_timeout: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,13 @@ params:
operator: <=
sqlExpression: null
subject: last_yr_income
all_columns_x:
- last_yr_income
column: last_yr_income
color_scheme: supersetColors
datasource: 42__table
granularity_sqla: time_start
groupby: []
label_colors: {}
link_length: "10"
queryFields:
groupby: groupby
row_limit: null
time_range: No filter
url_params: {}
viz_type: histogram_v2
cache_timeout: null
Expand Down

0 comments on commit 386aa93

Please sign in to comment.