[S] Change the graph symbol to circle
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="course-scatter">
|
<div id="course-scatter">
|
||||||
<ve-radar height="450px" class="graph" :extend="{heyIUsedCourseObject: this.course.name}" :after-config="afterConfig"></ve-radar>
|
<ve-radar height="450px" class="graph" :extend="{a: this.course.name}" :after-config="afterConfig"></ve-radar>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ export default class OverallLine extends Vue
|
|||||||
name: course.name,
|
name: course.name,
|
||||||
type: 'line',
|
type: 'line',
|
||||||
smooth: true,
|
smooth: true,
|
||||||
symbol: 'none', // circle, diamond, emptyCircle, none
|
symbol: 'circle', // circle, diamond, emptyCircle, none
|
||||||
data: this.toDateRange([...assignments.map(a => a.time)].map((time, i) =>
|
data: this.toDateRange([...assignments.map(a => a.time)].map((time, i) =>
|
||||||
{
|
{
|
||||||
// Find subset before this assignment
|
// Find subset before this assignment
|
||||||
|
|||||||
Reference in New Issue
Block a user