colors
chartOptions: {
chart: {
type: 'pie',
backgroundColor: 'rgba(0,0,0,0)',
options3d: {
...
yekong
2个月前 (03-16) 195℃
0喜欢
innerSize
chartOptions: {
chart: {
type: 'pie',
backgroundColor: 'rgba(0,0,0,0)',
options3d: {
...
yekong
2个月前 (03-16) 146℃
1喜欢
credits
credits : {
enabled:false
}
全部代码
chartOptions: {
chart: {
type: 'pie',
backgroundColor: 'rgba(0,0,0...
yekong
2个月前 (03-16) 341℃
0喜欢
backgroundColor
chart: {
type: 'pie',
backgroundColor: 'rgba(0,0,0,0)',
options3d: {
enabled: true...
yekong
2个月前 (03-16) 90℃
0喜欢
安装依赖
npm install highcharts-vue --save
npm install highcharts --save
全局注册
import Vue from 'vue'
import HighchartsVue from 'highcharts-vue'
...
yekong
2个月前 (03-16) 119℃
0喜欢