@oliasoft-open-source/charts-library 3.1.0-beta-1 → 3.1.0-beta-2

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -32874,7 +32874,10 @@ const getLineChartAxis = (options, axisType, state, currentScales, i2 = 0) => {
32874
32874
  callback: ticksFormattingCallback,
32875
32875
  includeBounds: false,
32876
32876
  //OW-10088 disable irregular axis ticks
32877
- ...ticksConfigFromProps
32877
+ ...ticksConfigFromProps,
32878
+ font: {
32879
+ size: 14
32880
+ }
32878
32881
  };
32879
32882
  return ticks;
32880
32883
  };
@@ -34568,7 +34571,10 @@ const getBarChartAxis = (chart2, axisType, currentScales, i2) => {
34568
34571
  callback: ticksFormattingCallback,
34569
34572
  includeBounds: false,
34570
34573
  //OW-10088 disable irregular axis ticks
34571
- ...ticksConfigFromProps
34574
+ ...ticksConfigFromProps,
34575
+ font: {
34576
+ size: 14
34577
+ }
34572
34578
  };
34573
34579
  return ticks;
34574
34580
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "3.1.0-beta-1",
3
+ "version": "3.1.0-beta-2",
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": {