From 80cf4ed1536d4f245a24ca2f61ac0a722c69ab51 Mon Sep 17 00:00:00 2001 From: plainheart Date: Wed, 21 Feb 2024 18:38:53 +0800 Subject: [PATCH] fix release-note --- contents/en/basics/release-note/5-5-0.md | 14 +++++++------- contents/zh/basics/release-note/5-5-0.md | 14 +++++++------- pages/_.vue | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/contents/en/basics/release-note/5-5-0.md b/contents/en/basics/release-note/5-5-0.md index 46522076e..c8f427a8d 100644 --- a/contents/en/basics/release-note/5-5-0.md +++ b/contents/en/basics/release-note/5-5-0.md @@ -18,7 +18,7 @@ We’ve also ensured that this new feature is compatible with a variety of envir We’re excited about this new feature and believe it will significantly improve the developer experience. -## Server-Side Rendering + Lightweight Client Runtime +## Server-Side Rendering + Lightweight Client Runtime Apache ECharts is powerful, but correspondingly, it has a large package size. We have made various efforts to improve this in previous versions. Developers can use TreeShaking to load parts of the code as needed, reducing the amount of code loaded. Starting from Apache ECharts version 5.3, we support a server-side SVG string rendering solution with zero dependencies, and support the initial animation of charts. In this way, using the result of server-side rendering as the first screen rendering can greatly reduce the first screen loading time. @@ -69,7 +69,7 @@ The client adds the obtained SVG string to the container and binds the lightweig ```html
- + +