Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.
This repository was archived by the owner on May 29, 2018. It is now read-only.

Calling viewData() method in the beforePrint event does not show data in print version #133

@pranavnk

Description

@pranavnk

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions