mirror of
https://github.com/apache/superset.git
synced 2026-06-05 23:59:25 +00:00
chore(dashboard): Log events for download as image (#22793)
This commit is contained in:
@@ -408,6 +408,7 @@ class Chart extends React.Component {
|
||||
postTransformProps,
|
||||
datasetsStatus,
|
||||
isInView,
|
||||
logEvent,
|
||||
} = this.props;
|
||||
|
||||
const { width } = this.state;
|
||||
@@ -457,6 +458,7 @@ class Chart extends React.Component {
|
||||
editMode={editMode}
|
||||
annotationQuery={chart.annotationQuery}
|
||||
logExploreChart={this.logExploreChart}
|
||||
logEvent={logEvent}
|
||||
onExploreChart={this.onExploreChart}
|
||||
exportCSV={this.exportCSV}
|
||||
exportFullCSV={this.exportFullCSV}
|
||||
|
||||
Reference in New Issue
Block a user