@fintatech/fintachart 3.1.11 → 3.1.13
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 +62 -0
- package/css/FintaChart.min.css +1 -1
- package/d.ts/FintaChart.d.ts +815 -11
- package/htmldialogs/IndicatorSettingsDialog.html +13 -0
- package/htmldialogs/MainSettings.html +12 -0
- package/htmldialogs/ShapeSettingsDialog.html +1 -1
- package/htmldialogs/Toolbar.html +70 -3
- package/img/svg-icons/bar-marker.svg +1 -0
- package/img/svg-icons/calendar.svg +1 -0
- package/localization/en.json +48 -1
- package/localization/uk.json +48 -1
- package/package.json +1 -1
- package/scripts/FintaChart.min.js +2 -2
|
@@ -11,6 +11,11 @@
|
|
|
11
11
|
data-id="tcdIndicatorDialog_tab_parameters"
|
|
12
12
|
data-i18n="indicator.all.dialog.parameters"
|
|
13
13
|
></li>
|
|
14
|
+
<li
|
|
15
|
+
class="tcdTabItem properties-tab"
|
|
16
|
+
data-id="tcdIndicatorDialog_tab_properties"
|
|
17
|
+
data-i18n="indicator.all.dialog.properties"
|
|
18
|
+
></li>
|
|
14
19
|
<li
|
|
15
20
|
class="tcdTabItem styles-tab"
|
|
16
21
|
data-id="tcdIndicatorDialog_tab_style"
|
|
@@ -28,6 +33,14 @@
|
|
|
28
33
|
<div class="tcdDialog-body-content"></div>
|
|
29
34
|
</div>
|
|
30
35
|
</div>
|
|
36
|
+
<div
|
|
37
|
+
class="tcdTabPane"
|
|
38
|
+
data-id="tcdIndicatorDialog_tab_properties"
|
|
39
|
+
>
|
|
40
|
+
<div id="tcdIndicatorDialog_pane_properties">
|
|
41
|
+
<div class="tcdDialog-body-content"></div>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
31
44
|
<div class="tcdTabPane" data-id="tcdIndicatorDialog_tab_style">
|
|
32
45
|
<div id="tcdIndicatorDialog_pane_figure">
|
|
33
46
|
<div class="tcdDialog-body-content"></div>
|
|
@@ -238,6 +238,18 @@
|
|
|
238
238
|
</div>
|
|
239
239
|
</div>
|
|
240
240
|
</div>
|
|
241
|
+
<div class="tcdDialog-content-items">
|
|
242
|
+
<div class="tcdDialog-content-item tcdColorWithBorder selector renderQuality width33">
|
|
243
|
+
<div class="selectWrapper w100">
|
|
244
|
+
<label class="settings-label" data-i18n="theme.dialog.renderQuality.title"></label>
|
|
245
|
+
<select class="select-text" id="tcdMainSettings_renderQuality" style="display:block!important;">
|
|
246
|
+
<option value="low" data-i18n="theme.dialog.renderQuality.low"></option>
|
|
247
|
+
<option value="medium" data-i18n="theme.dialog.renderQuality.medium"></option>
|
|
248
|
+
<option value="high" data-i18n="theme.dialog.renderQuality.high"></option>
|
|
249
|
+
</select>
|
|
250
|
+
</div>
|
|
251
|
+
</div>
|
|
252
|
+
</div>
|
|
241
253
|
<!-- @@TODO: Hide-->
|
|
242
254
|
<!-- <div class="tcdDialog-content-items tcdDialog-content-caption">-->
|
|
243
255
|
<!-- <div class="tcdDialog-left-part">-->
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
<div class="tcdDialog-content-items tcdFullWidthContent">
|
|
257
257
|
<div class="tcdDialog-right-part">
|
|
258
258
|
<div class="tcdDialog-content-item">
|
|
259
|
-
<textarea id="tcdShapeDialog_input_text"></textarea>
|
|
259
|
+
<textarea id="tcdShapeDialog_input_text" data-i18n="[placeholder]shape.barMarker.placeholder"></textarea>
|
|
260
260
|
</div>
|
|
261
261
|
</div>
|
|
262
262
|
</div>
|
package/htmldialogs/Toolbar.html
CHANGED
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
<li class="tcdShapeElement tcdToolbarButton-dropdownElement">
|
|
594
594
|
<div class="tradePanel_amount-box">
|
|
595
595
|
<input data-input class="tcdNumeric jqNumericField tradePanel_input"
|
|
596
|
-
id="tradePanel_amount-input" data-i18n="[title]trading.quantity">
|
|
596
|
+
id="tradePanel_amount-input" data-i18n="[title]trading.quantity" autocomplete="off">
|
|
597
597
|
<div class="calc-container" id="tradePanel_calc-container">
|
|
598
598
|
<div class="calculator-icon tcdSVGIcon" tcdSVGData="calculator"></div>
|
|
599
599
|
<ul class="calc-list">
|
|
@@ -1367,7 +1367,17 @@
|
|
|
1367
1367
|
</div>
|
|
1368
1368
|
</li>
|
|
1369
1369
|
|
|
1370
|
-
|
|
1370
|
+
<li class="tcdToolbarDivider"></li>
|
|
1371
|
+
|
|
1372
|
+
<li class="tcdToolbarButton tcdToolbarCanToggle tcdToolbar-btn-barMarker toolbar-title"
|
|
1373
|
+
data-i18n="[title]shape.barMarker.name">
|
|
1374
|
+
<div class="tcdToolbarButton-buttonWrapper">
|
|
1375
|
+
<button class="tcdToolbarButton-activateBtn" data-tcdvalue="barMarker">
|
|
1376
|
+
<span class="tcdToolbarButton-dropdownElement-image tcdSVGIcon" tcdSVGData="bar-marker"></span>
|
|
1377
|
+
</button>
|
|
1378
|
+
</div>
|
|
1379
|
+
</li>
|
|
1380
|
+
|
|
1371
1381
|
<li class="tcdToolbarDivider"></li>
|
|
1372
1382
|
|
|
1373
1383
|
<li class="tcdToolbarButton tcdToolbarCanToggle tcdToolbar-btn-stayInShapeBalloonMode tcdToolbar-btn-continuedShapeMode toolbar-title drop hidden"
|
|
@@ -1729,6 +1739,64 @@
|
|
|
1729
1739
|
<!--<div class="tcdToolbar-scroll tcdToolbar-left-bottom"></div>-->
|
|
1730
1740
|
|
|
1731
1741
|
<div class="tcdToolbar-bottom">
|
|
1742
|
+
<div class="tcdToolbar-bottom-left-side">
|
|
1743
|
+
<div class="tcdToolbarDateRange">
|
|
1744
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="1D" data-i18n="[title]dateRange.presets.1D">1D</span>
|
|
1745
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="5D" data-i18n="[title]dateRange.presets.5D">5D</span>
|
|
1746
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="1M" data-i18n="[title]dateRange.presets.1M">1M</span>
|
|
1747
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="3M" data-i18n="[title]dateRange.presets.3M">3M</span>
|
|
1748
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="6M" data-i18n="[title]dateRange.presets.6M">6M</span>
|
|
1749
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="YTD" data-i18n="[title]dateRange.presets.YTD">YTD</span>
|
|
1750
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="1Y" data-i18n="[title]dateRange.presets.1Y">1Y</span>
|
|
1751
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="5Y" data-i18n="[title]dateRange.presets.5Y">5Y</span>
|
|
1752
|
+
<span class="tcdToolbarDateRange-btn" data-tcdrange="All" data-i18n="[title]dateRange.presets.All">All</span>
|
|
1753
|
+
<span class="tcdToolbarDateRange-separator"></span>
|
|
1754
|
+
<span class="tcdToolbarDateRange-btn tcdToolbarDateRange-customBtn" data-i18n="[title]dateRange.custom">
|
|
1755
|
+
<span class="tcdSVGIcon tcdToolbarDateRange-customIcon" tcdSVGData="calendar"></span>
|
|
1756
|
+
</span>
|
|
1757
|
+
</div>
|
|
1758
|
+
<div class="tcdToolbarDateRange-collapsed" style="display: none;">
|
|
1759
|
+
<span class="tcdToolbarDateRange-collapsedBtn">
|
|
1760
|
+
<span class="tcdSVGIcon tcdToolbarDateRange-collapsedIcon" tcdSVGData="calendar"></span>
|
|
1761
|
+
<span class="tcdToolbarDateRange-collapsedLabel" data-i18n="dateRange.label">Date Range</span>
|
|
1762
|
+
<svg viewBox="0 0 10 6" width="10" height="6"><path d="M1 5l4-4 4 4" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1763
|
+
</span>
|
|
1764
|
+
<ul class="tcdToolbarDateRange-menu" style="display: none;">
|
|
1765
|
+
<li data-tcdrange="1D" data-i18n="dateRange.menu.1D">1 day in 5 minutes intervals</li>
|
|
1766
|
+
<li data-tcdrange="5D" data-i18n="dateRange.menu.5D">5 days in 15 minutes intervals</li>
|
|
1767
|
+
<li data-tcdrange="1M" data-i18n="dateRange.menu.1M">1 month in 1 hour intervals</li>
|
|
1768
|
+
<li data-tcdrange="3M" data-i18n="dateRange.menu.3M">3 months in 4 hours intervals</li>
|
|
1769
|
+
<li data-tcdrange="6M" data-i18n="dateRange.menu.6M">6 months in 4 hours intervals</li>
|
|
1770
|
+
<li data-tcdrange="YTD" data-i18n="dateRange.menu.YTD">Year to date in 1 day intervals</li>
|
|
1771
|
+
<li data-tcdrange="1Y" data-i18n="dateRange.menu.1Y">1 year in 1 day intervals</li>
|
|
1772
|
+
<li data-tcdrange="5Y" data-i18n="dateRange.menu.5Y">5 years in 1 week intervals</li>
|
|
1773
|
+
<li data-tcdrange="All" data-i18n="dateRange.menu.All">All data in 1 week intervals</li>
|
|
1774
|
+
<li class="tcdToolbarDateRange-menuSeparator"></li>
|
|
1775
|
+
<li class="tcdToolbarDateRange-menuGoto" data-i18n="dateRange.goto">Go to...</li>
|
|
1776
|
+
</ul>
|
|
1777
|
+
</div>
|
|
1778
|
+
<div class="tcdToolbarDateRange-popup" style="display: none;">
|
|
1779
|
+
<div class="tcdToolbarDateRange-popup-title" data-i18n="dateRange.title">Custom date range</div>
|
|
1780
|
+
<div class="tcdToolbarDateRange-popup-row">
|
|
1781
|
+
<label data-i18n="dateRange.from">From</label>
|
|
1782
|
+
<div class="tcdToolbarDateRange-popup-field" data-tcdrangefield="from">
|
|
1783
|
+
<input type="text" class="tcdToolbarDateRange-popup-from" readonly>
|
|
1784
|
+
<span class="tcdSVGIcon tcdToolbarDateRange-fieldIcon" tcdSVGData="calendar"></span>
|
|
1785
|
+
</div>
|
|
1786
|
+
</div>
|
|
1787
|
+
<div class="tcdToolbarDateRange-popup-row">
|
|
1788
|
+
<label data-i18n="dateRange.to">To</label>
|
|
1789
|
+
<div class="tcdToolbarDateRange-popup-field" data-tcdrangefield="to">
|
|
1790
|
+
<input type="text" class="tcdToolbarDateRange-popup-to" readonly>
|
|
1791
|
+
<span class="tcdSVGIcon tcdToolbarDateRange-fieldIcon" tcdSVGData="calendar"></span>
|
|
1792
|
+
</div>
|
|
1793
|
+
</div>
|
|
1794
|
+
<div class="tcdToolbarDateRange-popup-buttons">
|
|
1795
|
+
<button type="button" class="tcdToolbarDateRange-popup-cancel" data-i18n="dateRange.cancel">Cancel</button>
|
|
1796
|
+
<button type="button" class="tcdToolbarDateRange-popup-apply" data-i18n="dateRange.apply">Apply</button>
|
|
1797
|
+
</div>
|
|
1798
|
+
</div>
|
|
1799
|
+
</div>
|
|
1732
1800
|
<div class="tcdToolbar-bottom-right-side">
|
|
1733
1801
|
<div class="tcdToolbarSession drop-down">
|
|
1734
1802
|
<div class="tcdToolbarSession_selected">
|
|
@@ -1739,7 +1807,6 @@
|
|
|
1739
1807
|
<div class="tcdToolbarSession_label">SESSIONS</div>
|
|
1740
1808
|
<li><a>Regular Trading Hours<span class="tcdToolbarSession_value">RTH</span></a></li>
|
|
1741
1809
|
<li><a>Electronic Trading Hours<span class="tcdToolbarSession_value">ETH</span></a></li>
|
|
1742
|
-
<li><a>Hide Trading Hours<span class="tcdToolbarSession_value">HTH</span></a></li>
|
|
1743
1810
|
</ul>
|
|
1744
1811
|
</div>
|
|
1745
1812
|
</div>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><title>bar-marker</title><path d="M8.5 7 A4.5 4.5 0 1 0 17.5 7 A4.5 4.5 0 1 0 8.5 7 Z M9.5 7 A3.5 3.5 0 1 0 16.5 7 A3.5 3.5 0 1 0 9.5 7 Z M11.8 11.5 H14.2 V20 H11.8 Z M12.4 12.1 H13.6 V19.4 H12.4 Z M8 20 H18 V22.5 H8 Z M8.6 20.6 H17.4 V21.9 H8.6 Z" fill="currentColor" fill-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><title>calendar</title><path d="M20,5H18V3.5a.5.5,0,0,0-1,0V5H9V3.5a.5.5,0,0,0-1,0V5H6A2,2,0,0,0,4,7V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V7A2,2,0,0,0,20,5ZM6,6H8V7.5a.5.5,0,0,0,1,0V6h8V7.5a.5.5,0,0,0,1,0V6h2a1,1,0,0,1,1,1V9.5H5V7A1,1,0,0,1,6,6ZM20,21H6a1,1,0,0,1-1-1V10.5H21V20A1,1,0,0,1,20,21ZM9,13.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1,0-1h1A.5.5,0,0,1,9,13.5Zm4.75,0a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1,0-1h1A.5.5,0,0,1,13.75,13.5Zm4.75,0a.5.5,0,0,1-.5.5H17a.5.5,0,0,1,0-1h1A.5.5,0,0,1,18.5,13.5ZM9,17a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1,0-1h1A.5.5,0,0,1,9,17Zm4.75,0a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1,0-1h1A.5.5,0,0,1,13.75,17Zm4.75,0a.5.5,0,0,1-.5.5H17a.5.5,0,0,1,0-1h1A.5.5,0,0,1,18.5,17Z" fill="#323232"/></svg>
|
package/localization/en.json
CHANGED
|
@@ -228,6 +228,10 @@
|
|
|
228
228
|
"note": {
|
|
229
229
|
"name": "Note"
|
|
230
230
|
},
|
|
231
|
+
"barMarker": {
|
|
232
|
+
"name": "Bar marker",
|
|
233
|
+
"placeholder": "Enter marker text (default: E)"
|
|
234
|
+
},
|
|
231
235
|
"lineSegment": {
|
|
232
236
|
"name": "Trend line"
|
|
233
237
|
},
|
|
@@ -463,6 +467,42 @@
|
|
|
463
467
|
"adjustAll": "Adjust All",
|
|
464
468
|
"adjustOHLC": "Adjust OHLC"
|
|
465
469
|
},
|
|
470
|
+
"dateRange": {
|
|
471
|
+
"title": "Custom date range",
|
|
472
|
+
"custom": "Custom date range",
|
|
473
|
+
"label": "Date Range",
|
|
474
|
+
"goto": "Go to...",
|
|
475
|
+
"from": "From",
|
|
476
|
+
"to": "To",
|
|
477
|
+
"apply": "Apply",
|
|
478
|
+
"cancel": "Cancel",
|
|
479
|
+
"clear": "Clear",
|
|
480
|
+
"today": "Today",
|
|
481
|
+
"menu": {
|
|
482
|
+
"1D": "1 day in 5 minutes intervals",
|
|
483
|
+
"5D": "5 days in 15 minutes intervals",
|
|
484
|
+
"1M": "1 month in 1 hour intervals",
|
|
485
|
+
"3M": "3 months in 4 hours intervals",
|
|
486
|
+
"6M": "6 months in 4 hours intervals",
|
|
487
|
+
"YTD": "Year to date in 1 day intervals",
|
|
488
|
+
"1Y": "1 year in 1 day intervals",
|
|
489
|
+
"5Y": "5 years in 1 week intervals",
|
|
490
|
+
"All": "All data in 1 week intervals"
|
|
491
|
+
},
|
|
492
|
+
"months": "January, February, March, April, May, June, July, August, September, October, November, December",
|
|
493
|
+
"weekdaysShort": "Mo, Tu, We, Th, Fr, Sa, Su",
|
|
494
|
+
"presets": {
|
|
495
|
+
"1D": "1 day",
|
|
496
|
+
"5D": "5 days",
|
|
497
|
+
"1M": "1 month",
|
|
498
|
+
"3M": "3 months",
|
|
499
|
+
"6M": "6 months",
|
|
500
|
+
"YTD": "Year to date",
|
|
501
|
+
"1Y": "1 year",
|
|
502
|
+
"5Y": "5 years",
|
|
503
|
+
"All": "All history"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
466
506
|
"viewMode": {
|
|
467
507
|
"fullWindow": "Full Window",
|
|
468
508
|
"fullScreen": "Full Screen",
|
|
@@ -616,7 +656,13 @@
|
|
|
616
656
|
"afterMarket": "After Market",
|
|
617
657
|
"closeMarket": "Close Market",
|
|
618
658
|
"executionLabels": "Execution Labels",
|
|
619
|
-
"executions": "Executions"
|
|
659
|
+
"executions": "Executions",
|
|
660
|
+
"renderQuality": {
|
|
661
|
+
"title": "Render Quality",
|
|
662
|
+
"low": "Low",
|
|
663
|
+
"medium": "Medium",
|
|
664
|
+
"high": "High"
|
|
665
|
+
}
|
|
620
666
|
},
|
|
621
667
|
"notification": {
|
|
622
668
|
"msg": {
|
|
@@ -849,6 +895,7 @@
|
|
|
849
895
|
"Moving Average": "Moving Average",
|
|
850
896
|
"indicator": "Indicator",
|
|
851
897
|
"parameters": "Parameters",
|
|
898
|
+
"properties": "Properties",
|
|
852
899
|
"color": "Color",
|
|
853
900
|
"color1": "Color 1",
|
|
854
901
|
"color2": "Color 2",
|
package/localization/uk.json
CHANGED
|
@@ -225,6 +225,10 @@
|
|
|
225
225
|
"note": {
|
|
226
226
|
"name": "Примітка"
|
|
227
227
|
},
|
|
228
|
+
"barMarker": {
|
|
229
|
+
"name": "Маркер бара",
|
|
230
|
+
"placeholder": "Введіть текст маркера (за замовчуванням: E)"
|
|
231
|
+
},
|
|
228
232
|
"lineSegment": {
|
|
229
233
|
"name": "Відрізок"
|
|
230
234
|
},
|
|
@@ -456,6 +460,42 @@
|
|
|
456
460
|
"adjustAll": "Налаштувати всі",
|
|
457
461
|
"adjustOHLC": "Налаштувати ВММЗ"
|
|
458
462
|
},
|
|
463
|
+
"dateRange": {
|
|
464
|
+
"title": "Власний діапазон дат",
|
|
465
|
+
"custom": "Власний діапазон дат",
|
|
466
|
+
"label": "Діапазон дат",
|
|
467
|
+
"goto": "Перейти до...",
|
|
468
|
+
"from": "Від",
|
|
469
|
+
"to": "До",
|
|
470
|
+
"apply": "Застосувати",
|
|
471
|
+
"cancel": "Скасувати",
|
|
472
|
+
"clear": "Очистити",
|
|
473
|
+
"today": "Сьогодні",
|
|
474
|
+
"menu": {
|
|
475
|
+
"1D": "1 день з інтервалом 5 хвилин",
|
|
476
|
+
"5D": "5 днів з інтервалом 15 хвилин",
|
|
477
|
+
"1M": "1 місяць з інтервалом 1 година",
|
|
478
|
+
"3M": "3 місяці з інтервалом 4 години",
|
|
479
|
+
"6M": "6 місяців з інтервалом 4 години",
|
|
480
|
+
"YTD": "З початку року з інтервалом 1 день",
|
|
481
|
+
"1Y": "1 рік з інтервалом 1 день",
|
|
482
|
+
"5Y": "5 років з інтервалом 1 тиждень",
|
|
483
|
+
"All": "Вся історія з інтервалом 1 тиждень"
|
|
484
|
+
},
|
|
485
|
+
"months": "Січень, Лютий, Березень, Квітень, Травень, Червень, Липень, Серпень, Вересень, Жовтень, Листопад, Грудень",
|
|
486
|
+
"weekdaysShort": "Пн, Вт, Ср, Чт, Пт, Сб, Нд",
|
|
487
|
+
"presets": {
|
|
488
|
+
"1D": "1 день",
|
|
489
|
+
"5D": "5 днів",
|
|
490
|
+
"1M": "1 місяць",
|
|
491
|
+
"3M": "3 місяці",
|
|
492
|
+
"6M": "6 місяців",
|
|
493
|
+
"YTD": "З початку року",
|
|
494
|
+
"1Y": "1 рік",
|
|
495
|
+
"5Y": "5 років",
|
|
496
|
+
"All": "Вся історія"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
459
499
|
"viewMode": {
|
|
460
500
|
"fullWindow": "Повне вікно",
|
|
461
501
|
"fullScreen": "Повний екран",
|
|
@@ -603,7 +643,13 @@
|
|
|
603
643
|
"tradingSessionHours": "Години торгової сесії",
|
|
604
644
|
"preMarket": "До торгів",
|
|
605
645
|
"afterMarket": "Після торгів",
|
|
606
|
-
"closeMarket": "Торги закриті"
|
|
646
|
+
"closeMarket": "Торги закриті",
|
|
647
|
+
"renderQuality": {
|
|
648
|
+
"title": "Якість графіки",
|
|
649
|
+
"low": "Низька",
|
|
650
|
+
"medium": "Середня",
|
|
651
|
+
"high": "Висока"
|
|
652
|
+
}
|
|
607
653
|
},
|
|
608
654
|
"notification": {
|
|
609
655
|
"msg": {
|
|
@@ -810,6 +856,7 @@
|
|
|
810
856
|
"Moving Average": "Рухоме середнє",
|
|
811
857
|
"indicator": "Індикатор",
|
|
812
858
|
"parameters": "Параметри",
|
|
859
|
+
"properties": "Властивості",
|
|
813
860
|
"color": "Колір",
|
|
814
861
|
"color1": "Колір 1",
|
|
815
862
|
"color2": "Колір 2",
|
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.13",
|
|
6
6
|
"types": "./d.ts/FintaChart.d.ts",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
8
|
"repository": {
|