@fintatech/fintachart 3.1.9 → 3.1.10
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/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +1 -1
- package/scripts/FintaChart.min.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.1.10] - 2026-05-18
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Minor bug fixes and improvements.
|
|
13
|
+
|
|
8
14
|
## [3.1.9] - 2026-05-15
|
|
9
15
|
|
|
10
16
|
### Fixed
|
|
@@ -129,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
129
135
|
|
|
130
136
|
- Initial public release of `@fintatech/fintachart`
|
|
131
137
|
|
|
138
|
+
[3.1.10]: https://github.com/fintatech/fintachart/releases/tag/v3.1.10
|
|
132
139
|
[3.1.9]: https://github.com/fintatech/fintachart/releases/tag/v3.1.9
|
|
133
140
|
[3.1.8]: https://github.com/fintatech/fintachart/releases/tag/v3.1.8
|
|
134
141
|
[3.1.7]: https://github.com/fintatech/fintachart/releases/tag/v3.1.7
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ High-performance financial charting component for web applications. Designed for
|
|
|
16
16
|
## Features
|
|
17
17
|
|
|
18
18
|
- **19 chart types** — Candlestick, OHLC, Heikin Ashi, Renko, Kagi, Line Break, Point & Figure, Hollow Candle, Range Bar, Candle Volume, Equi Volume, Line, Area, and more
|
|
19
|
-
- **
|
|
19
|
+
- **130+ technical indicators** — RSI, MACD, Bollinger Bands, Ichimoku, EMA, SMA, Stochastics, and the full range of standard analysis tools
|
|
20
20
|
- **Drawing and analysis tools** — Lines, channels, rectangles, circles, ellipses, polygons, freehand, arrows, text and image annotations
|
|
21
21
|
- **Fibonacci tools** — Retracements, Fan, Extensions, Arcs, Ellipses, Time Zones
|
|
22
22
|
- **Trend analysis** — Andrews' Pitchfork, Raff Regression, Error Channel, Gann Fan, Speed Lines, Quadrant Lines, Tirone Levels
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fintatech/fintachart",
|
|
3
3
|
"description": "FintaChart financial charting component",
|
|
4
4
|
"homepage": "https://fintatech.com",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.10",
|
|
6
6
|
"types": "./d.ts/FintaChart.d.ts",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
8
|
"repository": {
|