@vizzly/services 0.15.0-dev-e5dc13ee284e1ad11cf74da28f72ac8c1d4f2dd7 → 0.15.0-dev-2e66368eafbf32ff149bef026779b1852b7b757f
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.
|
@@ -87,6 +87,7 @@ export declare namespace Component {
|
|
|
87
87
|
approxXAxisLabelCount: ApproxAxisLabelCount;
|
|
88
88
|
approxYAxisLabelCount: ApproxAxisLabelCount;
|
|
89
89
|
legend: boolean;
|
|
90
|
+
labels?: boolean;
|
|
90
91
|
protectedFields?: ProtectedFields;
|
|
91
92
|
parameters?: Parameters;
|
|
92
93
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
@@ -162,6 +163,7 @@ export declare namespace Component {
|
|
|
162
163
|
approxXAxisLabelCount: ApproxAxisLabelCount;
|
|
163
164
|
approxYAxisLabelCount: ApproxAxisLabelCount;
|
|
164
165
|
legend: boolean;
|
|
166
|
+
labels?: boolean;
|
|
165
167
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
166
168
|
conditionalFormattingRules?: {
|
|
167
169
|
bar?: Array<ConditionalFormatting.Rule>;
|
|
@@ -205,6 +207,7 @@ export declare namespace Component {
|
|
|
205
207
|
conditionalFormattingRules: Array<ConditionalFormatting.Rule>;
|
|
206
208
|
drilldown: QueryAttributes.Dimension[];
|
|
207
209
|
legend: boolean;
|
|
210
|
+
labels?: boolean;
|
|
208
211
|
parameters?: Parameters;
|
|
209
212
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
210
213
|
axisTitles?: AxisTitles;
|
|
@@ -225,6 +228,7 @@ export declare namespace Component {
|
|
|
225
228
|
conditionalFormattingRules: Array<ConditionalFormatting.Rule>;
|
|
226
229
|
drilldown: QueryAttributes.Dimension[];
|
|
227
230
|
legend: boolean;
|
|
231
|
+
labels?: boolean;
|
|
228
232
|
parameters?: Parameters;
|
|
229
233
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
230
234
|
axisTitles?: AxisTitles;
|
|
@@ -246,6 +250,7 @@ export declare namespace Component {
|
|
|
246
250
|
conditionalFormattingRules: Array<ConditionalFormatting.Rule>;
|
|
247
251
|
drilldown: QueryAttributes.Dimension[];
|
|
248
252
|
legend: boolean;
|
|
253
|
+
labels?: boolean;
|
|
249
254
|
parameters?: Parameters;
|
|
250
255
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
251
256
|
axisTitles?: AxisTitles;
|
|
@@ -469,6 +474,7 @@ export declare namespace Component {
|
|
|
469
474
|
approxXAxisLabelCount: ApproxAxisLabelCount;
|
|
470
475
|
approxYAxisLabelCount: ApproxAxisLabelCount;
|
|
471
476
|
legend: boolean;
|
|
477
|
+
labels?: boolean;
|
|
472
478
|
parameters?: Parameters;
|
|
473
479
|
axisTitles?: AxisTitles;
|
|
474
480
|
headline?: Headline;
|
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-2e66368eafbf32ff149bef026779b1852b7b757f",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@vizzly/api-client": "0.0.57",
|
|
32
32
|
"@vizzly/joi": "^17.11.0",
|