1.2.5 • Published 5 years ago

vue-rainbow-piechart v1.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

vue-rainbow-piechart

A Vue component that shows Piechart

Screenshot

Note: 'Vue only' version

This is a direct export of a Vue SFC, ES5/JS version is not included.

Installation

npm i --save-dev vue-rainbow-piechart

Usage

Once installed, it can be used in a template as simply as:

import VueRainbowPiechart from 'vue-rainbow-piechart';
<vue-rainbow-piechart
  :list="list"
  autoplay="false"
  rotate="false"
/>

 list: [
        {
          key: "CARE GIVING",
          value:
            "<span>#1</span>holistic approach to enabling childcare institutions",
          color: "#003ce5"
        },
        {
          key: "HEALTH CARE",
          value:
            "<span>#2</span>Enabling Childcare Homes to meet basic standards of safety",
          color: "#e91598"
        },
        {
          key: "EDUCATION",
          value:
            "<span>#3</span>To ensure 10th & 12th students receive guidance and support ",
          color: "#e5541a"
        },
        {
          key: "INFRASTRUCTURE",
          value:
            "<span>#4</span>To ensure our children achieve academic excellence",
          color: "#d3b91c"
        },
        {
          key: "AFTERCARE",
          value:
            "<span>#5</span>Volunteer intervention during their daily study hours in the Child Care Institution",
          color: "#10e288"
        }
      ]
1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago