@fintatech/fintachart 3.1.9 → 3.1.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/CHANGELOG.md +53 -0
- package/README.md +1 -1
- package/css/FintaChart.min.css +1 -1
- package/d.ts/FintaChart.d.ts +171 -9
- package/htmldialogs/DemoModePopup.html +35 -9
- package/htmldialogs/IndicatorSettingsDialog.html +55 -17
- package/htmldialogs/PositionShapeContextMenu.html +1 -1
- package/htmldialogs/ShapePositionSettingsDialog.html +19 -5
- package/htmldialogs/Toolbar.html +67 -23
- package/img/svg-icons/open-OHLC-card.svg +1 -0
- package/localization/en.json +26 -1
- package/localization/uk.json +26 -1
- package/multiple-charts.html +2 -2
- package/package.json +1 -1
- package/scripts/FintaChart.min.js +2 -2
- package/scripts/themes/darkTheme.js +3 -3
- package/scripts/themes/defaultTheme.js +3 -3
- package/scripts/themes/fintatechDarkTheme.js +3 -3
- package/scripts/themes/grayTheme.js +3 -3
- package/scripts/themes/oliveTheme.js +3 -3
- package/scripts/themes/orangeTheme.js +3 -3
- package/scripts/themes/purpleTheme.js +3 -3
- package/scripts/themes/skyTheme.js +3 -3
- package/scripts/themes/tealTheme.js +3 -3
|
@@ -2001,7 +2001,7 @@ var darkTheme = {
|
|
|
2001
2001
|
stopLimit: {
|
|
2002
2002
|
pendingSubmit: {
|
|
2003
2003
|
line: {
|
|
2004
|
-
strokeColor: '#
|
|
2004
|
+
strokeColor: '#1E90FF',
|
|
2005
2005
|
width: 1,
|
|
2006
2006
|
lineStyle: 'dash',
|
|
2007
2007
|
},
|
|
@@ -2010,7 +2010,7 @@ var darkTheme = {
|
|
|
2010
2010
|
fontFamily: 'Rubik',
|
|
2011
2011
|
fontSize: 11,
|
|
2012
2012
|
fontStyle: 'normal',
|
|
2013
|
-
fillColor: '#
|
|
2013
|
+
fillColor: '#1E90FF',
|
|
2014
2014
|
decoration: '',
|
|
2015
2015
|
},
|
|
2016
2016
|
},
|
|
@@ -2024,7 +2024,7 @@ var darkTheme = {
|
|
|
2024
2024
|
},
|
|
2025
2025
|
price: {
|
|
2026
2026
|
fill: {
|
|
2027
|
-
fillColor: '#
|
|
2027
|
+
fillColor: '#1E90FF',
|
|
2028
2028
|
},
|
|
2029
2029
|
text: {
|
|
2030
2030
|
fontFamily: 'Rubik',
|
|
@@ -2089,7 +2089,7 @@ var defaultTheme = {
|
|
|
2089
2089
|
stopLimit: {
|
|
2090
2090
|
pendingSubmit: {
|
|
2091
2091
|
line: {
|
|
2092
|
-
strokeColor: '#
|
|
2092
|
+
strokeColor: '#1E90FF',
|
|
2093
2093
|
width: 1,
|
|
2094
2094
|
lineStyle: 'dash',
|
|
2095
2095
|
},
|
|
@@ -2098,7 +2098,7 @@ var defaultTheme = {
|
|
|
2098
2098
|
fontFamily: 'Open Sans',
|
|
2099
2099
|
fontSize: 11,
|
|
2100
2100
|
fontStyle: 'normal',
|
|
2101
|
-
fillColor: '#
|
|
2101
|
+
fillColor: '#1E90FF',
|
|
2102
2102
|
decoration: '',
|
|
2103
2103
|
},
|
|
2104
2104
|
},
|
|
@@ -2112,7 +2112,7 @@ var defaultTheme = {
|
|
|
2112
2112
|
},
|
|
2113
2113
|
price: {
|
|
2114
2114
|
fill: {
|
|
2115
|
-
fillColor: '#
|
|
2115
|
+
fillColor: '#1E90FF',
|
|
2116
2116
|
},
|
|
2117
2117
|
text: {
|
|
2118
2118
|
fontFamily: 'Open Sans',
|
|
@@ -2002,7 +2002,7 @@ var fintatechDarkTheme = {
|
|
|
2002
2002
|
stopLimit: {
|
|
2003
2003
|
pendingSubmit: {
|
|
2004
2004
|
line: {
|
|
2005
|
-
strokeColor: '#
|
|
2005
|
+
strokeColor: '#1E90FF',
|
|
2006
2006
|
width: 1,
|
|
2007
2007
|
lineStyle: 'dash',
|
|
2008
2008
|
},
|
|
@@ -2011,7 +2011,7 @@ var fintatechDarkTheme = {
|
|
|
2011
2011
|
fontFamily: 'Open Sans',
|
|
2012
2012
|
fontSize: 11,
|
|
2013
2013
|
fontStyle: 'normal',
|
|
2014
|
-
fillColor: '#
|
|
2014
|
+
fillColor: '#1E90FF',
|
|
2015
2015
|
decoration: '',
|
|
2016
2016
|
},
|
|
2017
2017
|
},
|
|
@@ -2025,7 +2025,7 @@ var fintatechDarkTheme = {
|
|
|
2025
2025
|
},
|
|
2026
2026
|
price: {
|
|
2027
2027
|
fill: {
|
|
2028
|
-
fillColor: '#
|
|
2028
|
+
fillColor: '#1E90FF',
|
|
2029
2029
|
},
|
|
2030
2030
|
text: {
|
|
2031
2031
|
fontFamily: 'Open Sans',
|
|
@@ -2001,7 +2001,7 @@ var grayTheme = {
|
|
|
2001
2001
|
stopLimit: {
|
|
2002
2002
|
pendingSubmit: {
|
|
2003
2003
|
line: {
|
|
2004
|
-
strokeColor: '#
|
|
2004
|
+
strokeColor: '#1E90FF',
|
|
2005
2005
|
width: 1,
|
|
2006
2006
|
lineStyle: 'dash',
|
|
2007
2007
|
},
|
|
@@ -2010,7 +2010,7 @@ var grayTheme = {
|
|
|
2010
2010
|
fontFamily: 'Rubik',
|
|
2011
2011
|
fontSize: 11,
|
|
2012
2012
|
fontStyle: 'normal',
|
|
2013
|
-
fillColor: '#
|
|
2013
|
+
fillColor: '#1E90FF',
|
|
2014
2014
|
decoration: '',
|
|
2015
2015
|
},
|
|
2016
2016
|
},
|
|
@@ -2024,7 +2024,7 @@ var grayTheme = {
|
|
|
2024
2024
|
},
|
|
2025
2025
|
price: {
|
|
2026
2026
|
fill: {
|
|
2027
|
-
fillColor: '#
|
|
2027
|
+
fillColor: '#1E90FF',
|
|
2028
2028
|
},
|
|
2029
2029
|
text: {
|
|
2030
2030
|
fontFamily: 'Rubik',
|
|
@@ -2001,7 +2001,7 @@ var oliveTheme = {
|
|
|
2001
2001
|
stopLimit: {
|
|
2002
2002
|
pendingSubmit: {
|
|
2003
2003
|
line: {
|
|
2004
|
-
strokeColor: '#
|
|
2004
|
+
strokeColor: '#1E90FF',
|
|
2005
2005
|
width: 1,
|
|
2006
2006
|
lineStyle: 'dash',
|
|
2007
2007
|
},
|
|
@@ -2010,7 +2010,7 @@ var oliveTheme = {
|
|
|
2010
2010
|
fontFamily: 'Rubik',
|
|
2011
2011
|
fontSize: 11,
|
|
2012
2012
|
fontStyle: 'normal',
|
|
2013
|
-
fillColor: '#
|
|
2013
|
+
fillColor: '#1E90FF',
|
|
2014
2014
|
decoration: '',
|
|
2015
2015
|
},
|
|
2016
2016
|
},
|
|
@@ -2024,7 +2024,7 @@ var oliveTheme = {
|
|
|
2024
2024
|
},
|
|
2025
2025
|
price: {
|
|
2026
2026
|
fill: {
|
|
2027
|
-
fillColor: '#
|
|
2027
|
+
fillColor: '#1E90FF',
|
|
2028
2028
|
},
|
|
2029
2029
|
text: {
|
|
2030
2030
|
fontFamily: 'Rubik',
|
|
@@ -2001,7 +2001,7 @@ var orangeTheme = {
|
|
|
2001
2001
|
stopLimit: {
|
|
2002
2002
|
pendingSubmit: {
|
|
2003
2003
|
line: {
|
|
2004
|
-
strokeColor: '#
|
|
2004
|
+
strokeColor: '#1E90FF',
|
|
2005
2005
|
width: 1,
|
|
2006
2006
|
lineStyle: 'dash',
|
|
2007
2007
|
},
|
|
@@ -2010,7 +2010,7 @@ var orangeTheme = {
|
|
|
2010
2010
|
fontFamily: 'Rubik',
|
|
2011
2011
|
fontSize: 11,
|
|
2012
2012
|
fontStyle: 'normal',
|
|
2013
|
-
fillColor: '#
|
|
2013
|
+
fillColor: '#1E90FF',
|
|
2014
2014
|
decoration: '',
|
|
2015
2015
|
},
|
|
2016
2016
|
},
|
|
@@ -2024,7 +2024,7 @@ var orangeTheme = {
|
|
|
2024
2024
|
},
|
|
2025
2025
|
price: {
|
|
2026
2026
|
fill: {
|
|
2027
|
-
fillColor: '#
|
|
2027
|
+
fillColor: '#1E90FF',
|
|
2028
2028
|
},
|
|
2029
2029
|
text: {
|
|
2030
2030
|
fontFamily: 'Rubik',
|
|
@@ -2001,7 +2001,7 @@ var purpleTheme = {
|
|
|
2001
2001
|
stopLimit: {
|
|
2002
2002
|
pendingSubmit: {
|
|
2003
2003
|
line: {
|
|
2004
|
-
strokeColor: '#
|
|
2004
|
+
strokeColor: '#1E90FF',
|
|
2005
2005
|
width: 1,
|
|
2006
2006
|
lineStyle: 'dash',
|
|
2007
2007
|
},
|
|
@@ -2010,7 +2010,7 @@ var purpleTheme = {
|
|
|
2010
2010
|
fontFamily: 'Rubik',
|
|
2011
2011
|
fontSize: 11,
|
|
2012
2012
|
fontStyle: 'normal',
|
|
2013
|
-
fillColor: '#
|
|
2013
|
+
fillColor: '#1E90FF',
|
|
2014
2014
|
decoration: '',
|
|
2015
2015
|
},
|
|
2016
2016
|
},
|
|
@@ -2024,7 +2024,7 @@ var purpleTheme = {
|
|
|
2024
2024
|
},
|
|
2025
2025
|
price: {
|
|
2026
2026
|
fill: {
|
|
2027
|
-
fillColor: '#
|
|
2027
|
+
fillColor: '#1E90FF',
|
|
2028
2028
|
},
|
|
2029
2029
|
text: {
|
|
2030
2030
|
fontFamily: 'Rubik',
|
|
@@ -2006,7 +2006,7 @@ var skyTheme = {
|
|
|
2006
2006
|
stopLimit: {
|
|
2007
2007
|
pendingSubmit: {
|
|
2008
2008
|
line: {
|
|
2009
|
-
strokeColor: '#
|
|
2009
|
+
strokeColor: '#1E90FF',
|
|
2010
2010
|
width: 1,
|
|
2011
2011
|
lineStyle: 'dash',
|
|
2012
2012
|
},
|
|
@@ -2015,7 +2015,7 @@ var skyTheme = {
|
|
|
2015
2015
|
fontFamily: 'Rubik',
|
|
2016
2016
|
fontSize: 11,
|
|
2017
2017
|
fontStyle: 'normal',
|
|
2018
|
-
fillColor: '#
|
|
2018
|
+
fillColor: '#1E90FF',
|
|
2019
2019
|
decoration: '',
|
|
2020
2020
|
},
|
|
2021
2021
|
},
|
|
@@ -2029,7 +2029,7 @@ var skyTheme = {
|
|
|
2029
2029
|
},
|
|
2030
2030
|
price: {
|
|
2031
2031
|
fill: {
|
|
2032
|
-
fillColor: '#
|
|
2032
|
+
fillColor: '#1E90FF',
|
|
2033
2033
|
},
|
|
2034
2034
|
text: {
|
|
2035
2035
|
fontFamily: 'Rubik',
|
|
@@ -2001,7 +2001,7 @@ var tealTheme = {
|
|
|
2001
2001
|
stopLimit: {
|
|
2002
2002
|
pendingSubmit: {
|
|
2003
2003
|
line: {
|
|
2004
|
-
strokeColor: '#
|
|
2004
|
+
strokeColor: '#1E90FF',
|
|
2005
2005
|
width: 1,
|
|
2006
2006
|
lineStyle: 'dash',
|
|
2007
2007
|
},
|
|
@@ -2010,7 +2010,7 @@ var tealTheme = {
|
|
|
2010
2010
|
fontFamily: 'Rubik',
|
|
2011
2011
|
fontSize: 11,
|
|
2012
2012
|
fontStyle: 'normal',
|
|
2013
|
-
fillColor: '#
|
|
2013
|
+
fillColor: '#1E90FF',
|
|
2014
2014
|
decoration: '',
|
|
2015
2015
|
},
|
|
2016
2016
|
},
|
|
@@ -2024,7 +2024,7 @@ var tealTheme = {
|
|
|
2024
2024
|
},
|
|
2025
2025
|
price: {
|
|
2026
2026
|
fill: {
|
|
2027
|
-
fillColor: '#
|
|
2027
|
+
fillColor: '#1E90FF',
|
|
2028
2028
|
},
|
|
2029
2029
|
text: {
|
|
2030
2030
|
fontFamily: 'Rubik',
|