0.1.19 • Published 6 years ago

@beisen/bs-chart v0.1.19

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

BSChart

A Vue.js 2.0 Charts Library for Web.

Links

Install

npm install @beisen/bs-chart

Quick Start

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

Vue.use(BSChart)

// or

import Vue from 'vue'
import BSChart from '@beisen/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 guomeishan@beisen.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

0.1.19

6 years ago

0.1.18

6 years ago

0.1.16

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0-1

6 years ago