gifted-charts-core 0.1.9 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gifted-charts-core",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Mathematical and logical utilities used by react-gifted-charts and react-native-gifted-charts",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -479,6 +479,7 @@ export interface RenderBarsPropsType {
479
479
  isThreeD?: boolean;
480
480
  isAnimated?: boolean;
481
481
  rotateLabel?: boolean;
482
+ labelsDistanceFromXaxis?: number;
482
483
  animatedHeight?: any;
483
484
  appearingOpacity?: any;
484
485
  animationDuration?: number;
@@ -523,6 +523,7 @@ export interface RenderBarsPropsType {
523
523
  isThreeD?: boolean
524
524
  isAnimated?: boolean
525
525
  rotateLabel?: boolean
526
+ labelsDistanceFromXaxis?: number
526
527
  animatedHeight?: any
527
528
  appearingOpacity?: any
528
529
  animationDuration?: number