隐藏前
隐藏后
使用enabled控制
dataLabels: {
padding: 0,
show: false,
enabled: false,
style: {
color: 'rgba(146, 178, 215, 1)'
}
},
组件...
yekong
6个月前 (07-27) 373℃
2喜欢
colors
chartOptions: {
chart: {
type: 'pie',
backgroundColor: 'rgba(0,0,0,0)',
options3d: {
...
yekong
11个月前 (03-16) 791℃
0喜欢
innerSize
chartOptions: {
chart: {
type: 'pie',
backgroundColor: 'rgba(0,0,0,0)',
options3d: {
...
yekong
11个月前 (03-16) 766℃
1喜欢
credits
credits : {
enabled:false
}
全部代码
chartOptions: {
chart: {
type: 'pie',
backgroundColor: 'rgba(0,0,0...
yekong
11个月前 (03-16) 1187℃
0喜欢
backgroundColor
chart: {
type: 'pie',
backgroundColor: 'rgba(0,0,0,0)',
options3d: {
enabled: true...
yekong
11个月前 (03-16) 546℃
0喜欢
安装依赖
npm install highcharts-vue --save
npm install highcharts --save
全局注册
import Vue from 'vue'
import HighchartsVue from 'highcharts-vue'
...
yekong
11个月前 (03-16) 403℃
0喜欢