fscharts

0.2.6 • Public • Published

charts-basic

Quick start

install

npm i fscharts

Use it

fully import

import Vue from "vue";
import App from "./App.vue";
import fscharts from "fscharts";
import 'fscharts/lib/index.css'
Vue.use(fscharts)

new Vue({
  render: h => h(App),
}).$mount('#app')
<fs-container :title="title" :imgSrc="imgSrc" class="chartDemoBox">
  <fs-pie :type="type" :data="data" :options="options" />
</fs-container>

Package Sidebar

Install

npm i fscharts

Weekly Downloads

0

Version

0.2.6

License

MIT

Unpacked Size

1.71 MB

Total Files

6

Last publish

Collaborators

  • sanlex
  • wzh9583
  • wangjian333444