Skip to content

b-maslennikov/vue-highcharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Highcharts

It's an extended version of the official highcharts wrapper: https://github.com/highcharts/highcharts-vue

It allows you to use highchart props and methods from your code.

THIS PACKAGE IS DEPRECATED

The offcial wrapper https://github.com/highcharts/highcharts-vue now has support of using Highcharts instance from the code. Please use it instead.

this.$refs.chart.chart.showLoading('Loading...'); // or any other highcharts method or property

Installation

Using npm

$ npm i @tattdogg/vue-highcharts

Usage

import { Chart } from '@tattdogg/vue-highcharts'

components: {
	highcharts: Chart
}
<highcharts :options="options" ref="chart" />
this.$refs.chart.instance.showLoading('Loading...'); // or any other highcharts method or property

TypeScript is supported.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published