@particle-academy/fancy-echarts 3.0.2 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @particle-academy/fancy-echarts
2
2
 
3
- React component library wrapping [Apache ECharts](https://echarts.apache.org/) with typed components for every chart type 2D, 3D, and graphic layers.
3
+ Typed React wrapper around [Apache ECharts](https://echarts.apache.org/) every chart type from a single `<EChart>` component, lazy module registration, four built-in themes.
4
+
5
+ > **Breaking change in 4.0** — the hand-rolled diagram subsystem (`<Diagram>`, `<DataDiagram>`, `<OrgChart>`, `<Mindmap>`, `<Flowchart>` and their types) is removed. ECharts and react-flow each own their domain: charts here, node-edge graphs in [`@particle-academy/fancy-flow`](https://github.com/Particle-Academy/fancy-flow). If you used the diagram presets, migrate to fancy-flow — its `<FlowEditor>` + `defineNode` + `<NodePort>` covers org charts, flowcharts, ERDs, and mindmaps cleanly. Real Sankey / sunburst / radial visualizations stay here as proper ECharts series.
4
6
 
5
7
  ## Installation
6
8