@vizzly/services 0.15.0-dev-0bf2cc62e2eca0a88e685afc885c2424ce22349c → 0.15.0-dev-cbddccd98a4baff445756f4e7ff1398b9f72901c
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.
|
@@ -239,7 +239,7 @@ export declare namespace Component {
|
|
|
239
239
|
};
|
|
240
240
|
export type BarChartV2Attributes = BaseAttributes & BaseQueryAttributes & {
|
|
241
241
|
type: 'barChartV2';
|
|
242
|
-
stacked?: boolean;
|
|
242
|
+
stacked?: boolean | '100%';
|
|
243
243
|
xAxisPrefix: string;
|
|
244
244
|
yAxisPrefix: string;
|
|
245
245
|
xAxisPostfix: string;
|
|
@@ -297,7 +297,7 @@ export declare namespace Component {
|
|
|
297
297
|
};
|
|
298
298
|
export type HorizontalBarChartV2Attributes = BaseAttributes & BaseQueryAttributes & {
|
|
299
299
|
type: 'horizontalBarChartV2';
|
|
300
|
-
stacked?: boolean;
|
|
300
|
+
stacked?: boolean | '100%';
|
|
301
301
|
xAxisPrefix: string;
|
|
302
302
|
yAxisPrefix: string;
|
|
303
303
|
xAxisPostfix: string;
|
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"fix-type-alias": "tsc-alias -p tsconfig.json",
|
|
27
27
|
"prepare": "yarn build"
|
|
28
28
|
},
|
|
29
|
-
"version": "0.15.0-dev-
|
|
29
|
+
"version": "0.15.0-dev-cbddccd98a4baff445756f4e7ff1398b9f72901c",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@vizzly/api-client": "0.0.57",
|
|
32
32
|
"@vizzly/joi": "^17.11.0",
|