kline-orderbook-chart 0.2.9 → 0.2.11
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 -2
- package/dist/chart_engine_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://app.mrd-indicators.com/trading/chart-terminal">Live Demo</a>
|
|
9
9
|
·
|
|
10
|
-
<a href="https://github.com/
|
|
10
|
+
<a href="https://github.com/PhamNhinh/kline-orderbook-chart/tree/main/docs">Documentation</a>
|
|
11
11
|
·
|
|
12
12
|
<a href="https://app.mrd-indicators.com/charting-library/pricing">Pricing</a>
|
|
13
13
|
·
|
|
@@ -165,7 +165,7 @@ Requires a modern browser (ES2020+).
|
|
|
165
165
|
|
|
166
166
|
## Documentation
|
|
167
167
|
|
|
168
|
-
[Getting Started](https://github.com/
|
|
168
|
+
[Getting Started](https://github.com/PhamNhinh/kline-orderbook-chart/blob/main/docs/guides/getting-started.md) · [API Reference](https://github.com/PhamNhinh/kline-orderbook-chart/blob/main/docs/api/README.md) · [Data Guide](https://github.com/PhamNhinh/kline-orderbook-chart/blob/main/docs/guides/data.md) · [Indicators](https://github.com/PhamNhinh/kline-orderbook-chart/blob/main/docs/guides/indicators.md) · [React](https://github.com/PhamNhinh/kline-orderbook-chart/blob/main/docs/examples/react.md) · [Vue](https://github.com/PhamNhinh/kline-orderbook-chart/blob/main/docs/examples/vue.md) · [Svelte](https://github.com/PhamNhinh/kline-orderbook-chart/blob/main/docs/examples/framework-integration.md#svelte)
|
|
169
169
|
|
|
170
170
|
---
|
|
171
171
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kline-orderbook-chart",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"description": "Candlestick chart with built-in orderbook heatmap, footprint chart, and liquidation heatmap. Native high-performance engine. 60 fps, zero dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/mrd-chart-engine.mjs",
|