update
This commit is contained in:
parent
582ac98a52
commit
ff0bda0dba
@ -124,6 +124,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
legend: {
|
legend: {
|
||||||
|
selectedMode: false,
|
||||||
top: 0,
|
top: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
@ -208,6 +209,7 @@ export default {
|
|||||||
|
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
|
silent: true,
|
||||||
name: 'PieForm',
|
name: 'PieForm',
|
||||||
type: 'pie',
|
type: 'pie',
|
||||||
center: ['68%', '61%'],
|
center: ['68%', '61%'],
|
||||||
|
@ -19,7 +19,7 @@ import { Random } from 'mockjs'
|
|||||||
|
|
||||||
class ChartOption {
|
class ChartOption {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.color = ['#1A99FF', '#F0D63C', '#E02094', '#559833']
|
this.color = ['#1A99FF', '#F0D63C', '#E02094', '#52FFF1']
|
||||||
|
|
||||||
this.legend = {
|
this.legend = {
|
||||||
top: 28,
|
top: 28,
|
||||||
@ -271,7 +271,7 @@ class ChartOption {
|
|||||||
colorStops: [
|
colorStops: [
|
||||||
{
|
{
|
||||||
offset: 0,
|
offset: 0,
|
||||||
color: '#55983366' // 0% 处的颜色
|
color: '#52FFF166' // 0% 处的颜色
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
offset: 1,
|
offset: 1,
|
||||||
|
@ -129,6 +129,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
|
selectedMode: false,
|
||||||
top: '12%',
|
top: '12%',
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
@ -213,6 +214,7 @@ export default {
|
|||||||
{
|
{
|
||||||
name: 'PieForm',
|
name: 'PieForm',
|
||||||
type: 'pie',
|
type: 'pie',
|
||||||
|
silent: true,
|
||||||
center: ['66%', '56%'],
|
center: ['66%', '56%'],
|
||||||
radius: ['45%', '65%'],
|
radius: ['45%', '65%'],
|
||||||
avoidLabelOverlap: true,
|
avoidLabelOverlap: true,
|
||||||
@ -310,7 +312,7 @@ export default {
|
|||||||
const fs18 = this.calcFontsize(18 /** px*/)
|
const fs18 = this.calcFontsize(18 /** px*/)
|
||||||
const fs20 = this.calcFontsize(20 /** px*/)
|
const fs20 = this.calcFontsize(20 /** px*/)
|
||||||
const legendTextFixWidth = this.calcFontsize(48 /** px*/)
|
const legendTextFixWidth = this.calcFontsize(48 /** px*/)
|
||||||
const legnedTop = this.calcFontsize(64 /** px*/)
|
const legnedTop = this.calcFontsize(72 /** px*/)
|
||||||
const legendTopRate = this.calcFontsize(30 /** % */)
|
const legendTopRate = this.calcFontsize(30 /** % */)
|
||||||
|
|
||||||
this.configs.title.text =
|
this.configs.title.text =
|
||||||
|
Loading…
Reference in New Issue
Block a user