fix(chart): initialize chart instance with SVG renderer and update styles for chart container
This commit is contained in:
@@ -31,6 +31,7 @@ export const echartsBaseStyles = [
|
||||
.chartContainer {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
will-change: transform;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user