@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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
*
|