@oliasoft-open-source/charts-library 2.16.0-beta-5 → 2.16.0-beta-6

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": "@oliasoft-open-source/charts-library",
3
- "version": "2.16.0-beta-5",
3
+ "version": "2.16.0-beta-6",
4
4
  "description": "React Chart Library (based on Chart.js and react-chart-js-2)",
5
5
  "homepage": "https://gitlab.com/oliasoft-open-source/charts-library",
6
6
  "bugs": {
@@ -149,6 +149,11 @@ export const useChartOptions = ({
149
149
 
150
150
  return useMemo(
151
151
  () => ({
152
+ layout: {
153
+ padding: {
154
+ bottom: 20,
155
+ },
156
+ },
152
157
  onHover: onHover(hoveredPoint, setHoveredPoint),
153
158
  maintainAspectRatio: options.chartStyling.maintainAspectRatio,
154
159
  aspectRatio: options.chartStyling.squareAspectRatio ? 1 : null,