mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
feat: update tooltip
This commit is contained in:
parent
3cbb5e87ca
commit
7120a7c2c3
@ -44,6 +44,12 @@ limitations under the License. -->
|
||||
tooltip: {
|
||||
trigger: "item",
|
||||
confine: true,
|
||||
backgroundColor: appStore.theme === Themes.Dark ? "#333" : "#fff",
|
||||
borderColor: appStore.theme === Themes.Dark ? "#333" : "#fff",
|
||||
textStyle: {
|
||||
fontSize: 12,
|
||||
color: appStore.theme === Themes.Dark ? "#eee" : "#333",
|
||||
},
|
||||
},
|
||||
series: {
|
||||
type: "sankey",
|
||||
|
Loading…
Reference in New Issue
Block a user