[S] Change the graph symbol to circle

This commit is contained in:
Hykilpikonna
2019-11-09 21:24:13 -05:00
parent 3b0e291df4
commit 4e14730db6
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
<template>
<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>
</template>
@@ -115,7 +115,7 @@ export default class OverallLine extends Vue
name: course.name,
type: 'line',
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) =>
{
// Find subset before this assignment