mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
feat: add download as image button to explore (#10297)
This commit is contained in:
@@ -45,6 +45,7 @@ const propTypes = {
|
||||
addHistory: PropTypes.func,
|
||||
can_overwrite: PropTypes.bool.isRequired,
|
||||
can_download: PropTypes.bool.isRequired,
|
||||
chartHeight: PropTypes.string.isRequired,
|
||||
isStarred: PropTypes.bool.isRequired,
|
||||
slice: PropTypes.object,
|
||||
sliceName: PropTypes.string,
|
||||
@@ -169,6 +170,7 @@ export class ExploreChartHeader extends React.PureComponent {
|
||||
slice={this.props.slice}
|
||||
canDownload={this.props.can_download}
|
||||
chartStatus={chartStatus}
|
||||
chartHeight={this.props.chartHeight}
|
||||
latestQueryFormData={latestQueryFormData}
|
||||
queryResponse={queryResponse}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user