vue.js轮播图组件
Vue甜甜圈图
(
Vue Doughnut Chart
)
Doughnut chart component for Vue.js.
Vue.js的甜甜圈图组件。
安装
(
Install
)
yarn add vue-doughnut-chart
# OR
npm i vue-doughnut-chart
在组件中使用
(
Use in components
)
import DoughnutChart from 'vue-doughnut-chart'
export default {
components: {
DoughnutChart
}
}
道具
(
Props
)
Props Name | Type | Default Value | Description |
---|---|---|---|
|
Number | 0 | |
|
String | ‘#1993ff’ | |
|
String | ‘#ecf6ff’ | |
|
Number | 10 | |
|
Number | 85 | |
|
Number | 200 | |
|
Number | 200 | |
|
Boolean | false | |
|
String | ” | |
|
String | ” |
道具名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
|
数 | 0 | |
|
串 | ‘#1993ff’ | |
|
串 | ‘#ecf6ff’ | |
|
数 | 10 | |
|
数 | 85 | |
|
数 | 200 | |
|
数 | 200 | |
|
布尔型 | 假 | |
|
串 | ” | |
|
串 | ” |
翻译自:
https://vuejsexamples.com/doughnut-chart-component-for-vue-js/
vue.js轮播图组件