chore(dashboard): Log events for download as image (#22793)

This commit is contained in:
JUST.in DO IT
2023-01-20 07:59:50 -08:00
committed by GitHub
parent b9686fe6fa
commit 83893f8ff2
9 changed files with 22 additions and 0 deletions

View File

@@ -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}