Skip to content

b-maslennikov/vue-highcharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Boris Breslav-Maslennikov
Apr 9, 2021
d7e1b6b · Apr 9, 2021

History

4 Commits
Apr 8, 2021
Apr 8, 2021
Mar 11, 2020
Mar 11, 2020
Apr 9, 2021
Apr 8, 2021

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