Skip to content

Commit

Permalink
Prefer the WebGL Renderer (#5492)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHollyer authored and bmd3k committed Jan 20, 2022
1 parent 9225e9a commit 194ce0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@
></mat-spinner>
<line-chart
[disableUpdate]="!isCardVisible"
[preferredRendererType]="RendererType.SVG"
[preferredRendererType]="RendererType.WEBGL"
[seriesData]="dataSeries"
[seriesMetadataMap]="chartMetadataMap"
[xScaleType]="xScaleType"
Expand Down

0 comments on commit 194ce0f

Please sign in to comment.