gifted-charts-core 0.1.40 → 0.1.41
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/dist/utils/types.d.ts +2 -0
- package/package.json +1 -1
package/dist/utils/types.d.ts
CHANGED
|
@@ -325,6 +325,8 @@ export interface Pointer {
|
|
|
325
325
|
pointerStripColor?: ColorValue;
|
|
326
326
|
pointerStripUptoDataPoint?: boolean;
|
|
327
327
|
pointerLabelComponent?: Function;
|
|
328
|
+
dynamicLegendComponent?: Function;
|
|
329
|
+
dynamicLegendContainerStyle?: any;
|
|
328
330
|
stripOverPointer?: boolean;
|
|
329
331
|
autoAdjustPointerLabelPosition?: boolean;
|
|
330
332
|
shiftPointerLabelX?: number;
|