Fix tooltip text alignment in mining dashboard
This commit is contained in:
parent
3f0bf81726
commit
38eb8cbcfd
@ -145,6 +145,7 @@ export class HashrateChartComponent implements OnInit {
|
|||||||
shadowColor: 'rgba(0, 0, 0, 0.5)',
|
shadowColor: 'rgba(0, 0, 0, 0.5)',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#b1b1b1',
|
color: '#b1b1b1',
|
||||||
|
align: 'left',
|
||||||
},
|
},
|
||||||
borderColor: '#000',
|
borderColor: '#000',
|
||||||
formatter: function (data) {
|
formatter: function (data) {
|
||||||
|
@ -176,7 +176,10 @@ export class PoolRankingComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'item'
|
trigger: 'item',
|
||||||
|
textStyle: {
|
||||||
|
align: 'left',
|
||||||
|
}
|
||||||
},
|
},
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user