From f6c410f5187eafb4dd3eaf6a7d2fdc676f374cb7 Mon Sep 17 00:00:00 2001 From: hmonika23 <124656669+hmonika23@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:38:04 +0530 Subject: [PATCH] Added victory-native to echarts migration release note --- .../release-version-1/version-1-0-x/1.0.0-beta.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-version-1/version-1-0-x/1.0.0-beta.mdx b/docs/release-notes/release-version-1/version-1-0-x/1.0.0-beta.mdx index 8db8e2b..361e2cc 100644 --- a/docs/release-notes/release-version-1/version-1-0-x/1.0.0-beta.mdx +++ b/docs/release-notes/release-version-1/version-1-0-x/1.0.0-beta.mdx @@ -101,6 +101,10 @@ For details about the technology stack upgrades, refer to [Technology Stack](/te Auto Layout now supports `width=fill` and `height=fill` in addition to fixed values like px and %, letting a component occupy the available space within its parent container instead of sizing to content (`hug`). This Fill sizing, previously available only for containers, is now supported for all components placed inside Auto Layout containers, making it easier to build responsive, flexible layouts. Currently available in Angular. + + - ### Charts widget migrated to ECharts + + The Area, Bar, Column, Line, Bubble, Pie, and Donut chart types on mobile now render using [ECharts](https://github.com/wavemaker/wm-react-native-echarts) instead of Victory Native.