fix bug
This commit is contained in:
@ -53,7 +53,13 @@ export class BusitableCurveComponent implements OnInit, OnChanges {
|
||||
nice: true,
|
||||
},
|
||||
});
|
||||
|
||||
this.chart.axis('value', {
|
||||
label: {
|
||||
formatter: (val: any) => {
|
||||
return val;
|
||||
},
|
||||
},
|
||||
});
|
||||
this.chart.tooltip({
|
||||
showCrosshairs: true, // 展示 Tooltip 辅助线
|
||||
shared: true,
|
||||
|
||||
Reference in New Issue
Block a user