mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
Migrating unique NVD3 viz controls (#9445)
* donut control * labels outside * linting * x_log_scale, pie_label_type * linting * line_charts, line_charts_2 * marker_labels * marker_line_labels, marker_lines, markers * prefix_metric_with_slice_name, range_labels, ranges * stacked_style * Revert "stacked_style" This reverts commit aae2d418b8f1950fbe32248b62e50a12fbf186bd. * stacked_style take 2... * Revert "stacked_style take 2..." This reverts commit 38b7155f50143684c92a67b2a9fa16f65c269d35.
This commit is contained in:
@@ -1041,15 +1041,12 @@ The filter-box configuration references column names (via the `column` key) and
|
||||
| Field | Type | Notes |
|
||||
| --------------------- | --------- | ------------------------------------------------ |
|
||||
| `color_picker` | _object_ | The **Fixed Color** widget |
|
||||
| `donut` | _boolean_ | The **Donut** widget |
|
||||
| `global_opacity` | _number_ | The **Opacity** widget |
|
||||
| `label_colors` | _object_ | The **Color Scheme** widget |
|
||||
| `labels_outside` | _boolean_ | The **Put labels outside** widget |
|
||||
| `line_interpolation` | _string_ | The **Line Style** widget |
|
||||
| `link_length` | _number_ | The **No of Bins** widget |
|
||||
| `normalized` | _boolean_ | The **Normalized** widget |
|
||||
| `number_format` | _string_ | The **Number format** widget |
|
||||
| `pie_label_type` | _string_ | [HIDDEN] |
|
||||
| `rich_tooltip` | _boolean_ | The **Rich Tooltip** widget |
|
||||
| `send_time_range` | _boolean_ | The **Show Markers** widget |
|
||||
| `show_brush` | _string_ | The **Show Range Filter** widget |
|
||||
@@ -1064,7 +1061,6 @@ The filter-box configuration references column names (via the `column` key) and
|
||||
| `x_axis_format` | _string_ | The **X Axis Format** widget |
|
||||
| `x_axis_label` | _string_ | The **X Axis Label** widget |
|
||||
| `x_axis_showminmax` | _boolean_ | The **X bounds** widget |
|
||||
| `x_log_scale` | _N/A_ | _Deprecated?_ |
|
||||
| `x_ticks_layout` | _string_ | The **X Tick Layout** widget |
|
||||
|
||||
### Y Axis
|
||||
@@ -1131,10 +1127,7 @@ Note the `y_axis_format` is defined under various section for some charts.
|
||||
| `instant_filtering` | _N/A_ | |
|
||||
| `js_columns` | _N/A_ | |
|
||||
| `label` | _N/A_ | |
|
||||
| `labels_outside` | _N/A_ | |
|
||||
| `legend_position` | _N/A_ | |
|
||||
| `line_charts` | _N/A_ | |
|
||||
| `line_charts_2` | _N/A_ | |
|
||||
| `line_column` | _N/A_ | |
|
||||
| `line_type` | _N/A_ | |
|
||||
| `line_width` | _N/A_ | |
|
||||
@@ -1142,10 +1135,6 @@ Note the `y_axis_format` is defined under various section for some charts.
|
||||
| `log_scale` | _N/A_ | |
|
||||
| `mapbox_label` | _N/A_ | |
|
||||
| `mapbox_style` | _N/A_ | |
|
||||
| `marker_labels` | _N/A_ | |
|
||||
| `marker_line_labels` | _N/A_ | |
|
||||
| `marker_lines` | _N/A_ | |
|
||||
| `markers` | _N/A_ | |
|
||||
| `markup_type` | _N/A_ | |
|
||||
| `min_periods` | _N/A_ | |
|
||||
| `multiplier` | _N/A_ | |
|
||||
@@ -1159,9 +1148,6 @@ Note the `y_axis_format` is defined under various section for some charts.
|
||||
| `period_ratio_type` | _N/A_ | |
|
||||
| `perm` | _N/A_ | |
|
||||
| `point_radius_fixed` | _N/A_ | |
|
||||
| `prefix_metric_with_slice_name` | _N/A_ | |
|
||||
| `range_labels` | _N/A_ | |
|
||||
| `ranges` | _N/A_ | |
|
||||
| `rdo_save` | _N/A_ | |
|
||||
| `reduce_x_ticks` | _N/A_ | |
|
||||
| `refresh_frequency` | _N/A_ | |
|
||||
|
||||
Reference in New Issue
Block a user