chartgpu 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -129,7 +129,7 @@ flowchart TB
129
129
 
130
130
  ### Candlestick Charts
131
131
 
132
- Financial OHLC (open-high-low-close) candlestick rendering with classic/hollow style toggle and color customization.
132
+ Financial OHLC (open-high-low-close) candlestick rendering with classic/hollow style toggle and color customization. The live streaming demo renders **5 million candlesticks at over 100 FPS** with real-time updates.
133
133
 
134
134
  ![Candlestick chart example](docs/assets/candle-stick-example.png)
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chartgpu",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "High-performance WebGPU charting library",
5
5
  "keywords": [
6
6
  "webgpu",