feat: add download as image button to explore (#10297)

This commit is contained in:
Erik Ritter
2020-07-14 16:40:12 -07:00
committed by GitHub
parent 518dbd05b6
commit 6ae9f3af8e
8 changed files with 32 additions and 7 deletions

View File

@@ -102,6 +102,7 @@ class ExploreChartPanel extends React.PureComponent {
addHistory={this.props.addHistory}
can_overwrite={this.props.can_overwrite}
can_download={this.props.can_download}
chartHeight={this.props.height}
isStarred={this.props.isStarred}
slice={this.props.slice}
sliceName={this.props.sliceName}