kristw commented on a change in pull request #7718: 6737 how to export chart
image
URL:
https://github.com/apache/incubator-superset/pull/7718#discussion_r294606446
##########
File path: superset/assets/src/dashboard/components/HeaderActionsDropdown.jsx
##########
@@ -108,6 +109,34 @@ class HeaderActionsDropdown extends React.PureComponent {
this.props.startPeriodicRender(refreshInterval * 1000);
}
+ downloadChartImage(ev){
+ //debugger;
+ var jtarget = $(ev.currentTarget)
Review comment:
Please do not add new code that use `jquery`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]