1.0.1 • Published 6 years ago

fans-chart-nasirq v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

安装

npm install fans-chart-nasirq --save

引入项目

// main.js

pie组件中所引入的参数

//父组件中引入
    <pieChart ref="pie" class="xxxxxx" :options="options" v-if="isShow"></pieChart>


// options 参数
  that.options = {
        id: "xxxIdd", //id
        data: [{ name: "男性", value: 300 }, { name: "女性", value: 250 }], //传送数据[{name:'男性',value:300}] , [{name:'微博',value:200}]
        width: 400, //宽度 缺省:500
        height: 300, //高度 缺省 : 500
        pieType: "sex" //sex , platform 饼状图颜色
      };

// 获取新数据调用刷新函数
      that.$refs.pie.init();

   
1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago