mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
feat(plugin-chart-echarts): [feature-parity] support extra control for the area chart V2 (#16493)
* feat(echarts): [feature-parity] support extra control * add extra control for plugin * refactor: extract ExtraControl * fix: lint * fix some problems
This commit is contained in:
@@ -113,6 +113,7 @@ class ChartRenderer extends React.Component {
|
||||
nextProps.labelColors !== this.props.labelColors ||
|
||||
nextProps.sharedLabelColors !== this.props.sharedLabelColors ||
|
||||
nextProps.formData.color_scheme !== this.props.formData.color_scheme ||
|
||||
nextProps.formData.stack !== this.props.formData.stack ||
|
||||
nextProps.cacheBusterProp !== this.props.cacheBusterProp
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user