@barchart/chart-lib 2.391.0 → 2.392.0
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.
- chart-lib/barchart.chart.d.ts +6 -2
- chart-lib/barchart.chart.js +20 -20
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +7 -3
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -1991,8 +1991,12 @@ declare module "@barchart/chart-lib" {
|
|
|
1991
1991
|
| "SymbolNine"
|
|
1992
1992
|
| "SymbolQuestion"
|
|
1993
1993
|
| "SymbolFishHook"
|
|
1994
|
-
| "
|
|
1995
|
-
| "
|
|
1994
|
+
| "SymbolLetterB"
|
|
1995
|
+
| "SymbolLetterS"
|
|
1996
|
+
| "SymbolLetterA"
|
|
1997
|
+
| "SymbolLetterC"
|
|
1998
|
+
| "SymbolLetterD"
|
|
1999
|
+
| "SymbolLetterE"
|
|
1996
2000
|
| "FibonacciTimeZones"
|
|
1997
2001
|
| "Text"
|
|
1998
2002
|
| "ProfitLoss"
|