pace-chart-lib 1.0.27 → 1.0.28

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.
@@ -54700,6 +54700,7 @@ const TornadoChart = ({
54700
54700
  formatOptions
54701
54701
  ));
54702
54702
  formatOptions.xAxisLabel.labelTextWrap = false;
54703
+ formatOptions.xAxisLabel.xAxisLabelRotation = 90;
54703
54704
  preProcessChartData();
54704
54705
  ({ maxNumberForPrimaryAxis, maxNumberForSecondaryAxis } = customYscaleLabelFormatting$1(
54705
54706
  // for calculating primary/secondary axis max number so that we can calculate margin accordinglt
@@ -54703,6 +54703,7 @@
54703
54703
  formatOptions
54704
54704
  ));
54705
54705
  formatOptions.xAxisLabel.labelTextWrap = false;
54706
+ formatOptions.xAxisLabel.xAxisLabelRotation = 90;
54706
54707
  preProcessChartData();
54707
54708
  ({ maxNumberForPrimaryAxis, maxNumberForSecondaryAxis } = customYscaleLabelFormatting$1(
54708
54709
  // for calculating primary/secondary axis max number so that we can calculate margin accordinglt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pace-chart-lib",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "A simple React + Vite + TS UI library with a Button using custom fonts via SCSS.",
5
5
  "license": "MIT",
6
6
  "type": "module",