You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
First of all thank you for developing this very good plugin which shows highcharts data seamlessly, however I am trying to show data in only the printed version of the chart and so tried to call the .viewData() method in beforePrint event like so:
events: {
beforePrint: function () {
this.viewData();
}
But unfortunately this does not seem to work. It shows the data on the actual webpage but not in the print version. Can you help me solve this issue please..
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
First of all thank you for developing this very good plugin which shows highcharts data seamlessly, however I am trying to show data in only the printed version of the chart and so tried to call the .viewData() method in beforePrint event like so:
events: {
beforePrint: function () {
this.viewData();
}
But unfortunately this does not seem to work. It shows the data on the actual webpage but not in the print version. Can you help me solve this issue please..
The text was updated successfully, but these errors were encountered: