[S] Remove ugly circle between data points
This commit is contained in:
@@ -115,6 +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
|
||||||
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