gifted-charts-core 0.1.45 → 0.1.46

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.
@@ -391,4 +391,5 @@ export declare const useLineChart: (props: extendedLineChartPropsType) => {
391
391
  cumulativeSpacing5: number[];
392
392
  cumulativeSpacingSecondary: number[];
393
393
  cumulativeSpacingForSet: any[];
394
+ stripOverDataPoints: boolean | undefined;
394
395
  };
@@ -1580,7 +1580,8 @@ export var useLineChart = function (props) {
1580
1580
  cumulativeSpacing4: cumulativeSpacing4,
1581
1581
  cumulativeSpacing5: cumulativeSpacing5,
1582
1582
  cumulativeSpacingSecondary: cumulativeSpacingSecondary,
1583
- cumulativeSpacingForSet: cumulativeSpacingForSet
1583
+ cumulativeSpacingForSet: cumulativeSpacingForSet,
1584
+ stripOverDataPoints: props.stripOverDataPoints
1584
1585
  // oldPoints
1585
1586
  };
1586
1587
  };
@@ -62,6 +62,7 @@ export interface LineChartPropsType {
62
62
  onFocus?: Function;
63
63
  showDataPointOnFocus?: boolean;
64
64
  showStripOnFocus?: boolean;
65
+ stripOverDataPoints?: boolean;
65
66
  showTextOnFocus?: boolean;
66
67
  showDataPointLabelOnFocus?: boolean;
67
68
  stripHeight?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gifted-charts-core",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
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": [