<ev-chart
:options="{
type: 'candle',
title: '近期行情',
candleData: [
{ label: '周一', open: 120, close: 132, high: 136, low: 118 },
{ label: '周二', open: 132, close: 128, high: 140, low: 124 },
{ label: '周三', open: 128, close: 145, high: 148, low: 126 },
{ label: '周四', open: 145, close: 141, high: 152, low: 138 },
{ label: '周五', open: 141, close: 155, high: 158, low: 139 },
],
}"
:height="280"
/>