@barchart/chart-lib 2.367.6 → 2.368.1
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 +1 -0
- chart-lib/barchart.chart.js +2 -2
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -1564,6 +1564,7 @@ declare module "@barchart/chart-lib" {
|
|
|
1564
1564
|
preventHorizontalLabelOverlap?: boolean;
|
|
1565
1565
|
includePercentChangeWithLastValue?: boolean;
|
|
1566
1566
|
snapAnnotationsToPrices?: boolean;
|
|
1567
|
+
primaryOnTheLeft?: boolean;
|
|
1567
1568
|
nonEodLabelWithDate?: boolean;
|
|
1568
1569
|
ordinalName?: string;
|
|
1569
1570
|
contractTransition?: LineTransition;
|