Spaces:
Running
Running
Jimin Huang commited on
Commit 路
42ab27a
1
Parent(s): cc5e880
Change settings
Browse files
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 |
})
|