@ic3/reporting-api 9.1.0 → 9.1.1

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/dist/index.d.ts CHANGED
@@ -271,6 +271,10 @@ export declare interface Am4CategoryDateAxisOptions extends FormFieldObject {
271
271
  * Edit the HTML of the labels in the levels.
272
272
  */
273
273
  xAxisLevelLabelsText: string;
274
+ /**
275
+ * Show the level labels on top of the chart outside the grid.
276
+ */
277
+ xAxisLevelLabelsOutside?: boolean;
274
278
  /**
275
279
  * Cell Start Location.
276
280
  *
package/dist/index.js CHANGED
@@ -22,8 +22,8 @@ class ApiUtils {
22
22
  return () => {
23
23
  return {
24
24
  apiVersion: new ReportingVersion(
25
- "9.1.0",
26
- "Mon, 23 Feb 2026 14:21:52 GMT"
25
+ "9.1.1",
26
+ "Fri, 06 Mar 2026 04:48:23 GMT"
27
27
  ),
28
28
  ...definition
29
29
  };