[S] Remove ugly circle between data points

This commit is contained in:
Hykilpikonna
2019-11-09 20:05:52 -05:00
parent aa014bcdab
commit 7bd9e97396
@@ -115,6 +115,7 @@ export default class OverallLine extends Vue
name: course.name,
type: 'line',
smooth: true,
symbol: 'none', // circle, diamond, emptyCircle, none
data: this.toDateRange([...assignments.map(a => a.time)].map((time, i) =>
{
// Find subset before this assignment