|
@@ -37,7 +37,14 @@ class LineChart extends React.Component {
|
|
|
}
|
|
|
const option = {
|
|
|
backgroundColor: "transparent",
|
|
|
- tooltip: { trigger: "axis" },
|
|
|
+ tooltip: {
|
|
|
+ trigger: "axis",
|
|
|
+ textStyle: {
|
|
|
+ fontSize: 28, // 设置字体大小
|
|
|
+ fontWeight: "bold", // 可选:加粗
|
|
|
+ // color: "#fff", // 可选:字体颜色
|
|
|
+ },
|
|
|
+ },
|
|
|
legend: {
|
|
|
top: 10,
|
|
|
itemGap: 30,
|