UI: Improve time series charts labels rendering and size calculation.

This commit is contained in:
Igor Kulikov 2024-04-17 13:58:59 +03:00
parent 963624e2d2
commit 63b827e953

View File

@ -588,6 +588,7 @@ export class TbTimeSeriesChart {
private drawChart() {
echartsModule.init();
this.renderer.setStyle(this.chartElement, 'letterSpacing', 'normal');
this.timeSeriesChart = echarts.init(this.chartElement, null, {
renderer: 'canvas'
});