sync tooltips in history statistics
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
7bbf77885d
commit
59543418b0
@ -23,7 +23,8 @@ export default {
|
||||
left: 10,
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
trigger: 'item',
|
||||
borderWidth: 0,
|
||||
},
|
||||
series: [{
|
||||
type: 'pie',
|
||||
|
@ -24,13 +24,7 @@ export default {
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
backgroundColor: 'rgba(0,0,0,0.9)',
|
||||
borderWidth: 0,
|
||||
textStyle: {
|
||||
color: '#fff',
|
||||
fontSize: '14px'
|
||||
},
|
||||
padding: 15,
|
||||
formatter: (datasets) => {
|
||||
let output = ""
|
||||
|
||||
|
@ -24,6 +24,7 @@ export default {
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item',
|
||||
borderWidth: 0,
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
|
Loading…
x
Reference in New Issue
Block a user