@363045841yyt/klinechart 0.5.3 → 0.5.4
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 +2 -1
- package/dist/index.cjs +9 -9
- package/dist/index.js +748 -719
- package/dist/klinechart.css +1 -1
- package/dist/src/components/KLineChart.vue.d.ts +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
A lightweight financial charting library with first-class AI Agent support, crisp ResizeObserver-driven rendering, and plugin-based architecture.
|
|
1
|
+
A lightweight financial charting library with first-class AI Agent support, crisp ResizeObserver-driven rendering, and plugin-based architecture.
|
|
2
2
|
<div align="center">
|
|
3
3
|
|
|
4
4
|
English | [简体中文](README_CN.md)
|
|
@@ -131,6 +131,7 @@ const config: SemanticChartConfig = {
|
|
|
131
131
|
|
|
132
132
|
## 🚀 What's New
|
|
133
133
|
|
|
134
|
+
- **v0.5.4** Fixed idle redraw loops to reduce sustained GPU usage after viewport, resize, and DPR sync
|
|
134
135
|
- **v0.5.2** Advanced drawing tools: parallel channel, regression channel, smooth top/bottom, and non-intersecting channel
|
|
135
136
|
- **v0.5.0** Complete drawing tool system, supporting line, rectangle, text drawing and style editing
|
|
136
137
|
- **v0.4** Modern UI, left toolbar, right axis optimization, TradingView-style zoom feel
|