Skip to content

Commit

Permalink
set progressive to 0 for ssr rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaOber authored and yuankunzhang committed Oct 7, 2024
1 parent e837024 commit a7fa5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charming/src/renderer/image_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var chart = echarts.init(null, {{#if theme}}'{{ theme }}'{{else}}null{{/if}}, {
height: {{ height }}
});
chart.setOption({ animation: false });
chart.setOption({ animation: false, progressive: 0 });
chart.setOption({{{ chart_option }}});
chart.renderToSVGString();
"#;
Expand Down

0 comments on commit a7fa5b5

Please sign in to comment.