b340d8f9 by zhangmeng

大屏

1 parent 174aa61b
...@@ -685,7 +685,9 @@ const handelZhu3 = () => { ...@@ -685,7 +685,9 @@ const handelZhu3 = () => {
685 }, 685 },
686 toolbox: { 686 toolbox: {
687 feature: { 687 feature: {
688 saveAsImage: {} 688 saveAsImage: {
689 show: false
690 }
689 } 691 }
690 }, 692 },
691 grid: { 693 grid: {
...@@ -1081,4 +1083,9 @@ function autoHover(myChart, option, index, time) { ...@@ -1081,4 +1083,9 @@ function autoHover(myChart, option, index, time) {
1081 } 1083 }
1082 } 1084 }
1083 1085
1086 hr {
1087 border: 0;
1088 border-top: 1px solid #373e51;
1089 }
1090
1084 </style> 1091 </style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!