1.10.0 • Published 4 years ago

vue-pie-canvas v1.10.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Usage

command:
npm install -S vue-pie-canvas


script:
import Pie from "vue-pie-canvas";

components: {
    Pie
  }
  data(){
      return{
       basedata: [
        {
          num: 200,//any size
          color: "black",
        },
        {
          num: 200,
          color: "yellow",
        },
        {
          num: 200,
          color: "green",
        },
      ],
      r: 50,
      id: "xxxx-1",//uniqueness
      }
  }
  
html:
<Pie :basedata="basedata" :r="r" :id="id" />

Preview

image

1.10.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago