[+] Add area gradient
This commit is contained in:
@@ -69,6 +69,24 @@ export default class CourseTypeRadar extends Vue
|
|||||||
{
|
{
|
||||||
name: 'Score',
|
name: 'Score',
|
||||||
symbol: 'circle',
|
symbol: 'circle',
|
||||||
|
areaStyle:
|
||||||
|
{
|
||||||
|
color:
|
||||||
|
{
|
||||||
|
type: 'radial',
|
||||||
|
x: 0.5,
|
||||||
|
y: 0.5,
|
||||||
|
r: 0.5,
|
||||||
|
colorStops:
|
||||||
|
[
|
||||||
|
{offset: 0, color: '#ffa0a0'},
|
||||||
|
{offset: 0.5, color: '#fffead'},
|
||||||
|
{offset: 1, color: '#d1ffde'}
|
||||||
|
],
|
||||||
|
global: false // 缺省为 false
|
||||||
|
},
|
||||||
|
opacity: 0.2
|
||||||
|
},
|
||||||
value: this.course.assignmentTypes.map(t => t.score)
|
value: this.course.assignmentTypes.map(t => t.score)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user