fix(chart): initialize chart instance with SVG renderer and update styles for chart container

This commit is contained in:
2026-04-04 11:38:18 +00:00
parent 9bfbfcbb95
commit 54a87a5cc0
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ export const echartsBaseStyles = [
.chartContainer {
position: absolute;
inset: 0;
will-change: transform;
}
`,
];