@gooddata/sdk-code-schemas 11.48.0-alpha.0 → 11.48.0-alpha.2
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 +389 -10
- package/esm/v1/metadata.d.ts +369 -10
- package/esm/v1/metadata.d.ts.map +1 -1
- package/esm/v1/metadata.json +82 -2
- package/esm/v1/schema.d.ts +8 -0
- package/esm/v1/schema.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1860,6 +1860,11 @@ declare type Id40 = string;
|
|
|
1860
1860
|
*/
|
|
1861
1861
|
declare type Id41 = string;
|
|
1862
1862
|
|
|
1863
|
+
/**
|
|
1864
|
+
* A unique identifier of the visualisation.
|
|
1865
|
+
*/
|
|
1866
|
+
declare type Id42 = string;
|
|
1867
|
+
|
|
1863
1868
|
declare type Id5 = string;
|
|
1864
1869
|
|
|
1865
1870
|
/**
|
|
@@ -2400,12 +2405,12 @@ declare type LocationBucket = string;
|
|
|
2400
2405
|
declare type Metadata = Metadata1 & Metadata2;
|
|
2401
2406
|
|
|
2402
2407
|
declare interface Metadata1 {
|
|
2403
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2408
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2404
2409
|
[k: string]: unknown;
|
|
2405
2410
|
}
|
|
2406
2411
|
|
|
2407
2412
|
declare interface Metadata10 {
|
|
2408
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2413
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2409
2414
|
[k: string]: unknown;
|
|
2410
2415
|
}
|
|
2411
2416
|
|
|
@@ -2417,7 +2422,7 @@ declare type Metadata11 = Metric;
|
|
|
2417
2422
|
declare type Metadata12 = Metadata13 & Metadata14;
|
|
2418
2423
|
|
|
2419
2424
|
declare interface Metadata13 {
|
|
2420
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2425
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2421
2426
|
[k: string]: unknown;
|
|
2422
2427
|
}
|
|
2423
2428
|
|
|
@@ -2429,7 +2434,7 @@ declare type Metadata14 = Dashboard;
|
|
|
2429
2434
|
declare type Metadata15 = Metadata16 & Metadata17;
|
|
2430
2435
|
|
|
2431
2436
|
declare interface Metadata16 {
|
|
2432
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2437
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2433
2438
|
[k: string]: unknown;
|
|
2434
2439
|
}
|
|
2435
2440
|
|
|
@@ -2441,7 +2446,7 @@ declare type Metadata17 = Plugin_2;
|
|
|
2441
2446
|
declare type Metadata18 = Metadata19 & Metadata20;
|
|
2442
2447
|
|
|
2443
2448
|
declare interface Metadata19 {
|
|
2444
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2449
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2445
2450
|
[k: string]: unknown;
|
|
2446
2451
|
}
|
|
2447
2452
|
|
|
@@ -2455,7 +2460,7 @@ declare type Metadata20 = AttributeHierarchy;
|
|
|
2455
2460
|
declare type Metadata21 = Metadata22 & Metadata23;
|
|
2456
2461
|
|
|
2457
2462
|
declare interface Metadata22 {
|
|
2458
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2463
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2459
2464
|
[k: string]: unknown;
|
|
2460
2465
|
}
|
|
2461
2466
|
|
|
@@ -2467,7 +2472,7 @@ declare type Metadata23 = Visualisation;
|
|
|
2467
2472
|
declare type Metadata24 = Metadata25 & Metadata26;
|
|
2468
2473
|
|
|
2469
2474
|
declare interface Metadata25 {
|
|
2470
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2475
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2471
2476
|
[k: string]: unknown;
|
|
2472
2477
|
}
|
|
2473
2478
|
|
|
@@ -2481,7 +2486,7 @@ declare type Metadata26 = {
|
|
|
2481
2486
|
declare type Metadata3 = Metadata4 & Metadata5;
|
|
2482
2487
|
|
|
2483
2488
|
declare interface Metadata4 {
|
|
2484
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2489
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2485
2490
|
[k: string]: unknown;
|
|
2486
2491
|
}
|
|
2487
2492
|
|
|
@@ -2493,7 +2498,7 @@ declare type Metadata5 = Dataset;
|
|
|
2493
2498
|
declare type Metadata6 = Metadata7 & Metadata8;
|
|
2494
2499
|
|
|
2495
2500
|
declare interface Metadata7 {
|
|
2496
|
-
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "attribute_hierarchy";
|
|
2501
|
+
type: "dataset" | "date" | "metric" | "dashboard" | "plugin" | "table" | "bar_chart" | "column_chart" | "line_chart" | "area_chart" | "scatter_chart" | "bubble_chart" | "pie_chart" | "donut_chart" | "treemap_chart" | "pyramid_chart" | "funnel_chart" | "heatmap_chart" | "bullet_chart" | "waterfall_chart" | "dependency_wheel_chart" | "sankey_chart" | "headline_chart" | "combo_chart" | "geo_chart" | "geo_area_chart" | "repeater_chart" | "radar_chart" | "attribute_hierarchy";
|
|
2497
2502
|
[k: string]: unknown;
|
|
2498
2503
|
}
|
|
2499
2504
|
|
|
@@ -4627,6 +4632,14 @@ export declare const metadata_v1: {
|
|
|
4627
4632
|
continuous_line: {
|
|
4628
4633
|
type: string;
|
|
4629
4634
|
};
|
|
4635
|
+
render_as: {
|
|
4636
|
+
type: string;
|
|
4637
|
+
enum: string[];
|
|
4638
|
+
};
|
|
4639
|
+
grid_line_shape: {
|
|
4640
|
+
type: string;
|
|
4641
|
+
enum: string[];
|
|
4642
|
+
};
|
|
4630
4643
|
distinct_point_shapes: {
|
|
4631
4644
|
type: string;
|
|
4632
4645
|
properties: {
|
|
@@ -10313,6 +10326,15 @@ declare interface Query21 {
|
|
|
10313
10326
|
sort_by?: Sorts;
|
|
10314
10327
|
}
|
|
10315
10328
|
|
|
10329
|
+
/**
|
|
10330
|
+
* Query definition of visualisation.
|
|
10331
|
+
*/
|
|
10332
|
+
declare interface Query22 {
|
|
10333
|
+
fields: Fields3;
|
|
10334
|
+
filter_by?: QueryFilters2;
|
|
10335
|
+
sort_by?: Sorts;
|
|
10336
|
+
}
|
|
10337
|
+
|
|
10316
10338
|
/**
|
|
10317
10339
|
* Query definition of visualisation.
|
|
10318
10340
|
*/
|
|
@@ -10397,6 +10419,46 @@ declare interface QueryFilters2 {
|
|
|
10397
10419
|
[k: string]: Filter;
|
|
10398
10420
|
}
|
|
10399
10421
|
|
|
10422
|
+
declare interface RadarChart {
|
|
10423
|
+
/**
|
|
10424
|
+
* Type of visualisation.
|
|
10425
|
+
*/
|
|
10426
|
+
type: "radar_chart";
|
|
10427
|
+
id: Id42;
|
|
10428
|
+
/**
|
|
10429
|
+
* An optional human readable title for the visualisation. Will be derived from id if not provided explicitly.
|
|
10430
|
+
*/
|
|
10431
|
+
title?: string;
|
|
10432
|
+
/**
|
|
10433
|
+
* An optional description of the visualisation.
|
|
10434
|
+
*/
|
|
10435
|
+
description?: string;
|
|
10436
|
+
tags?: Tags34;
|
|
10437
|
+
/**
|
|
10438
|
+
* Optional flag to indicate if the visualisation should be shown in AI results. When omitted, the visualisation is visible.
|
|
10439
|
+
*/
|
|
10440
|
+
show_in_ai_results?: boolean;
|
|
10441
|
+
/**
|
|
10442
|
+
* @deprecated
|
|
10443
|
+
* Deprecated. Use 'show_in_ai_results' instead.
|
|
10444
|
+
*/
|
|
10445
|
+
is_hidden?: boolean;
|
|
10446
|
+
query: Query22;
|
|
10447
|
+
config?: VisualisationConfig23;
|
|
10448
|
+
/**
|
|
10449
|
+
* A list of metrics in this visualisation.
|
|
10450
|
+
*/
|
|
10451
|
+
metrics?: Bucket[];
|
|
10452
|
+
/**
|
|
10453
|
+
* A list of view by attributes in this visualisation.
|
|
10454
|
+
*/
|
|
10455
|
+
view_by?: Bucket[];
|
|
10456
|
+
/**
|
|
10457
|
+
* A list of segment by attributes in this visualisation.
|
|
10458
|
+
*/
|
|
10459
|
+
segment_by?: Bucket[];
|
|
10460
|
+
}
|
|
10461
|
+
|
|
10400
10462
|
declare interface Range1 {
|
|
10401
10463
|
type: "metric_value_filter";
|
|
10402
10464
|
/**
|
|
@@ -10910,6 +10972,11 @@ declare type Tags32 = string[];
|
|
|
10910
10972
|
*/
|
|
10911
10973
|
declare type Tags33 = string[];
|
|
10912
10974
|
|
|
10975
|
+
/**
|
|
10976
|
+
* A list of strings - metadata tags of this visualisation.
|
|
10977
|
+
*/
|
|
10978
|
+
declare type Tags34 = string[];
|
|
10979
|
+
|
|
10913
10980
|
declare type Tags4 = string[];
|
|
10914
10981
|
|
|
10915
10982
|
/**
|
|
@@ -11306,6 +11373,9 @@ export declare namespace v1 {
|
|
|
11306
11373
|
Visualisation22,
|
|
11307
11374
|
Id41,
|
|
11308
11375
|
Tags33,
|
|
11376
|
+
Visualisation23,
|
|
11377
|
+
Id42,
|
|
11378
|
+
Tags34,
|
|
11309
11379
|
Metadata24,
|
|
11310
11380
|
Metadata26,
|
|
11311
11381
|
Metadata1,
|
|
@@ -11473,6 +11543,9 @@ export declare namespace v1 {
|
|
|
11473
11543
|
RepeaterChart,
|
|
11474
11544
|
Query21,
|
|
11475
11545
|
VisualisationConfig22,
|
|
11546
|
+
RadarChart,
|
|
11547
|
+
Query22,
|
|
11548
|
+
VisualisationConfig23,
|
|
11476
11549
|
Metadata25
|
|
11477
11550
|
}
|
|
11478
11551
|
}
|
|
@@ -11480,7 +11553,7 @@ export declare namespace v1 {
|
|
|
11480
11553
|
/**
|
|
11481
11554
|
* JSON schema for Gooddata Analytics Visualisation
|
|
11482
11555
|
*/
|
|
11483
|
-
declare type Visualisation = Visualisation1 | Visualisation2 | Visualisation3 | Visualisation4 | Visualisation5 | Visualisation6 | Visualisation7 | Visualisation8 | Visualisation9 | Visualisation10 | Visualisation11 | Visualisation12 | Visualisation13 | Visualisation14 | Visualisation15 | Visualisation16 | Visualisation17 | Visualisation18 | Visualisation19 | Visualisation20 | Visualisation21 | Visualisation22;
|
|
11556
|
+
declare type Visualisation = Visualisation1 | Visualisation2 | Visualisation3 | Visualisation4 | Visualisation5 | Visualisation6 | Visualisation7 | Visualisation8 | Visualisation9 | Visualisation10 | Visualisation11 | Visualisation12 | Visualisation13 | Visualisation14 | Visualisation15 | Visualisation16 | Visualisation17 | Visualisation18 | Visualisation19 | Visualisation20 | Visualisation21 | Visualisation22 | Visualisation23;
|
|
11484
11557
|
|
|
11485
11558
|
/**
|
|
11486
11559
|
* JSON schema for Gooddata Analytics Visualisation
|
|
@@ -11557,6 +11630,11 @@ declare type Visualisation21 = GeoAreaChart;
|
|
|
11557
11630
|
*/
|
|
11558
11631
|
declare type Visualisation22 = RepeaterChart;
|
|
11559
11632
|
|
|
11633
|
+
/**
|
|
11634
|
+
* JSON schema for Gooddata Analytics Visualisation
|
|
11635
|
+
*/
|
|
11636
|
+
declare type Visualisation23 = RadarChart;
|
|
11637
|
+
|
|
11560
11638
|
/**
|
|
11561
11639
|
* JSON schema for Gooddata Analytics Visualisation
|
|
11562
11640
|
*/
|
|
@@ -11638,6 +11716,8 @@ declare interface VisualisationConfig {
|
|
|
11638
11716
|
stack_measures_to_100?: boolean;
|
|
11639
11717
|
stack_measures?: boolean;
|
|
11640
11718
|
continuous_line?: boolean;
|
|
11719
|
+
render_as?: "filled" | "outline";
|
|
11720
|
+
grid_line_shape?: "polygon" | "circle";
|
|
11641
11721
|
distinct_point_shapes?: {
|
|
11642
11722
|
enabled?: boolean;
|
|
11643
11723
|
point_shape_mapping?: {
|
|
@@ -11891,6 +11971,8 @@ declare interface VisualisationConfig1 {
|
|
|
11891
11971
|
stack_measures_to_100?: boolean;
|
|
11892
11972
|
stack_measures?: boolean;
|
|
11893
11973
|
continuous_line?: boolean;
|
|
11974
|
+
render_as?: "filled" | "outline";
|
|
11975
|
+
grid_line_shape?: "polygon" | "circle";
|
|
11894
11976
|
distinct_point_shapes?: {
|
|
11895
11977
|
enabled?: boolean;
|
|
11896
11978
|
point_shape_mapping?: {
|
|
@@ -12144,6 +12226,8 @@ declare interface VisualisationConfig10 {
|
|
|
12144
12226
|
stack_measures_to_100?: boolean;
|
|
12145
12227
|
stack_measures?: boolean;
|
|
12146
12228
|
continuous_line?: boolean;
|
|
12229
|
+
render_as?: "filled" | "outline";
|
|
12230
|
+
grid_line_shape?: "polygon" | "circle";
|
|
12147
12231
|
distinct_point_shapes?: {
|
|
12148
12232
|
enabled?: boolean;
|
|
12149
12233
|
point_shape_mapping?: {
|
|
@@ -12397,6 +12481,8 @@ declare interface VisualisationConfig11 {
|
|
|
12397
12481
|
stack_measures_to_100?: boolean;
|
|
12398
12482
|
stack_measures?: boolean;
|
|
12399
12483
|
continuous_line?: boolean;
|
|
12484
|
+
render_as?: "filled" | "outline";
|
|
12485
|
+
grid_line_shape?: "polygon" | "circle";
|
|
12400
12486
|
distinct_point_shapes?: {
|
|
12401
12487
|
enabled?: boolean;
|
|
12402
12488
|
point_shape_mapping?: {
|
|
@@ -12650,6 +12736,8 @@ declare interface VisualisationConfig12 {
|
|
|
12650
12736
|
stack_measures_to_100?: boolean;
|
|
12651
12737
|
stack_measures?: boolean;
|
|
12652
12738
|
continuous_line?: boolean;
|
|
12739
|
+
render_as?: "filled" | "outline";
|
|
12740
|
+
grid_line_shape?: "polygon" | "circle";
|
|
12653
12741
|
distinct_point_shapes?: {
|
|
12654
12742
|
enabled?: boolean;
|
|
12655
12743
|
point_shape_mapping?: {
|
|
@@ -12903,6 +12991,8 @@ declare interface VisualisationConfig13 {
|
|
|
12903
12991
|
stack_measures_to_100?: boolean;
|
|
12904
12992
|
stack_measures?: boolean;
|
|
12905
12993
|
continuous_line?: boolean;
|
|
12994
|
+
render_as?: "filled" | "outline";
|
|
12995
|
+
grid_line_shape?: "polygon" | "circle";
|
|
12906
12996
|
distinct_point_shapes?: {
|
|
12907
12997
|
enabled?: boolean;
|
|
12908
12998
|
point_shape_mapping?: {
|
|
@@ -13156,6 +13246,8 @@ declare interface VisualisationConfig14 {
|
|
|
13156
13246
|
stack_measures_to_100?: boolean;
|
|
13157
13247
|
stack_measures?: boolean;
|
|
13158
13248
|
continuous_line?: boolean;
|
|
13249
|
+
render_as?: "filled" | "outline";
|
|
13250
|
+
grid_line_shape?: "polygon" | "circle";
|
|
13159
13251
|
distinct_point_shapes?: {
|
|
13160
13252
|
enabled?: boolean;
|
|
13161
13253
|
point_shape_mapping?: {
|
|
@@ -13409,6 +13501,8 @@ declare interface VisualisationConfig15 {
|
|
|
13409
13501
|
stack_measures_to_100?: boolean;
|
|
13410
13502
|
stack_measures?: boolean;
|
|
13411
13503
|
continuous_line?: boolean;
|
|
13504
|
+
render_as?: "filled" | "outline";
|
|
13505
|
+
grid_line_shape?: "polygon" | "circle";
|
|
13412
13506
|
distinct_point_shapes?: {
|
|
13413
13507
|
enabled?: boolean;
|
|
13414
13508
|
point_shape_mapping?: {
|
|
@@ -13662,6 +13756,8 @@ declare interface VisualisationConfig16 {
|
|
|
13662
13756
|
stack_measures_to_100?: boolean;
|
|
13663
13757
|
stack_measures?: boolean;
|
|
13664
13758
|
continuous_line?: boolean;
|
|
13759
|
+
render_as?: "filled" | "outline";
|
|
13760
|
+
grid_line_shape?: "polygon" | "circle";
|
|
13665
13761
|
distinct_point_shapes?: {
|
|
13666
13762
|
enabled?: boolean;
|
|
13667
13763
|
point_shape_mapping?: {
|
|
@@ -13915,6 +14011,8 @@ declare interface VisualisationConfig17 {
|
|
|
13915
14011
|
stack_measures_to_100?: boolean;
|
|
13916
14012
|
stack_measures?: boolean;
|
|
13917
14013
|
continuous_line?: boolean;
|
|
14014
|
+
render_as?: "filled" | "outline";
|
|
14015
|
+
grid_line_shape?: "polygon" | "circle";
|
|
13918
14016
|
distinct_point_shapes?: {
|
|
13919
14017
|
enabled?: boolean;
|
|
13920
14018
|
point_shape_mapping?: {
|
|
@@ -14168,6 +14266,8 @@ declare interface VisualisationConfig18 {
|
|
|
14168
14266
|
stack_measures_to_100?: boolean;
|
|
14169
14267
|
stack_measures?: boolean;
|
|
14170
14268
|
continuous_line?: boolean;
|
|
14269
|
+
render_as?: "filled" | "outline";
|
|
14270
|
+
grid_line_shape?: "polygon" | "circle";
|
|
14171
14271
|
distinct_point_shapes?: {
|
|
14172
14272
|
enabled?: boolean;
|
|
14173
14273
|
point_shape_mapping?: {
|
|
@@ -14421,6 +14521,8 @@ declare interface VisualisationConfig19 {
|
|
|
14421
14521
|
stack_measures_to_100?: boolean;
|
|
14422
14522
|
stack_measures?: boolean;
|
|
14423
14523
|
continuous_line?: boolean;
|
|
14524
|
+
render_as?: "filled" | "outline";
|
|
14525
|
+
grid_line_shape?: "polygon" | "circle";
|
|
14424
14526
|
distinct_point_shapes?: {
|
|
14425
14527
|
enabled?: boolean;
|
|
14426
14528
|
point_shape_mapping?: {
|
|
@@ -14674,6 +14776,8 @@ declare interface VisualisationConfig2 {
|
|
|
14674
14776
|
stack_measures_to_100?: boolean;
|
|
14675
14777
|
stack_measures?: boolean;
|
|
14676
14778
|
continuous_line?: boolean;
|
|
14779
|
+
render_as?: "filled" | "outline";
|
|
14780
|
+
grid_line_shape?: "polygon" | "circle";
|
|
14677
14781
|
distinct_point_shapes?: {
|
|
14678
14782
|
enabled?: boolean;
|
|
14679
14783
|
point_shape_mapping?: {
|
|
@@ -14927,6 +15031,8 @@ declare interface VisualisationConfig20 {
|
|
|
14927
15031
|
stack_measures_to_100?: boolean;
|
|
14928
15032
|
stack_measures?: boolean;
|
|
14929
15033
|
continuous_line?: boolean;
|
|
15034
|
+
render_as?: "filled" | "outline";
|
|
15035
|
+
grid_line_shape?: "polygon" | "circle";
|
|
14930
15036
|
distinct_point_shapes?: {
|
|
14931
15037
|
enabled?: boolean;
|
|
14932
15038
|
point_shape_mapping?: {
|
|
@@ -15180,6 +15286,8 @@ declare interface VisualisationConfig21 {
|
|
|
15180
15286
|
stack_measures_to_100?: boolean;
|
|
15181
15287
|
stack_measures?: boolean;
|
|
15182
15288
|
continuous_line?: boolean;
|
|
15289
|
+
render_as?: "filled" | "outline";
|
|
15290
|
+
grid_line_shape?: "polygon" | "circle";
|
|
15183
15291
|
distinct_point_shapes?: {
|
|
15184
15292
|
enabled?: boolean;
|
|
15185
15293
|
point_shape_mapping?: {
|
|
@@ -15433,6 +15541,263 @@ declare interface VisualisationConfig22 {
|
|
|
15433
15541
|
stack_measures_to_100?: boolean;
|
|
15434
15542
|
stack_measures?: boolean;
|
|
15435
15543
|
continuous_line?: boolean;
|
|
15544
|
+
render_as?: "filled" | "outline";
|
|
15545
|
+
grid_line_shape?: "polygon" | "circle";
|
|
15546
|
+
distinct_point_shapes?: {
|
|
15547
|
+
enabled?: boolean;
|
|
15548
|
+
point_shape_mapping?: {
|
|
15549
|
+
[k: string]: "circle" | "square" | "diamond" | "triangle" | "triangle-down";
|
|
15550
|
+
};
|
|
15551
|
+
[k: string]: unknown;
|
|
15552
|
+
};
|
|
15553
|
+
total_enabled?: boolean;
|
|
15554
|
+
total_name?: string;
|
|
15555
|
+
comparison_enabled?: boolean;
|
|
15556
|
+
comparison_type?: string;
|
|
15557
|
+
format?: string;
|
|
15558
|
+
position?: string;
|
|
15559
|
+
indicator_arrow?: boolean;
|
|
15560
|
+
indicator_colors?: boolean;
|
|
15561
|
+
indicator_color_equals?: Color3;
|
|
15562
|
+
indicator_color_negative?: Color3;
|
|
15563
|
+
indicator_color_positive?: Color3;
|
|
15564
|
+
label_default?: string;
|
|
15565
|
+
label_conditional?: boolean;
|
|
15566
|
+
label_equals?: string;
|
|
15567
|
+
label_negative?: string;
|
|
15568
|
+
label_positive?: string;
|
|
15569
|
+
yaxis_primary_type?: "column" | "area" | "line";
|
|
15570
|
+
yaxis_primary_format?: string;
|
|
15571
|
+
yaxis_primary_max?: number;
|
|
15572
|
+
yaxis_primary_min?: number;
|
|
15573
|
+
yaxis_primary_name_position?: string;
|
|
15574
|
+
yaxis_primary_name_visible?: boolean;
|
|
15575
|
+
yaxis_primary_rotation?: string;
|
|
15576
|
+
yaxis_primary_visible?: boolean;
|
|
15577
|
+
yaxis_primary_labels?: boolean;
|
|
15578
|
+
yaxis_secondary_type?: "column" | "area" | "line";
|
|
15579
|
+
yaxis_secondary_format?: string;
|
|
15580
|
+
yaxis_secondary_max?: number;
|
|
15581
|
+
yaxis_secondary_min?: number;
|
|
15582
|
+
yaxis_secondary_name_position?: string;
|
|
15583
|
+
yaxis_secondary_name_visible?: boolean;
|
|
15584
|
+
yaxis_secondary_rotation?: string;
|
|
15585
|
+
yaxis_secondary_visible?: boolean;
|
|
15586
|
+
yaxis_secondary_labels?: boolean;
|
|
15587
|
+
yaxis_secondary_show_on_right?: boolean;
|
|
15588
|
+
tooltip_text?: string;
|
|
15589
|
+
viewport?: "auto" | "continent_af" | "continent_as" | "continent_au" | "continent_eu" | "continent_na" | "continent_sa" | "world" | "custom";
|
|
15590
|
+
basemap?: string;
|
|
15591
|
+
viewport_pan?: boolean;
|
|
15592
|
+
viewport_zoom?: boolean;
|
|
15593
|
+
center_lat?: number;
|
|
15594
|
+
center_lng?: number;
|
|
15595
|
+
zoom_level?: number;
|
|
15596
|
+
group_nearby_points?: boolean;
|
|
15597
|
+
min_size?: "0.5x" | "0.75x" | "normal" | "1.25x" | "1.5x" | "default";
|
|
15598
|
+
max_size?: "0.5x" | "0.75x" | "normal" | "1.25x" | "1.5x" | "default";
|
|
15599
|
+
shape_type?: "circle" | "iconByValue" | "oneIcon";
|
|
15600
|
+
icon?: string;
|
|
15601
|
+
viewport_bounds_ne_lat?: number;
|
|
15602
|
+
viewport_bounds_ne_lng?: number;
|
|
15603
|
+
viewport_bounds_sw_lat?: number;
|
|
15604
|
+
viewport_bounds_sw_lng?: number;
|
|
15605
|
+
row_height?: "small" | "medium" | "large";
|
|
15606
|
+
cell_vertical_align?: "top" | "middle" | "bottom";
|
|
15607
|
+
cell_text_wrapping?: "clip" | "wrap";
|
|
15608
|
+
cell_image_sizing?: "fit" | "fill";
|
|
15609
|
+
forecast_enabled?: boolean;
|
|
15610
|
+
forecast_confidence?: number;
|
|
15611
|
+
forecast_period?: number;
|
|
15612
|
+
forecast_seasonal?: boolean;
|
|
15613
|
+
anomaly_detection_enabled?: boolean;
|
|
15614
|
+
anomaly_detection_sensitivity?: "low" | "medium" | "high";
|
|
15615
|
+
anomaly_detection_size?: "small" | "medium" | "big";
|
|
15616
|
+
anomaly_detection_color?: Color3;
|
|
15617
|
+
clustering_enabled?: boolean;
|
|
15618
|
+
clustering_amount?: number;
|
|
15619
|
+
clustering_threshold?: number;
|
|
15620
|
+
disable_drill_down?: boolean;
|
|
15621
|
+
disable_drill_into_url?: boolean;
|
|
15622
|
+
disable_alerts?: boolean;
|
|
15623
|
+
disable_scheduled_exports?: boolean;
|
|
15624
|
+
disable_key_drive_analysis?: {
|
|
15625
|
+
[k: string]: boolean;
|
|
15626
|
+
};
|
|
15627
|
+
/**
|
|
15628
|
+
* Text wrapping settings for table cells and headers.
|
|
15629
|
+
*/
|
|
15630
|
+
text_wrapping?: {
|
|
15631
|
+
/**
|
|
15632
|
+
* Enable text wrapping for cell content.
|
|
15633
|
+
*/
|
|
15634
|
+
wrap_text?: boolean;
|
|
15635
|
+
/**
|
|
15636
|
+
* Enable text wrapping for header content.
|
|
15637
|
+
*/
|
|
15638
|
+
wrap_header_text?: boolean;
|
|
15639
|
+
/**
|
|
15640
|
+
* Per-column text wrapping overrides.
|
|
15641
|
+
*/
|
|
15642
|
+
column_overrides?: {
|
|
15643
|
+
locators?: {
|
|
15644
|
+
[k: string]: unknown;
|
|
15645
|
+
}[];
|
|
15646
|
+
wrap_text?: boolean;
|
|
15647
|
+
wrap_header_text?: boolean;
|
|
15648
|
+
match_type?: "column" | "pivotGroup";
|
|
15649
|
+
[k: string]: unknown;
|
|
15650
|
+
}[];
|
|
15651
|
+
[k: string]: unknown;
|
|
15652
|
+
};
|
|
15653
|
+
/**
|
|
15654
|
+
* Enable pagination for tables.
|
|
15655
|
+
*/
|
|
15656
|
+
pagination?: boolean;
|
|
15657
|
+
/**
|
|
15658
|
+
* Number of rows per page when pagination is enabled.
|
|
15659
|
+
*/
|
|
15660
|
+
page_size?: number;
|
|
15661
|
+
/**
|
|
15662
|
+
* Position of grand totals in the table.
|
|
15663
|
+
*/
|
|
15664
|
+
grand_totals_position?: "pinnedBottom" | "pinnedTop" | "bottom" | "top";
|
|
15665
|
+
/**
|
|
15666
|
+
* Enable accessibility features for tables.
|
|
15667
|
+
*/
|
|
15668
|
+
enable_accessibility?: boolean;
|
|
15669
|
+
line_style_control_metrics?: string[];
|
|
15670
|
+
line_style_excluded_metrics?: string[];
|
|
15671
|
+
/**
|
|
15672
|
+
* Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
|
|
15673
|
+
*/
|
|
15674
|
+
custom_tooltip?: {
|
|
15675
|
+
/**
|
|
15676
|
+
* Whether the custom tooltip section is rendered.
|
|
15677
|
+
*/
|
|
15678
|
+
enabled?: boolean;
|
|
15679
|
+
/**
|
|
15680
|
+
* 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.
|
|
15681
|
+
*/
|
|
15682
|
+
content?: string;
|
|
15683
|
+
/**
|
|
15684
|
+
* Placement of the custom section relative to the default tooltip content. Defaults to "above".
|
|
15685
|
+
*/
|
|
15686
|
+
placement?: "above" | "below" | "replace";
|
|
15687
|
+
};
|
|
15688
|
+
line_style_mapping?: LineStyleMapping;
|
|
15689
|
+
/**
|
|
15690
|
+
* Conditional formatting rules that color cells or rows based on their values.
|
|
15691
|
+
*/
|
|
15692
|
+
conditional_formatting?: {
|
|
15693
|
+
/**
|
|
15694
|
+
* Conditional-formatting model version. "1" (default if omitted) — initial shape: discrete rules, one column per rule with stacked conditions. Readers must tolerate omission (treat as "1") and evolve under the same backward-compat contract as the dashboard model version, so server-side consumers (e.g. XLSX export) stay forward-compatible.
|
|
15695
|
+
*/
|
|
15696
|
+
version?: string;
|
|
15697
|
+
/**
|
|
15698
|
+
* Master toggle for all conditional formatting rules.
|
|
15699
|
+
*/
|
|
15700
|
+
enabled?: boolean;
|
|
15701
|
+
/**
|
|
15702
|
+
* Ordered list of rules; the first matching rule wins.
|
|
15703
|
+
*/
|
|
15704
|
+
rules?: {
|
|
15705
|
+
/**
|
|
15706
|
+
* Stable, table-unique rule id.
|
|
15707
|
+
*/
|
|
15708
|
+
id: string;
|
|
15709
|
+
/**
|
|
15710
|
+
* The measure or attribute the rule targets — exactly one of measure/attribute.
|
|
15711
|
+
*/
|
|
15712
|
+
target: {
|
|
15713
|
+
/**
|
|
15714
|
+
* Local identifier of the targeted measure.
|
|
15715
|
+
*/
|
|
15716
|
+
measure: string;
|
|
15717
|
+
} | {
|
|
15718
|
+
/**
|
|
15719
|
+
* Local identifier of the targeted attribute.
|
|
15720
|
+
*/
|
|
15721
|
+
attribute: string;
|
|
15722
|
+
};
|
|
15723
|
+
/**
|
|
15724
|
+
* Stacked conditions; the first matching condition wins.
|
|
15725
|
+
*/
|
|
15726
|
+
conditions: {
|
|
15727
|
+
id: string;
|
|
15728
|
+
operator: "all" | "equal_to" | "not_equal_to" | "less_than" | "less_than_or_equal_to" | "greater_than" | "greater_than_or_equal_to" | "between" | "not_between" | "contains" | "not_contains" | "starts_with" | "not_starts_with" | "ends_with" | "not_ends_with" | "is_empty" | "is_not_empty";
|
|
15729
|
+
/**
|
|
15730
|
+
* Literal (number or string); a \{from,to\} range for between/not_between; omitted for all/is_empty/is_not_empty.
|
|
15731
|
+
*/
|
|
15732
|
+
value?: number | string | {
|
|
15733
|
+
from: number;
|
|
15734
|
+
to: number;
|
|
15735
|
+
};
|
|
15736
|
+
format: {
|
|
15737
|
+
/**
|
|
15738
|
+
* Text color as hex (e.g. #FFFFFF).
|
|
15739
|
+
*/
|
|
15740
|
+
text?: string;
|
|
15741
|
+
/**
|
|
15742
|
+
* Background color as hex (e.g. #E54D40).
|
|
15743
|
+
*/
|
|
15744
|
+
fill?: string;
|
|
15745
|
+
scope: "cell" | "row";
|
|
15746
|
+
};
|
|
15747
|
+
}[];
|
|
15748
|
+
}[];
|
|
15749
|
+
};
|
|
15750
|
+
[k: string]: unknown;
|
|
15751
|
+
}
|
|
15752
|
+
|
|
15753
|
+
/**
|
|
15754
|
+
* Configuration of visualisation of defined type.
|
|
15755
|
+
*/
|
|
15756
|
+
declare interface VisualisationConfig23 {
|
|
15757
|
+
/**
|
|
15758
|
+
* A list of widths in this visualisation.
|
|
15759
|
+
*/
|
|
15760
|
+
widths?: Width[];
|
|
15761
|
+
colors?: ListOfColors;
|
|
15762
|
+
color?: ColorDefinition;
|
|
15763
|
+
column_header?: string;
|
|
15764
|
+
metrics_in?: string;
|
|
15765
|
+
data_labels?: boolean | "auto";
|
|
15766
|
+
data_labels_style?: "auto" | "backplate";
|
|
15767
|
+
chart_fill?: {
|
|
15768
|
+
type?: "solid" | "pattern" | "outline";
|
|
15769
|
+
pattern_name_mapping?: {
|
|
15770
|
+
[k: string]: "diagonal_grid_small" | "vertical_lines_small" | "grid_small" | "horizontal_lines_small" | "circle_small" | "flag_small" | "waffle_small" | "dot_small" | "pyramid_small" | "needle_small" | "diamond_small" | "pizza_small" | "diagonal_grid_medium" | "vertical_lines_medium" | "grid_large" | "horizontal_lines_medium" | "circle_medium" | "flag_medium" | "waffle_medium" | "dot_medium" | "pyramid_medium" | "needle_medium" | "diamond_medium" | "pizza_medium";
|
|
15771
|
+
};
|
|
15772
|
+
[k: string]: unknown;
|
|
15773
|
+
};
|
|
15774
|
+
data_points?: boolean | "auto";
|
|
15775
|
+
data_totals?: boolean | "auto";
|
|
15776
|
+
orientation?: string;
|
|
15777
|
+
legend_enabled?: boolean;
|
|
15778
|
+
legend_position?: string;
|
|
15779
|
+
xaxis_format?: string;
|
|
15780
|
+
xaxis_max?: number;
|
|
15781
|
+
xaxis_min?: number;
|
|
15782
|
+
xaxis_name_position?: string;
|
|
15783
|
+
xaxis_name_visible?: boolean;
|
|
15784
|
+
xaxis_rotation?: string;
|
|
15785
|
+
xaxis_visible?: boolean;
|
|
15786
|
+
xaxis_labels?: boolean;
|
|
15787
|
+
yaxis_name_position?: string;
|
|
15788
|
+
yaxis_name_visible?: boolean;
|
|
15789
|
+
yaxis_rotation?: string;
|
|
15790
|
+
yaxis_visible?: boolean;
|
|
15791
|
+
yaxis_labels?: boolean;
|
|
15792
|
+
yaxis_format?: string;
|
|
15793
|
+
yaxis_max?: number;
|
|
15794
|
+
yaxis_min?: number;
|
|
15795
|
+
grid_enabled?: boolean;
|
|
15796
|
+
stack_measures_to_100?: boolean;
|
|
15797
|
+
stack_measures?: boolean;
|
|
15798
|
+
continuous_line?: boolean;
|
|
15799
|
+
render_as?: "filled" | "outline";
|
|
15800
|
+
grid_line_shape?: "polygon" | "circle";
|
|
15436
15801
|
distinct_point_shapes?: {
|
|
15437
15802
|
enabled?: boolean;
|
|
15438
15803
|
point_shape_mapping?: {
|
|
@@ -15686,6 +16051,8 @@ declare interface VisualisationConfig3 {
|
|
|
15686
16051
|
stack_measures_to_100?: boolean;
|
|
15687
16052
|
stack_measures?: boolean;
|
|
15688
16053
|
continuous_line?: boolean;
|
|
16054
|
+
render_as?: "filled" | "outline";
|
|
16055
|
+
grid_line_shape?: "polygon" | "circle";
|
|
15689
16056
|
distinct_point_shapes?: {
|
|
15690
16057
|
enabled?: boolean;
|
|
15691
16058
|
point_shape_mapping?: {
|
|
@@ -15939,6 +16306,8 @@ declare interface VisualisationConfig4 {
|
|
|
15939
16306
|
stack_measures_to_100?: boolean;
|
|
15940
16307
|
stack_measures?: boolean;
|
|
15941
16308
|
continuous_line?: boolean;
|
|
16309
|
+
render_as?: "filled" | "outline";
|
|
16310
|
+
grid_line_shape?: "polygon" | "circle";
|
|
15942
16311
|
distinct_point_shapes?: {
|
|
15943
16312
|
enabled?: boolean;
|
|
15944
16313
|
point_shape_mapping?: {
|
|
@@ -16192,6 +16561,8 @@ declare interface VisualisationConfig5 {
|
|
|
16192
16561
|
stack_measures_to_100?: boolean;
|
|
16193
16562
|
stack_measures?: boolean;
|
|
16194
16563
|
continuous_line?: boolean;
|
|
16564
|
+
render_as?: "filled" | "outline";
|
|
16565
|
+
grid_line_shape?: "polygon" | "circle";
|
|
16195
16566
|
distinct_point_shapes?: {
|
|
16196
16567
|
enabled?: boolean;
|
|
16197
16568
|
point_shape_mapping?: {
|
|
@@ -16445,6 +16816,8 @@ declare interface VisualisationConfig6 {
|
|
|
16445
16816
|
stack_measures_to_100?: boolean;
|
|
16446
16817
|
stack_measures?: boolean;
|
|
16447
16818
|
continuous_line?: boolean;
|
|
16819
|
+
render_as?: "filled" | "outline";
|
|
16820
|
+
grid_line_shape?: "polygon" | "circle";
|
|
16448
16821
|
distinct_point_shapes?: {
|
|
16449
16822
|
enabled?: boolean;
|
|
16450
16823
|
point_shape_mapping?: {
|
|
@@ -16698,6 +17071,8 @@ declare interface VisualisationConfig7 {
|
|
|
16698
17071
|
stack_measures_to_100?: boolean;
|
|
16699
17072
|
stack_measures?: boolean;
|
|
16700
17073
|
continuous_line?: boolean;
|
|
17074
|
+
render_as?: "filled" | "outline";
|
|
17075
|
+
grid_line_shape?: "polygon" | "circle";
|
|
16701
17076
|
distinct_point_shapes?: {
|
|
16702
17077
|
enabled?: boolean;
|
|
16703
17078
|
point_shape_mapping?: {
|
|
@@ -16951,6 +17326,8 @@ declare interface VisualisationConfig8 {
|
|
|
16951
17326
|
stack_measures_to_100?: boolean;
|
|
16952
17327
|
stack_measures?: boolean;
|
|
16953
17328
|
continuous_line?: boolean;
|
|
17329
|
+
render_as?: "filled" | "outline";
|
|
17330
|
+
grid_line_shape?: "polygon" | "circle";
|
|
16954
17331
|
distinct_point_shapes?: {
|
|
16955
17332
|
enabled?: boolean;
|
|
16956
17333
|
point_shape_mapping?: {
|
|
@@ -17204,6 +17581,8 @@ declare interface VisualisationConfig9 {
|
|
|
17204
17581
|
stack_measures_to_100?: boolean;
|
|
17205
17582
|
stack_measures?: boolean;
|
|
17206
17583
|
continuous_line?: boolean;
|
|
17584
|
+
render_as?: "filled" | "outline";
|
|
17585
|
+
grid_line_shape?: "polygon" | "circle";
|
|
17207
17586
|
distinct_point_shapes?: {
|
|
17208
17587
|
enabled?: boolean;
|
|
17209
17588
|
point_shape_mapping?: {
|