+
+ {{ tooltipData.date }}
+
+
+ 开盘价:
+ {{ tooltipData.openPrice.toFixed(2) }}
+
+
+ 收盘价:
+ {{ tooltipData.closePrice.toFixed(2) }}
+
+
+ 最高价:
+ {{ tooltipData.highPrice.toFixed(2) }}
+
+
+ 最低价:
+ {{ tooltipData.lowPrice.toFixed(2) }}
+
+
+ 涨跌幅:
+
+ {{ tooltipData.changePercent }}%
+
+
+
+