[S] Remove quater line arrow symbol

This commit is contained in:
Hykilpikonna
2019-11-09 15:05:57 -05:00
parent f9d7fa398f
commit a3fd822252
@@ -43,6 +43,7 @@ export default class OverallLine extends Vue
markLine:
{
silent: true,
symbol: 'none',
data: Constants.TERMS.map((term, index) =>
{
return {xAxis: term.getTime(), label: {formatter: `Term ${index + 1}`}}