@sunertech/docx 10.0.1 → 10.0.3
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 +574 -269
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.iife.js +574 -269
- package/dist/index.mjs +574 -269
- package/dist/index.umd.cjs +574 -269
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -199,7 +199,7 @@ declare type BarSeriesOptions = SeriesSharedOptions & {
|
|
|
199
199
|
readonly errorBars?: ErrorBarsOptions;
|
|
200
200
|
readonly categories?: string[];
|
|
201
201
|
readonly values?: number[];
|
|
202
|
-
readonly
|
|
202
|
+
readonly shapeFmt?: BarShape;
|
|
203
203
|
readonly extensionList?: ExtensionListOptions;
|
|
204
204
|
};
|
|
205
205
|
|
package/dist/index.d.ts
CHANGED
|
@@ -199,7 +199,7 @@ declare type BarSeriesOptions = SeriesSharedOptions & {
|
|
|
199
199
|
readonly errorBars?: ErrorBarsOptions;
|
|
200
200
|
readonly categories?: string[];
|
|
201
201
|
readonly values?: number[];
|
|
202
|
-
readonly
|
|
202
|
+
readonly shapeFmt?: BarShape;
|
|
203
203
|
readonly extensionList?: ExtensionListOptions;
|
|
204
204
|
};
|
|
205
205
|
|