@evergis/charts 2.0.22 → 2.0.23

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.
@@ -3120,6 +3120,21 @@ HorizontalBarChart.defaultProps = {
3120
3120
  withoutXScale: false
3121
3121
  };
3122
3122
 
3123
+ const bubbleChartDefaultProps = {
3124
+ height: 280,
3125
+ minSize: 6,
3126
+ maxSize: 30,
3127
+ margin: {
3128
+ top: 10,
3129
+ right: 15,
3130
+ bottom: 10,
3131
+ left: 0
3132
+ },
3133
+ yAxisPadding: 10,
3134
+ xAxisPadding: 10,
3135
+ yScaleLabelPadding: 10
3136
+ };
3137
+
3123
3138
  var _templateObject$e, _templateObject2$7;
3124
3139
  const bubbleChartClassNames = {
3125
3140
  bubbleChartYAxis: 'bubbleChartYAxis',
@@ -3414,20 +3429,6 @@ const BubbleChart = props => {
3414
3429
  ref: ref
3415
3430
  }, children));
3416
3431
  };
3417
- const bubbleChartDefaultProps = {
3418
- height: 280,
3419
- minSize: 6,
3420
- maxSize: 30,
3421
- margin: {
3422
- top: 10,
3423
- right: 15,
3424
- bottom: 10,
3425
- left: 0
3426
- },
3427
- yAxisPadding: 10,
3428
- xAxisPadding: 10,
3429
- yScaleLabelPadding: 10
3430
- };
3431
3432
  BubbleChart.defaultProps = bubbleChartDefaultProps;
3432
3433
 
3433
3434
  export { BarChart, BubbleChart, CalendarChart, Wrapper as ChartWrapper, HorizontalBarChart, LineChart, PieChart, RadarChart, SwipeScroll, appendSvg, barChartClassNames, bubbleChartClassNames, calendarChartClassNames, horizontalBarChartClassNames, lineChartClassNames, pieChartclassNames, radarChartclassNames, useNode, useResize };