Jimin Huang commited on
Commit
42ab27a
1 Parent(s): cc5e880

Change settings

Browse files
Files changed (1) hide show
  1. src/components/CompareChartE.vue +1 -1
src/components/CompareChartE.vue CHANGED
@@ -133,7 +133,7 @@ export default defineComponent({
133
  name: `${asset} 路 Buy&Hold`,
134
  type: 'line',
135
  showSymbol: false,
136
- lineStyle: { width: 1.5 },
137
  color: getStrategyColor('', true, 0),
138
  data: bhPoints
139
  })
 
133
  name: `${asset} 路 Buy&Hold`,
134
  type: 'line',
135
  showSymbol: false,
136
+ lineStyle: { width: 1.5, type: 'dashed' },
137
  color: getStrategyColor('', true, 0),
138
  data: bhPoints
139
  })