Skip to content

Commit

Permalink
Styling of chart tooltips that had changed when Echarts was updated t…
Browse files Browse the repository at this point in the history
…o latest version (#1655).

Fix UI bug where tooltips can float above the white header bar.
  • Loading branch information
heyman committed Dec 15, 2020
1 parent 85d8a44 commit 033fdb1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion locust/static/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@
},
axisPointer: {
animation: true
}
},
textStyle: {
color: '#b3c3bc',
},
backgroundColor: 'rgba(21,35,28, 0.93)',
borderWidth: 0,
extraCssText: "z-index:1;",
},
xAxis: {
type: 'category',
Expand Down

0 comments on commit 033fdb1

Please sign in to comment.