@gooddata/sdk-code-schemas 11.46.0-alpha.4 → 11.46.0-alpha.5
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/esm/sdk-code-schemas.d.ts +442 -31
- package/esm/v1/metadata.d.ts +409 -18
- package/esm/v1/metadata.d.ts.map +1 -1
- package/esm/v1/metadata.json +22 -2
- package/esm/v1/schema.d.ts +20 -0
- package/esm/v1/schema.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -320,12 +320,12 @@ declare type AttributeIdentifier10 = string;
|
|
|
320
320
|
declare type AttributeIdentifier11 = string;
|
|
321
321
|
|
|
322
322
|
/**
|
|
323
|
-
*
|
|
323
|
+
* A attribute identifier in the form of attribute/\{id\}.
|
|
324
324
|
*/
|
|
325
325
|
declare type AttributeIdentifier12 = string;
|
|
326
326
|
|
|
327
327
|
/**
|
|
328
|
-
*
|
|
328
|
+
* A attribute identifier in the form of attribute/\{id\}.
|
|
329
329
|
*/
|
|
330
330
|
declare type AttributeIdentifier13 = string;
|
|
331
331
|
|
|
@@ -334,16 +334,6 @@ declare type AttributeIdentifier13 = string;
|
|
|
334
334
|
*/
|
|
335
335
|
declare type AttributeIdentifier14 = string;
|
|
336
336
|
|
|
337
|
-
/**
|
|
338
|
-
* A attribute identifier in the form of attribute/\{id\}.
|
|
339
|
-
*/
|
|
340
|
-
declare type AttributeIdentifier15 = string;
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* A attribute identifier in the form of attribute/\{id\}.
|
|
344
|
-
*/
|
|
345
|
-
declare type AttributeIdentifier16 = string;
|
|
346
|
-
|
|
347
337
|
/**
|
|
348
338
|
* Attribute or label to use in this filter.
|
|
349
339
|
*/
|
|
@@ -389,7 +379,7 @@ declare interface AttributeSort {
|
|
|
389
379
|
/**
|
|
390
380
|
* Local attribute or label to use in this sort.
|
|
391
381
|
*/
|
|
392
|
-
by: string |
|
|
382
|
+
by: string | AttributeIdentifier13 | LabelIdentifier14;
|
|
393
383
|
/**
|
|
394
384
|
* Sort direction.
|
|
395
385
|
*/
|
|
@@ -489,9 +479,9 @@ declare interface BOTTOM {
|
|
|
489
479
|
*/
|
|
490
480
|
using: MetricIdentifier4;
|
|
491
481
|
/**
|
|
492
|
-
*
|
|
482
|
+
* Label reference or local identifier to use for this filter.
|
|
493
483
|
*/
|
|
494
|
-
attribute?:
|
|
484
|
+
attribute?: LabelIdentifier11;
|
|
495
485
|
/**
|
|
496
486
|
* Number of bottom N values to use in this filter.
|
|
497
487
|
*/
|
|
@@ -629,7 +619,7 @@ declare interface CalculatedMetricField {
|
|
|
629
619
|
/**
|
|
630
620
|
* Attribute identifier to use for this field.
|
|
631
621
|
*/
|
|
632
|
-
using: (
|
|
622
|
+
using: (AttributeIdentifier12 | FactIdentifier1 | LabelIdentifier13) & string;
|
|
633
623
|
}
|
|
634
624
|
|
|
635
625
|
declare type CalculatedMetricFieldGuard = CalculatedMetricField | CalculatedMetricFieldGuard1;
|
|
@@ -2176,20 +2166,30 @@ declare type LabelIdentifier1 = string;
|
|
|
2176
2166
|
declare type LabelIdentifier10 = string;
|
|
2177
2167
|
|
|
2178
2168
|
/**
|
|
2179
|
-
*
|
|
2169
|
+
* A label identifier in the form of label/\{id\}.
|
|
2180
2170
|
*/
|
|
2181
2171
|
declare type LabelIdentifier11 = string;
|
|
2182
2172
|
|
|
2183
2173
|
/**
|
|
2184
|
-
*
|
|
2174
|
+
* A label identifier in the form of label/\{id\}.
|
|
2185
2175
|
*/
|
|
2186
2176
|
declare type LabelIdentifier12 = string;
|
|
2187
2177
|
|
|
2188
2178
|
/**
|
|
2189
|
-
*
|
|
2179
|
+
* Attribute identifier to use for this field.
|
|
2190
2180
|
*/
|
|
2191
2181
|
declare type LabelIdentifier13 = string;
|
|
2192
2182
|
|
|
2183
|
+
/**
|
|
2184
|
+
* Local attribute or label to use in this sort.
|
|
2185
|
+
*/
|
|
2186
|
+
declare type LabelIdentifier14 = string;
|
|
2187
|
+
|
|
2188
|
+
/**
|
|
2189
|
+
* Local attribute or label to use in this sort.
|
|
2190
|
+
*/
|
|
2191
|
+
declare type LabelIdentifier15 = string;
|
|
2192
|
+
|
|
2193
2193
|
/**
|
|
2194
2194
|
* Attribute or label to use in this filter.
|
|
2195
2195
|
*/
|
|
@@ -4939,6 +4939,26 @@ export declare const metadata_v1: {
|
|
|
4939
4939
|
type: string;
|
|
4940
4940
|
};
|
|
4941
4941
|
};
|
|
4942
|
+
custom_tooltip: {
|
|
4943
|
+
type: string;
|
|
4944
|
+
description: string;
|
|
4945
|
+
additionalProperties: boolean;
|
|
4946
|
+
properties: {
|
|
4947
|
+
enabled: {
|
|
4948
|
+
type: string;
|
|
4949
|
+
description: string;
|
|
4950
|
+
};
|
|
4951
|
+
content: {
|
|
4952
|
+
type: string;
|
|
4953
|
+
description: string;
|
|
4954
|
+
};
|
|
4955
|
+
placement: {
|
|
4956
|
+
type: string;
|
|
4957
|
+
enum: string[];
|
|
4958
|
+
description: string;
|
|
4959
|
+
};
|
|
4960
|
+
};
|
|
4961
|
+
};
|
|
4942
4962
|
conditional_formatting: {
|
|
4943
4963
|
type: string;
|
|
4944
4964
|
description: string;
|
|
@@ -9752,7 +9772,7 @@ declare interface MetricSort {
|
|
|
9752
9772
|
/**
|
|
9753
9773
|
* Local attribute or label to use in this sort.
|
|
9754
9774
|
*/
|
|
9755
|
-
by: string |
|
|
9775
|
+
by: string | AttributeIdentifier14 | LabelIdentifier15;
|
|
9756
9776
|
/**
|
|
9757
9777
|
* Value of attribute or label to use for this sort.
|
|
9758
9778
|
*/
|
|
@@ -9766,7 +9786,7 @@ declare interface MetricSort {
|
|
|
9766
9786
|
/**
|
|
9767
9787
|
* Local attribute or label to use in this sort.
|
|
9768
9788
|
*/
|
|
9769
|
-
by: string |
|
|
9789
|
+
by: string | AttributeIdentifier14 | LabelIdentifier15;
|
|
9770
9790
|
/**
|
|
9771
9791
|
* Value of attribute or label to use for this sort.
|
|
9772
9792
|
*/
|
|
@@ -10906,9 +10926,9 @@ declare interface TOP {
|
|
|
10906
10926
|
*/
|
|
10907
10927
|
using: MetricIdentifier5;
|
|
10908
10928
|
/**
|
|
10909
|
-
*
|
|
10929
|
+
* Label reference or local identifier to use for this filter.
|
|
10910
10930
|
*/
|
|
10911
|
-
attribute?:
|
|
10931
|
+
attribute?: LabelIdentifier12;
|
|
10912
10932
|
/**
|
|
10913
10933
|
* Number of bottom N values to use in this filter.
|
|
10914
10934
|
*/
|
|
@@ -11133,26 +11153,26 @@ export declare namespace v1 {
|
|
|
11133
11153
|
Filter5,
|
|
11134
11154
|
RankingFilter,
|
|
11135
11155
|
MetricIdentifier4,
|
|
11136
|
-
|
|
11156
|
+
LabelIdentifier11,
|
|
11137
11157
|
MetricIdentifier5,
|
|
11138
|
-
|
|
11158
|
+
LabelIdentifier12,
|
|
11139
11159
|
Filter6,
|
|
11140
11160
|
MetricIdentifier6,
|
|
11141
11161
|
CalculatedMetricFieldGuard,
|
|
11142
|
-
|
|
11162
|
+
AttributeIdentifier12,
|
|
11143
11163
|
FactIdentifier1,
|
|
11144
|
-
|
|
11164
|
+
LabelIdentifier13,
|
|
11145
11165
|
InlineMetricFieldGuard,
|
|
11146
11166
|
ArithmeticMetricFieldGuard,
|
|
11147
11167
|
PoPMetricFieldGuard,
|
|
11148
11168
|
PreviousPeriodMetricFieldGuard,
|
|
11149
11169
|
Sort,
|
|
11150
11170
|
Sort1,
|
|
11151
|
-
|
|
11152
|
-
|
|
11171
|
+
AttributeIdentifier13,
|
|
11172
|
+
LabelIdentifier14,
|
|
11153
11173
|
Sort2,
|
|
11154
|
-
|
|
11155
|
-
|
|
11174
|
+
AttributeIdentifier14,
|
|
11175
|
+
LabelIdentifier15,
|
|
11156
11176
|
Sort3,
|
|
11157
11177
|
Sorts,
|
|
11158
11178
|
WidthValueOrAuto,
|
|
@@ -11696,6 +11716,23 @@ declare interface VisualisationConfig {
|
|
|
11696
11716
|
enable_accessibility?: boolean;
|
|
11697
11717
|
line_style_control_metrics?: string[];
|
|
11698
11718
|
line_style_excluded_metrics?: string[];
|
|
11719
|
+
/**
|
|
11720
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
11721
|
+
*/
|
|
11722
|
+
custom_tooltip?: {
|
|
11723
|
+
/**
|
|
11724
|
+
* Whether the custom tooltip section is rendered.
|
|
11725
|
+
*/
|
|
11726
|
+
enabled?: boolean;
|
|
11727
|
+
/**
|
|
11728
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
11729
|
+
*/
|
|
11730
|
+
content?: string;
|
|
11731
|
+
/**
|
|
11732
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
11733
|
+
*/
|
|
11734
|
+
placement?: "above" | "below" | "replace";
|
|
11735
|
+
};
|
|
11699
11736
|
/**
|
|
11700
11737
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
11701
11738
|
*/
|
|
@@ -11931,6 +11968,23 @@ declare interface VisualisationConfig1 {
|
|
|
11931
11968
|
enable_accessibility?: boolean;
|
|
11932
11969
|
line_style_control_metrics?: string[];
|
|
11933
11970
|
line_style_excluded_metrics?: string[];
|
|
11971
|
+
/**
|
|
11972
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
11973
|
+
*/
|
|
11974
|
+
custom_tooltip?: {
|
|
11975
|
+
/**
|
|
11976
|
+
* Whether the custom tooltip section is rendered.
|
|
11977
|
+
*/
|
|
11978
|
+
enabled?: boolean;
|
|
11979
|
+
/**
|
|
11980
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
11981
|
+
*/
|
|
11982
|
+
content?: string;
|
|
11983
|
+
/**
|
|
11984
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
11985
|
+
*/
|
|
11986
|
+
placement?: "above" | "below" | "replace";
|
|
11987
|
+
};
|
|
11934
11988
|
/**
|
|
11935
11989
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
11936
11990
|
*/
|
|
@@ -12166,6 +12220,23 @@ declare interface VisualisationConfig10 {
|
|
|
12166
12220
|
enable_accessibility?: boolean;
|
|
12167
12221
|
line_style_control_metrics?: string[];
|
|
12168
12222
|
line_style_excluded_metrics?: string[];
|
|
12223
|
+
/**
|
|
12224
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
12225
|
+
*/
|
|
12226
|
+
custom_tooltip?: {
|
|
12227
|
+
/**
|
|
12228
|
+
* Whether the custom tooltip section is rendered.
|
|
12229
|
+
*/
|
|
12230
|
+
enabled?: boolean;
|
|
12231
|
+
/**
|
|
12232
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
12233
|
+
*/
|
|
12234
|
+
content?: string;
|
|
12235
|
+
/**
|
|
12236
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
12237
|
+
*/
|
|
12238
|
+
placement?: "above" | "below" | "replace";
|
|
12239
|
+
};
|
|
12169
12240
|
/**
|
|
12170
12241
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
12171
12242
|
*/
|
|
@@ -12401,6 +12472,23 @@ declare interface VisualisationConfig11 {
|
|
|
12401
12472
|
enable_accessibility?: boolean;
|
|
12402
12473
|
line_style_control_metrics?: string[];
|
|
12403
12474
|
line_style_excluded_metrics?: string[];
|
|
12475
|
+
/**
|
|
12476
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
12477
|
+
*/
|
|
12478
|
+
custom_tooltip?: {
|
|
12479
|
+
/**
|
|
12480
|
+
* Whether the custom tooltip section is rendered.
|
|
12481
|
+
*/
|
|
12482
|
+
enabled?: boolean;
|
|
12483
|
+
/**
|
|
12484
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
12485
|
+
*/
|
|
12486
|
+
content?: string;
|
|
12487
|
+
/**
|
|
12488
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
12489
|
+
*/
|
|
12490
|
+
placement?: "above" | "below" | "replace";
|
|
12491
|
+
};
|
|
12404
12492
|
/**
|
|
12405
12493
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
12406
12494
|
*/
|
|
@@ -12636,6 +12724,23 @@ declare interface VisualisationConfig12 {
|
|
|
12636
12724
|
enable_accessibility?: boolean;
|
|
12637
12725
|
line_style_control_metrics?: string[];
|
|
12638
12726
|
line_style_excluded_metrics?: string[];
|
|
12727
|
+
/**
|
|
12728
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
12729
|
+
*/
|
|
12730
|
+
custom_tooltip?: {
|
|
12731
|
+
/**
|
|
12732
|
+
* Whether the custom tooltip section is rendered.
|
|
12733
|
+
*/
|
|
12734
|
+
enabled?: boolean;
|
|
12735
|
+
/**
|
|
12736
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
12737
|
+
*/
|
|
12738
|
+
content?: string;
|
|
12739
|
+
/**
|
|
12740
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
12741
|
+
*/
|
|
12742
|
+
placement?: "above" | "below" | "replace";
|
|
12743
|
+
};
|
|
12639
12744
|
/**
|
|
12640
12745
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
12641
12746
|
*/
|
|
@@ -12871,6 +12976,23 @@ declare interface VisualisationConfig13 {
|
|
|
12871
12976
|
enable_accessibility?: boolean;
|
|
12872
12977
|
line_style_control_metrics?: string[];
|
|
12873
12978
|
line_style_excluded_metrics?: string[];
|
|
12979
|
+
/**
|
|
12980
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
12981
|
+
*/
|
|
12982
|
+
custom_tooltip?: {
|
|
12983
|
+
/**
|
|
12984
|
+
* Whether the custom tooltip section is rendered.
|
|
12985
|
+
*/
|
|
12986
|
+
enabled?: boolean;
|
|
12987
|
+
/**
|
|
12988
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
12989
|
+
*/
|
|
12990
|
+
content?: string;
|
|
12991
|
+
/**
|
|
12992
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
12993
|
+
*/
|
|
12994
|
+
placement?: "above" | "below" | "replace";
|
|
12995
|
+
};
|
|
12874
12996
|
/**
|
|
12875
12997
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
12876
12998
|
*/
|
|
@@ -13106,6 +13228,23 @@ declare interface VisualisationConfig14 {
|
|
|
13106
13228
|
enable_accessibility?: boolean;
|
|
13107
13229
|
line_style_control_metrics?: string[];
|
|
13108
13230
|
line_style_excluded_metrics?: string[];
|
|
13231
|
+
/**
|
|
13232
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
13233
|
+
*/
|
|
13234
|
+
custom_tooltip?: {
|
|
13235
|
+
/**
|
|
13236
|
+
* Whether the custom tooltip section is rendered.
|
|
13237
|
+
*/
|
|
13238
|
+
enabled?: boolean;
|
|
13239
|
+
/**
|
|
13240
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
13241
|
+
*/
|
|
13242
|
+
content?: string;
|
|
13243
|
+
/**
|
|
13244
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
13245
|
+
*/
|
|
13246
|
+
placement?: "above" | "below" | "replace";
|
|
13247
|
+
};
|
|
13109
13248
|
/**
|
|
13110
13249
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
13111
13250
|
*/
|
|
@@ -13341,6 +13480,23 @@ declare interface VisualisationConfig15 {
|
|
|
13341
13480
|
enable_accessibility?: boolean;
|
|
13342
13481
|
line_style_control_metrics?: string[];
|
|
13343
13482
|
line_style_excluded_metrics?: string[];
|
|
13483
|
+
/**
|
|
13484
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
13485
|
+
*/
|
|
13486
|
+
custom_tooltip?: {
|
|
13487
|
+
/**
|
|
13488
|
+
* Whether the custom tooltip section is rendered.
|
|
13489
|
+
*/
|
|
13490
|
+
enabled?: boolean;
|
|
13491
|
+
/**
|
|
13492
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
13493
|
+
*/
|
|
13494
|
+
content?: string;
|
|
13495
|
+
/**
|
|
13496
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
13497
|
+
*/
|
|
13498
|
+
placement?: "above" | "below" | "replace";
|
|
13499
|
+
};
|
|
13344
13500
|
/**
|
|
13345
13501
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
13346
13502
|
*/
|
|
@@ -13576,6 +13732,23 @@ declare interface VisualisationConfig16 {
|
|
|
13576
13732
|
enable_accessibility?: boolean;
|
|
13577
13733
|
line_style_control_metrics?: string[];
|
|
13578
13734
|
line_style_excluded_metrics?: string[];
|
|
13735
|
+
/**
|
|
13736
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
13737
|
+
*/
|
|
13738
|
+
custom_tooltip?: {
|
|
13739
|
+
/**
|
|
13740
|
+
* Whether the custom tooltip section is rendered.
|
|
13741
|
+
*/
|
|
13742
|
+
enabled?: boolean;
|
|
13743
|
+
/**
|
|
13744
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
13745
|
+
*/
|
|
13746
|
+
content?: string;
|
|
13747
|
+
/**
|
|
13748
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
13749
|
+
*/
|
|
13750
|
+
placement?: "above" | "below" | "replace";
|
|
13751
|
+
};
|
|
13579
13752
|
/**
|
|
13580
13753
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
13581
13754
|
*/
|
|
@@ -13811,6 +13984,23 @@ declare interface VisualisationConfig17 {
|
|
|
13811
13984
|
enable_accessibility?: boolean;
|
|
13812
13985
|
line_style_control_metrics?: string[];
|
|
13813
13986
|
line_style_excluded_metrics?: string[];
|
|
13987
|
+
/**
|
|
13988
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
13989
|
+
*/
|
|
13990
|
+
custom_tooltip?: {
|
|
13991
|
+
/**
|
|
13992
|
+
* Whether the custom tooltip section is rendered.
|
|
13993
|
+
*/
|
|
13994
|
+
enabled?: boolean;
|
|
13995
|
+
/**
|
|
13996
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
13997
|
+
*/
|
|
13998
|
+
content?: string;
|
|
13999
|
+
/**
|
|
14000
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
14001
|
+
*/
|
|
14002
|
+
placement?: "above" | "below" | "replace";
|
|
14003
|
+
};
|
|
13814
14004
|
/**
|
|
13815
14005
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
13816
14006
|
*/
|
|
@@ -14046,6 +14236,23 @@ declare interface VisualisationConfig18 {
|
|
|
14046
14236
|
enable_accessibility?: boolean;
|
|
14047
14237
|
line_style_control_metrics?: string[];
|
|
14048
14238
|
line_style_excluded_metrics?: string[];
|
|
14239
|
+
/**
|
|
14240
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
14241
|
+
*/
|
|
14242
|
+
custom_tooltip?: {
|
|
14243
|
+
/**
|
|
14244
|
+
* Whether the custom tooltip section is rendered.
|
|
14245
|
+
*/
|
|
14246
|
+
enabled?: boolean;
|
|
14247
|
+
/**
|
|
14248
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
14249
|
+
*/
|
|
14250
|
+
content?: string;
|
|
14251
|
+
/**
|
|
14252
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
14253
|
+
*/
|
|
14254
|
+
placement?: "above" | "below" | "replace";
|
|
14255
|
+
};
|
|
14049
14256
|
/**
|
|
14050
14257
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
14051
14258
|
*/
|
|
@@ -14281,6 +14488,23 @@ declare interface VisualisationConfig19 {
|
|
|
14281
14488
|
enable_accessibility?: boolean;
|
|
14282
14489
|
line_style_control_metrics?: string[];
|
|
14283
14490
|
line_style_excluded_metrics?: string[];
|
|
14491
|
+
/**
|
|
14492
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
14493
|
+
*/
|
|
14494
|
+
custom_tooltip?: {
|
|
14495
|
+
/**
|
|
14496
|
+
* Whether the custom tooltip section is rendered.
|
|
14497
|
+
*/
|
|
14498
|
+
enabled?: boolean;
|
|
14499
|
+
/**
|
|
14500
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
14501
|
+
*/
|
|
14502
|
+
content?: string;
|
|
14503
|
+
/**
|
|
14504
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
14505
|
+
*/
|
|
14506
|
+
placement?: "above" | "below" | "replace";
|
|
14507
|
+
};
|
|
14284
14508
|
/**
|
|
14285
14509
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
14286
14510
|
*/
|
|
@@ -14516,6 +14740,23 @@ declare interface VisualisationConfig2 {
|
|
|
14516
14740
|
enable_accessibility?: boolean;
|
|
14517
14741
|
line_style_control_metrics?: string[];
|
|
14518
14742
|
line_style_excluded_metrics?: string[];
|
|
14743
|
+
/**
|
|
14744
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
14745
|
+
*/
|
|
14746
|
+
custom_tooltip?: {
|
|
14747
|
+
/**
|
|
14748
|
+
* Whether the custom tooltip section is rendered.
|
|
14749
|
+
*/
|
|
14750
|
+
enabled?: boolean;
|
|
14751
|
+
/**
|
|
14752
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
14753
|
+
*/
|
|
14754
|
+
content?: string;
|
|
14755
|
+
/**
|
|
14756
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
14757
|
+
*/
|
|
14758
|
+
placement?: "above" | "below" | "replace";
|
|
14759
|
+
};
|
|
14519
14760
|
/**
|
|
14520
14761
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
14521
14762
|
*/
|
|
@@ -14751,6 +14992,23 @@ declare interface VisualisationConfig20 {
|
|
|
14751
14992
|
enable_accessibility?: boolean;
|
|
14752
14993
|
line_style_control_metrics?: string[];
|
|
14753
14994
|
line_style_excluded_metrics?: string[];
|
|
14995
|
+
/**
|
|
14996
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
14997
|
+
*/
|
|
14998
|
+
custom_tooltip?: {
|
|
14999
|
+
/**
|
|
15000
|
+
* Whether the custom tooltip section is rendered.
|
|
15001
|
+
*/
|
|
15002
|
+
enabled?: boolean;
|
|
15003
|
+
/**
|
|
15004
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
15005
|
+
*/
|
|
15006
|
+
content?: string;
|
|
15007
|
+
/**
|
|
15008
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
15009
|
+
*/
|
|
15010
|
+
placement?: "above" | "below" | "replace";
|
|
15011
|
+
};
|
|
14754
15012
|
/**
|
|
14755
15013
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
14756
15014
|
*/
|
|
@@ -14986,6 +15244,23 @@ declare interface VisualisationConfig21 {
|
|
|
14986
15244
|
enable_accessibility?: boolean;
|
|
14987
15245
|
line_style_control_metrics?: string[];
|
|
14988
15246
|
line_style_excluded_metrics?: string[];
|
|
15247
|
+
/**
|
|
15248
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
15249
|
+
*/
|
|
15250
|
+
custom_tooltip?: {
|
|
15251
|
+
/**
|
|
15252
|
+
* Whether the custom tooltip section is rendered.
|
|
15253
|
+
*/
|
|
15254
|
+
enabled?: boolean;
|
|
15255
|
+
/**
|
|
15256
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
15257
|
+
*/
|
|
15258
|
+
content?: string;
|
|
15259
|
+
/**
|
|
15260
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
15261
|
+
*/
|
|
15262
|
+
placement?: "above" | "below" | "replace";
|
|
15263
|
+
};
|
|
14989
15264
|
/**
|
|
14990
15265
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
14991
15266
|
*/
|
|
@@ -15221,6 +15496,23 @@ declare interface VisualisationConfig22 {
|
|
|
15221
15496
|
enable_accessibility?: boolean;
|
|
15222
15497
|
line_style_control_metrics?: string[];
|
|
15223
15498
|
line_style_excluded_metrics?: string[];
|
|
15499
|
+
/**
|
|
15500
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
15501
|
+
*/
|
|
15502
|
+
custom_tooltip?: {
|
|
15503
|
+
/**
|
|
15504
|
+
* Whether the custom tooltip section is rendered.
|
|
15505
|
+
*/
|
|
15506
|
+
enabled?: boolean;
|
|
15507
|
+
/**
|
|
15508
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
15509
|
+
*/
|
|
15510
|
+
content?: string;
|
|
15511
|
+
/**
|
|
15512
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
15513
|
+
*/
|
|
15514
|
+
placement?: "above" | "below" | "replace";
|
|
15515
|
+
};
|
|
15224
15516
|
/**
|
|
15225
15517
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
15226
15518
|
*/
|
|
@@ -15456,6 +15748,23 @@ declare interface VisualisationConfig3 {
|
|
|
15456
15748
|
enable_accessibility?: boolean;
|
|
15457
15749
|
line_style_control_metrics?: string[];
|
|
15458
15750
|
line_style_excluded_metrics?: string[];
|
|
15751
|
+
/**
|
|
15752
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
15753
|
+
*/
|
|
15754
|
+
custom_tooltip?: {
|
|
15755
|
+
/**
|
|
15756
|
+
* Whether the custom tooltip section is rendered.
|
|
15757
|
+
*/
|
|
15758
|
+
enabled?: boolean;
|
|
15759
|
+
/**
|
|
15760
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
15761
|
+
*/
|
|
15762
|
+
content?: string;
|
|
15763
|
+
/**
|
|
15764
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
15765
|
+
*/
|
|
15766
|
+
placement?: "above" | "below" | "replace";
|
|
15767
|
+
};
|
|
15459
15768
|
/**
|
|
15460
15769
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
15461
15770
|
*/
|
|
@@ -15691,6 +16000,23 @@ declare interface VisualisationConfig4 {
|
|
|
15691
16000
|
enable_accessibility?: boolean;
|
|
15692
16001
|
line_style_control_metrics?: string[];
|
|
15693
16002
|
line_style_excluded_metrics?: string[];
|
|
16003
|
+
/**
|
|
16004
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
16005
|
+
*/
|
|
16006
|
+
custom_tooltip?: {
|
|
16007
|
+
/**
|
|
16008
|
+
* Whether the custom tooltip section is rendered.
|
|
16009
|
+
*/
|
|
16010
|
+
enabled?: boolean;
|
|
16011
|
+
/**
|
|
16012
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
16013
|
+
*/
|
|
16014
|
+
content?: string;
|
|
16015
|
+
/**
|
|
16016
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
16017
|
+
*/
|
|
16018
|
+
placement?: "above" | "below" | "replace";
|
|
16019
|
+
};
|
|
15694
16020
|
/**
|
|
15695
16021
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
15696
16022
|
*/
|
|
@@ -15926,6 +16252,23 @@ declare interface VisualisationConfig5 {
|
|
|
15926
16252
|
enable_accessibility?: boolean;
|
|
15927
16253
|
line_style_control_metrics?: string[];
|
|
15928
16254
|
line_style_excluded_metrics?: string[];
|
|
16255
|
+
/**
|
|
16256
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
16257
|
+
*/
|
|
16258
|
+
custom_tooltip?: {
|
|
16259
|
+
/**
|
|
16260
|
+
* Whether the custom tooltip section is rendered.
|
|
16261
|
+
*/
|
|
16262
|
+
enabled?: boolean;
|
|
16263
|
+
/**
|
|
16264
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
16265
|
+
*/
|
|
16266
|
+
content?: string;
|
|
16267
|
+
/**
|
|
16268
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
16269
|
+
*/
|
|
16270
|
+
placement?: "above" | "below" | "replace";
|
|
16271
|
+
};
|
|
15929
16272
|
/**
|
|
15930
16273
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
15931
16274
|
*/
|
|
@@ -16161,6 +16504,23 @@ declare interface VisualisationConfig6 {
|
|
|
16161
16504
|
enable_accessibility?: boolean;
|
|
16162
16505
|
line_style_control_metrics?: string[];
|
|
16163
16506
|
line_style_excluded_metrics?: string[];
|
|
16507
|
+
/**
|
|
16508
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
16509
|
+
*/
|
|
16510
|
+
custom_tooltip?: {
|
|
16511
|
+
/**
|
|
16512
|
+
* Whether the custom tooltip section is rendered.
|
|
16513
|
+
*/
|
|
16514
|
+
enabled?: boolean;
|
|
16515
|
+
/**
|
|
16516
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
16517
|
+
*/
|
|
16518
|
+
content?: string;
|
|
16519
|
+
/**
|
|
16520
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
16521
|
+
*/
|
|
16522
|
+
placement?: "above" | "below" | "replace";
|
|
16523
|
+
};
|
|
16164
16524
|
/**
|
|
16165
16525
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
16166
16526
|
*/
|
|
@@ -16396,6 +16756,23 @@ declare interface VisualisationConfig7 {
|
|
|
16396
16756
|
enable_accessibility?: boolean;
|
|
16397
16757
|
line_style_control_metrics?: string[];
|
|
16398
16758
|
line_style_excluded_metrics?: string[];
|
|
16759
|
+
/**
|
|
16760
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
16761
|
+
*/
|
|
16762
|
+
custom_tooltip?: {
|
|
16763
|
+
/**
|
|
16764
|
+
* Whether the custom tooltip section is rendered.
|
|
16765
|
+
*/
|
|
16766
|
+
enabled?: boolean;
|
|
16767
|
+
/**
|
|
16768
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
16769
|
+
*/
|
|
16770
|
+
content?: string;
|
|
16771
|
+
/**
|
|
16772
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
16773
|
+
*/
|
|
16774
|
+
placement?: "above" | "below" | "replace";
|
|
16775
|
+
};
|
|
16399
16776
|
/**
|
|
16400
16777
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
16401
16778
|
*/
|
|
@@ -16631,6 +17008,23 @@ declare interface VisualisationConfig8 {
|
|
|
16631
17008
|
enable_accessibility?: boolean;
|
|
16632
17009
|
line_style_control_metrics?: string[];
|
|
16633
17010
|
line_style_excluded_metrics?: string[];
|
|
17011
|
+
/**
|
|
17012
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
17013
|
+
*/
|
|
17014
|
+
custom_tooltip?: {
|
|
17015
|
+
/**
|
|
17016
|
+
* Whether the custom tooltip section is rendered.
|
|
17017
|
+
*/
|
|
17018
|
+
enabled?: boolean;
|
|
17019
|
+
/**
|
|
17020
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
17021
|
+
*/
|
|
17022
|
+
content?: string;
|
|
17023
|
+
/**
|
|
17024
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
17025
|
+
*/
|
|
17026
|
+
placement?: "above" | "below" | "replace";
|
|
17027
|
+
};
|
|
16634
17028
|
/**
|
|
16635
17029
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
16636
17030
|
*/
|
|
@@ -16866,6 +17260,23 @@ declare interface VisualisationConfig9 {
|
|
|
16866
17260
|
enable_accessibility?: boolean;
|
|
16867
17261
|
line_style_control_metrics?: string[];
|
|
16868
17262
|
line_style_excluded_metrics?: string[];
|
|
17263
|
+
/**
|
|
17264
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
17265
|
+
*/
|
|
17266
|
+
custom_tooltip?: {
|
|
17267
|
+
/**
|
|
17268
|
+
* Whether the custom tooltip section is rendered.
|
|
17269
|
+
*/
|
|
17270
|
+
enabled?: boolean;
|
|
17271
|
+
/**
|
|
17272
|
+
* Markdown content. Supports headings, bold/italic, ordered/unordered lists, images, links, horizontal rules, and metric/attribute references (\{metric/id\}, \{label/id\}) that resolve per hovered data point.
|
|
17273
|
+
*/
|
|
17274
|
+
content?: string;
|
|
17275
|
+
/**
|
|
17276
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
17277
|
+
*/
|
|
17278
|
+
placement?: "above" | "below" | "replace";
|
|
17279
|
+
};
|
|
16869
17280
|
/**
|
|
16870
17281
|
* Conditional formatting rules that color cells or rows based on their values.
|
|
16871
17282
|
*/
|