@vizzly/services 0.15.0-dev-033795aa7bbea8577ad57ab62911fc28af9f0e67 → 0.15.0-dev-e4e46cdb5d41c2a0c5b2637632228c4a6a4654e0
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.
|
@@ -163,7 +163,6 @@ export declare namespace Component {
|
|
|
163
163
|
approxXAxisLabelCount: ApproxAxisLabelCount;
|
|
164
164
|
approxYAxisLabelCount: ApproxAxisLabelCount;
|
|
165
165
|
legend: boolean;
|
|
166
|
-
labels?: boolean;
|
|
167
166
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
168
167
|
conditionalFormattingRules?: {
|
|
169
168
|
bar?: Array<ConditionalFormatting.Rule>;
|
|
@@ -207,7 +206,6 @@ export declare namespace Component {
|
|
|
207
206
|
conditionalFormattingRules: Array<ConditionalFormatting.Rule>;
|
|
208
207
|
drilldown: QueryAttributes.Dimension[];
|
|
209
208
|
legend: boolean;
|
|
210
|
-
labels?: boolean;
|
|
211
209
|
parameters?: Parameters;
|
|
212
210
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
213
211
|
axisTitles?: AxisTitles;
|
|
@@ -228,7 +226,6 @@ export declare namespace Component {
|
|
|
228
226
|
conditionalFormattingRules: Array<ConditionalFormatting.Rule>;
|
|
229
227
|
drilldown: QueryAttributes.Dimension[];
|
|
230
228
|
legend: boolean;
|
|
231
|
-
labels?: boolean;
|
|
232
229
|
parameters?: Parameters;
|
|
233
230
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
234
231
|
axisTitles?: AxisTitles;
|
|
@@ -250,7 +247,6 @@ export declare namespace Component {
|
|
|
250
247
|
conditionalFormattingRules: Array<ConditionalFormatting.Rule>;
|
|
251
248
|
drilldown: QueryAttributes.Dimension[];
|
|
252
249
|
legend: boolean;
|
|
253
|
-
labels?: boolean;
|
|
254
250
|
parameters?: Parameters;
|
|
255
251
|
goalLines?: Array<Component.GoalLine.Rule>;
|
|
256
252
|
axisTitles?: AxisTitles;
|
|
@@ -474,7 +470,6 @@ export declare namespace Component {
|
|
|
474
470
|
approxXAxisLabelCount: ApproxAxisLabelCount;
|
|
475
471
|
approxYAxisLabelCount: ApproxAxisLabelCount;
|
|
476
472
|
legend: boolean;
|
|
477
|
-
labels?: boolean;
|
|
478
473
|
parameters?: Parameters;
|
|
479
474
|
axisTitles?: AxisTitles;
|
|
480
475
|
headline?: Headline;
|
package/package.json
CHANGED
|
@@ -26,9 +26,9 @@
|
|
|
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-e4e46cdb5d41c2a0c5b2637632228c4a6a4654e0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@vizzly/api-client": "0.0.
|
|
31
|
+
"@vizzly/api-client": "0.0.57",
|
|
32
32
|
"@vizzly/joi": "^17.11.0",
|
|
33
33
|
"lodash": "^4.17.21"
|
|
34
34
|
}
|