mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
refactor: Removes 5.0 approved legacy charts (#31582)
This commit is contained in:
committed by
GitHub
parent
a477d84729
commit
399b709aaf
@@ -40,7 +40,7 @@ const createProps = (additionalProps = {}) => ({
|
||||
chart: {
|
||||
id: 1,
|
||||
latestQueryFormData: {
|
||||
viz_type: VizType.LegacyHistogram,
|
||||
viz_type: VizType.Histogram,
|
||||
datasource: '49__table',
|
||||
slice_id: 318,
|
||||
url_params: {},
|
||||
@@ -80,7 +80,7 @@ const createProps = (additionalProps = {}) => ({
|
||||
slice_id: 318,
|
||||
time_range: 'No filter',
|
||||
url_params: {},
|
||||
viz_type: VizType.LegacyHistogram,
|
||||
viz_type: VizType.Histogram,
|
||||
x_axis_label: 'age',
|
||||
y_axis_label: 'count',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user