UI: Improve time series charts labels rendering and size calculation.
This commit is contained in:
parent
963624e2d2
commit
63b827e953
@ -588,6 +588,7 @@ export class TbTimeSeriesChart {
|
|||||||
|
|
||||||
private drawChart() {
|
private drawChart() {
|
||||||
echartsModule.init();
|
echartsModule.init();
|
||||||
|
this.renderer.setStyle(this.chartElement, 'letterSpacing', 'normal');
|
||||||
this.timeSeriesChart = echarts.init(this.chartElement, null, {
|
this.timeSeriesChart = echarts.init(this.chartElement, null, {
|
||||||
renderer: 'canvas'
|
renderer: 'canvas'
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user