superman66 / vue-highcharts

The Component of Vue 2.x for highcharts
https://codesandbox.io/s/jjyqvv0k13
MIT License
115 stars 48 forks source link

how to export chart to pdf? #23

Closed washiraporn closed 6 years ago

superman66 commented 6 years ago

you should load Exporting as a module

import Exporting from '../node_modules/highcharts/modules/exporting'
import Highcharts from 'highcharts'
Exporting(Highcharts)

you can see Install from npm