@abdullahjaswal/tickyr-charts-solid 0.1.2 → 0.1.3
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/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8521,7 +8521,10 @@ ${G2 ?? ""}`;
|
|
|
8521
8521
|
innerBottom: f2,
|
|
8522
8522
|
font: Lc,
|
|
8523
8523
|
fontSize: 9
|
|
8524
|
-
}), t2 === null || !n2.crosshairVisible || o2 <= 0)
|
|
8524
|
+
}), t2 === null || !n2.crosshairVisible || o2 <= 0) {
|
|
8525
|
+
d2 && hi(l2);
|
|
8526
|
+
return;
|
|
8527
|
+
}
|
|
8525
8528
|
l2.save(), l2.globalAlpha *= o2;
|
|
8526
8529
|
let p2 = u2.innerTop, m2 = u2.innerBottom;
|
|
8527
8530
|
!n2.crosshairPaneSync && u2.volumePane !== null && (t2.pane === "price" ? m2 = u2.volumePane.top : p2 = u2.volumePane.top), pr({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abdullahjaswal/tickyr-charts-solid",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Tickyr Charts for SolidJS: opinionated, canvas-rendered trading and financial-data charts, powered by a vendored Rust/WASM engine.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|