Skip to content

Commit f74fe98

Browse files
committed
style(dashboard): set higher xAxis’ z value
1 parent d7b4ada commit f74fe98

File tree

1 file changed

+1
-0
lines changed
  • dashboard/src/styles/default-echarts-options

1 file changed

+1
-0
lines changed

dashboard/src/styles/default-echarts-options/x-axis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const xAxis = {
1818
splitLine: {
1919
show: false,
2020
},
21+
z: 3,
2122
};
2223

2324
export function getXAxis(option: AnyObject) {

0 commit comments

Comments
 (0)