@barchart/chart-lib 2.272.1 → 2.272.3
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 +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -2193,6 +2193,7 @@ declare module "@barchart/chart-lib" {
|
|
|
2193
2193
|
symbolType: SymbolType;
|
|
2194
2194
|
name: string;
|
|
2195
2195
|
exchange: string;
|
|
2196
|
+
minMovement: number;
|
|
2196
2197
|
/** The key reason the meta data exists is to format the prices shown on the price scale, in tooltips, anywhere.
|
|
2197
2198
|
* @param price The price to format.
|
|
2198
2199
|
* @param field A field whose price this is. You may decide to format the prices differently for some fields. Typical example is `Volume` field which is almost always a huge number so it makes sense to format it with a magnitude specifier (thousands, millions, billions).
|