Skip to content

MeishanGuo/bs-charts

Repository files navigation

BSChart

A Vue.js 2.0 Charts Library for Web.

Links

Install

npm install @gms/bs-chart

Quick Start

import Vue from 'vue'
import BSChart from '@gms/bs-chart'

Vue.use(BSChart)

// or

import Vue from 'vue'
import BSChart from '@gms/bs-chart'

const { components } = BSChart
const myChartList = ['bs-chart-china-map', 'bs-chart-world-map', 'bs-chart-diagram', ...]
myChartList.forEach((chart) => {
  Vue.component(chart.name, chart)
})

For more information, contact gms_smg@163.com

Browser Support

Modern browsers and Internet Explorer 10+.

Development

Skip this part if you just want to use BSChart.

Changelog

Detailed changes for each release are documented in the activity.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contribution

Donation

Backers

Sponsors

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages