@wick-charts/react 0.3.5 → 0.4.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
@@ -7,7 +7,7 @@
7
7
 
8
8
  High-performance timeseries charts for **React**, **Vue**, and **Svelte**. Canvas-rendered, tree-shakeable, zero runtime dependencies.
9
9
 
10
- [Live Demo](https://mo4islona.github.io/wick-charts/) · [Docs](https://mo4islona.github.io/wick-charts/#/api/chart-container)
10
+ [Live Demo](https://wick-charts.eeff.io/) · [Docs](https://wick-charts.eeff.io/api/chart-container)
11
11
 
12
12
  ## Features
13
13
 
@@ -51,9 +51,9 @@ function Chart({ data }) {
51
51
 
52
52
  Every component, prop, type, and slot context lives in the docs site:
53
53
 
54
- [mo4islona.github.io/wick-charts/#/api/chart-container](https://mo4islona.github.io/wick-charts/#/api/chart-container)
54
+ [wick-charts.eeff.io/api/chart-container](https://wick-charts.eeff.io/api/chart-container)
55
55
 
56
- Start there for [ChartContainer](https://mo4islona.github.io/wick-charts/#/api/chart-container), then drill into the series ([Candlestick](https://mo4islona.github.io/wick-charts/#/api/candlestick-series), [Line](https://mo4islona.github.io/wick-charts/#/api/line-series), [Bar](https://mo4islona.github.io/wick-charts/#/api/bar-series), [Pie](https://mo4islona.github.io/wick-charts/#/api/pie-series), [Sparkline](https://mo4islona.github.io/wick-charts/#/api/sparkline)) and overlays ([Tooltip](https://mo4islona.github.io/wick-charts/#/api/tooltip), [InfoBar](https://mo4islona.github.io/wick-charts/#/api/info-bar), [Crosshair](https://mo4islona.github.io/wick-charts/#/api/crosshair), [Legend](https://mo4islona.github.io/wick-charts/#/api/legend), [YAxis](https://mo4islona.github.io/wick-charts/#/api/y-axis), [XAxis](https://mo4islona.github.io/wick-charts/#/api/x-axis), [Navigator](https://mo4islona.github.io/wick-charts/#/api/navigator), …).
56
+ Start there for [ChartContainer](https://wick-charts.eeff.io/api/chart-container), then drill into the series ([Candlestick](https://wick-charts.eeff.io/api/candlestick-series), [Line](https://wick-charts.eeff.io/api/line-series), [Bar](https://wick-charts.eeff.io/api/bar-series), [Pie](https://wick-charts.eeff.io/api/pie-series), [Sparkline](https://wick-charts.eeff.io/api/sparkline)) and overlays ([Tooltip](https://wick-charts.eeff.io/api/tooltip), [InfoBar](https://wick-charts.eeff.io/api/info-bar), [Crosshair](https://wick-charts.eeff.io/api/crosshair), [Legend](https://wick-charts.eeff.io/api/legend), [YAxis](https://wick-charts.eeff.io/api/y-axis), [XAxis](https://wick-charts.eeff.io/api/x-axis), [Navigator](https://wick-charts.eeff.io/api/navigator), …).
57
57
 
58
58
  ## Bundle size
59
59
 
@@ -61,9 +61,9 @@ Tree-shaken React scenarios via `pnpm size` (esbuild, minified, browser target,
61
61
 
62
62
  | Scenario | Raw | Gzip | Brotli |
63
63
  |---|---:|---:|---:|
64
- | Candlestick only | 147 KB | 44 KB | 38 KB |
65
- | Line only | 147 KB | 44 KB | 38 KB |
66
- | Full React | 164 KB | 49 KB | 41 KB |
64
+ | Candlestick only | 165.2 kB | 49.5 kB | 42.3 kB |
65
+ | Line only | 165.3 kB | 49.5 kB | 42.4 kB |
66
+ | Full React | 183.3 kB | 54.6 kB | 46.5 kB |
67
67
 
68
68
  ## Migration
69
69