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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gifted-charts-core",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "description": "Mathematical and logical utilities used by react-gifted-charts and react-native-gifted-charts",
5
5
  "main": "./dist/index.js",
6
6
  "files": [