@luzmo/dashboard-contents-types 1.0.5 → 1.0.7
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/CHANGELOG.md +47 -0
- package/README.md +132 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +129 -532
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +125 -2594
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +121 -525
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +17 -13
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +126 -2595
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +114 -521
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +117 -524
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +21 -16
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +857 -0
- package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +116 -523
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +125 -2594
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +42 -456
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +27 -415
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +7 -6
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +161 -2623
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +29 -417
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +119 -525
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +17 -13
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +125 -2594
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +18 -14
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +32 -449
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +1119 -0
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +518 -0
- package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +39 -453
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +8 -8
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +131 -536
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +32 -449
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +1173 -0
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +582 -0
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/options.schema.json.d.ts +59 -35
- package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +729 -0
- package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +482 -0
- package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +23 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +114 -523
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +1191 -0
- package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +517 -0
- package/assets/json-schemas/pyramid-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/radar-chart-options.schema.json.d.ts +866 -0
- package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +518 -0
- package/assets/json-schemas/radar-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +110 -520
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +32 -449
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +25 -20
- package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +117 -524
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +27 -23
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +124 -528
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +31 -27
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +27 -415
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +28 -416
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +28 -416
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -9
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +56 -32
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +28 -436
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +24 -19
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +39 -453
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +22 -17
- package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/strip-plot-options.schema.json.d.ts +723 -0
- package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/strip-plot.schema.json.d.ts +23 -0
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +1024 -0
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +39 -453
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +21 -16
- package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/text-options.schema.json.d.ts +9 -22
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +125 -2604
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +29 -24
- package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/video-options.schema.json.d.ts +8 -21
- package/assets/json-schemas/video.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +124 -2603
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +21 -17
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
- package/index.js +407 -325
- package/index.mjs +27332 -42237
- package/json-schemas.d.ts +16188 -33824
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +33 -11
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +13 -11
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +9 -8
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +13 -11
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +9 -8
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -10
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +84 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +29 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +24 -0
- package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/index.d.ts +3 -0
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -7
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +13 -11
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +4 -3
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +6 -5
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +16 -12
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +20 -4
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -11
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +3 -2
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-options.d.ts +187 -0
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
- package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table.d.ts +24 -0
- package/src/lib/heat-table/heat-table.d.ts.map +1 -0
- package/src/lib/heat-table/index.d.ts +3 -0
- package/src/lib/heat-table/index.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -4
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +30 -12
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-options.d.ts +5 -4
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
- package/src/lib/ohlc-chart/index.d.ts +3 -0
- package/src/lib/ohlc-chart/index.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +202 -0
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
- package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts +3 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +60 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +29 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +24 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +9 -8
- package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
- package/src/lib/pyramid-chart/index.d.ts +3 -0
- package/src/lib/pyramid-chart/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +177 -0
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +40 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart.d.ts +24 -0
- package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
- package/src/lib/radar-chart/index.d.ts +3 -0
- package/src/lib/radar-chart/index.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-options.d.ts +79 -0
- package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart-slots.d.ts +41 -0
- package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart.d.ts +24 -0
- package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +6 -5
- package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
- package/src/lib/route-map/route-map-options.d.ts +3 -2
- package/src/lib/route-map/route-map-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +8 -7
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +11 -10
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +2 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/common.d.ts +1 -1
- package/src/lib/shared/interactivity-export.d.ts +2 -1
- package/src/lib/shared/interactivity-export.d.ts.map +1 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -7
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
- package/src/lib/shared/legend.d.ts +1 -1
- package/src/lib/shared/period-over-period.d.ts +2 -0
- package/src/lib/shared/period-over-period.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +2 -1
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +21 -19
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-options.d.ts +3 -2
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
- package/src/lib/strip-plot/index.d.ts +3 -0
- package/src/lib/strip-plot/index.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot-options.d.ts +51 -0
- package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot-slots.d.ts +29 -0
- package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot.d.ts +24 -0
- package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
- package/src/lib/sunburst-chart/index.d.ts +3 -0
- package/src/lib/sunburst-chart/index.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +89 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
- package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts +4 -3
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
- package/src/lib/text/text-options.d.ts +1 -1
- package/src/lib/text/text-options.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -2
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
- package/src/options.d.ts +9 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +0 -35
- package/src/slots.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/symbol-map-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
@@ -62,26 +62,6 @@ declare const _default: {
|
|
|
62
62
|
"interactivity": {
|
|
63
63
|
"description": "Interactivity options",
|
|
64
64
|
"properties": {
|
|
65
|
-
"availableExportTypes": {
|
|
66
|
-
"default": [
|
|
67
|
-
"xlsx",
|
|
68
|
-
"csv",
|
|
69
|
-
"png"
|
|
70
|
-
],
|
|
71
|
-
"description": "Available export types interactivity option",
|
|
72
|
-
"items": {
|
|
73
|
-
"description": "Export types",
|
|
74
|
-
"enum": [
|
|
75
|
-
"csv",
|
|
76
|
-
"csv-raw",
|
|
77
|
-
"png",
|
|
78
|
-
"xlsx",
|
|
79
|
-
"xlsx-raw"
|
|
80
|
-
],
|
|
81
|
-
"type": "string"
|
|
82
|
-
},
|
|
83
|
-
"type": "array"
|
|
84
|
-
},
|
|
85
65
|
"customEvents": {
|
|
86
66
|
"default": null,
|
|
87
67
|
"description": "Custom events interactivity option",
|
|
@@ -172,7 +152,7 @@ declare const _default: {
|
|
|
172
152
|
"csv",
|
|
173
153
|
"png"
|
|
174
154
|
],
|
|
175
|
-
"description": "Export types interactivity option",
|
|
155
|
+
"description": "Export types interactivity option. The export button appears when hovering the chart. If the empty array is provided, the export button is not shown.",
|
|
176
156
|
"items": {
|
|
177
157
|
"description": "Export types",
|
|
178
158
|
"enum": [
|
|
@@ -194,364 +174,25 @@ declare const _default: {
|
|
|
194
174
|
"items": {
|
|
195
175
|
"description": "Measure dimension picker configuration",
|
|
196
176
|
"properties": {
|
|
197
|
-
"acceptFormula": {
|
|
198
|
-
"type": "boolean"
|
|
199
|
-
},
|
|
200
|
-
"allAvailableColumns": {
|
|
201
|
-
"items": {
|
|
202
|
-
"properties": {
|
|
203
|
-
"columns": {
|
|
204
|
-
"items": {
|
|
205
|
-
"properties": {
|
|
206
|
-
"cardinality": {
|
|
207
|
-
"type": "number"
|
|
208
|
-
},
|
|
209
|
-
"color": {
|
|
210
|
-
"type": "string"
|
|
211
|
-
},
|
|
212
|
-
"columnHierarchies": {
|
|
213
|
-
"anyOf": [
|
|
214
|
-
{
|
|
215
|
-
"items": {
|
|
216
|
-
"type": "string"
|
|
217
|
-
},
|
|
218
|
-
"type": "array"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"items": {
|
|
222
|
-
"properties": {
|
|
223
|
-
"color": {
|
|
224
|
-
"type": "string"
|
|
225
|
-
},
|
|
226
|
-
"id": {
|
|
227
|
-
"type": "string"
|
|
228
|
-
},
|
|
229
|
-
"level": {
|
|
230
|
-
"type": "number"
|
|
231
|
-
},
|
|
232
|
-
"name": {
|
|
233
|
-
"type": "object"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
"type": "object"
|
|
237
|
-
},
|
|
238
|
-
"type": "array"
|
|
239
|
-
}
|
|
240
|
-
]
|
|
241
|
-
},
|
|
242
|
-
"currency": {
|
|
243
|
-
"properties": {
|
|
244
|
-
"id": {
|
|
245
|
-
"type": "string"
|
|
246
|
-
},
|
|
247
|
-
"name": {
|
|
248
|
-
"type": "string"
|
|
249
|
-
},
|
|
250
|
-
"symbol": {
|
|
251
|
-
"type": "string"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
"type": "object"
|
|
255
|
-
},
|
|
256
|
-
"currency_id": {
|
|
257
|
-
"type": "string"
|
|
258
|
-
},
|
|
259
|
-
"description": {
|
|
260
|
-
"type": "object"
|
|
261
|
-
},
|
|
262
|
-
"duration_format": {
|
|
263
|
-
"enum": [
|
|
264
|
-
"long",
|
|
265
|
-
"short",
|
|
266
|
-
"time"
|
|
267
|
-
],
|
|
268
|
-
"type": "string"
|
|
269
|
-
},
|
|
270
|
-
"duration_levels": {
|
|
271
|
-
"items": {
|
|
272
|
-
"type": "number"
|
|
273
|
-
},
|
|
274
|
-
"type": "array"
|
|
275
|
-
},
|
|
276
|
-
"expression": {
|
|
277
|
-
"type": "string"
|
|
278
|
-
},
|
|
279
|
-
"format": {
|
|
280
|
-
"type": "string"
|
|
281
|
-
},
|
|
282
|
-
"hierarchyLevels": {
|
|
283
|
-
"items": {
|
|
284
|
-
"properties": {
|
|
285
|
-
"color": {
|
|
286
|
-
"type": "string"
|
|
287
|
-
},
|
|
288
|
-
"id": {
|
|
289
|
-
"type": "string"
|
|
290
|
-
},
|
|
291
|
-
"level": {
|
|
292
|
-
"type": "number"
|
|
293
|
-
},
|
|
294
|
-
"name": {
|
|
295
|
-
"type": "object"
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
"type": "object"
|
|
299
|
-
},
|
|
300
|
-
"type": "array"
|
|
301
|
-
},
|
|
302
|
-
"hierarchy_enabled": {
|
|
303
|
-
"type": "boolean"
|
|
304
|
-
},
|
|
305
|
-
"highestLevel": {
|
|
306
|
-
"type": "number"
|
|
307
|
-
},
|
|
308
|
-
"id": {
|
|
309
|
-
"type": "string"
|
|
310
|
-
},
|
|
311
|
-
"informat": {
|
|
312
|
-
"type": "string"
|
|
313
|
-
},
|
|
314
|
-
"isFormula": {
|
|
315
|
-
"type": "boolean"
|
|
316
|
-
},
|
|
317
|
-
"isLabel": {
|
|
318
|
-
"type": "boolean"
|
|
319
|
-
},
|
|
320
|
-
"joins": {
|
|
321
|
-
"items": {
|
|
322
|
-
"properties": {
|
|
323
|
-
"currency_id": {
|
|
324
|
-
"type": [
|
|
325
|
-
"null",
|
|
326
|
-
"string"
|
|
327
|
-
]
|
|
328
|
-
},
|
|
329
|
-
"hierarchy_enabled": {
|
|
330
|
-
"type": "boolean"
|
|
331
|
-
},
|
|
332
|
-
"id": {
|
|
333
|
-
"type": "string"
|
|
334
|
-
},
|
|
335
|
-
"join": {
|
|
336
|
-
"properties": {
|
|
337
|
-
"column_id": {
|
|
338
|
-
"type": "string"
|
|
339
|
-
},
|
|
340
|
-
"created_at": {
|
|
341
|
-
"type": "string"
|
|
342
|
-
},
|
|
343
|
-
"joins_id": {
|
|
344
|
-
"type": "string"
|
|
345
|
-
},
|
|
346
|
-
"subtype": {
|
|
347
|
-
"type": "string"
|
|
348
|
-
},
|
|
349
|
-
"type": {
|
|
350
|
-
"enum": [
|
|
351
|
-
"exact",
|
|
352
|
-
"lookup"
|
|
353
|
-
],
|
|
354
|
-
"type": "string"
|
|
355
|
-
},
|
|
356
|
-
"update_at": {
|
|
357
|
-
"type": "string"
|
|
358
|
-
},
|
|
359
|
-
"updated_at": {
|
|
360
|
-
"type": "string"
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
"type": "object"
|
|
364
|
-
},
|
|
365
|
-
"securable_id": {
|
|
366
|
-
"type": "string"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
"type": "object"
|
|
370
|
-
},
|
|
371
|
-
"type": "array"
|
|
372
|
-
},
|
|
373
|
-
"level": {
|
|
374
|
-
"type": "number"
|
|
375
|
-
},
|
|
376
|
-
"lowestLevel": {
|
|
377
|
-
"type": "number"
|
|
378
|
-
},
|
|
379
|
-
"name": {
|
|
380
|
-
"type": "object"
|
|
381
|
-
},
|
|
382
|
-
"order": {
|
|
383
|
-
"type": "number"
|
|
384
|
-
},
|
|
385
|
-
"securable_id": {
|
|
386
|
-
"type": "string"
|
|
387
|
-
},
|
|
388
|
-
"source_name": {
|
|
389
|
-
"type": "string"
|
|
390
|
-
},
|
|
391
|
-
"subtype": {
|
|
392
|
-
"enum": [
|
|
393
|
-
"coordinates",
|
|
394
|
-
"currency",
|
|
395
|
-
"duration",
|
|
396
|
-
"hierarchy_element_expression",
|
|
397
|
-
"topography"
|
|
398
|
-
],
|
|
399
|
-
"type": "string"
|
|
400
|
-
},
|
|
401
|
-
"type": {
|
|
402
|
-
"enum": [
|
|
403
|
-
"datetime",
|
|
404
|
-
"hierarchy",
|
|
405
|
-
"numeric",
|
|
406
|
-
"spatial"
|
|
407
|
-
],
|
|
408
|
-
"type": "string"
|
|
409
|
-
},
|
|
410
|
-
"version": {
|
|
411
|
-
"type": "number"
|
|
412
|
-
},
|
|
413
|
-
"width": {
|
|
414
|
-
"type": "number"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
"type": "object"
|
|
418
|
-
},
|
|
419
|
-
"type": "array"
|
|
420
|
-
},
|
|
421
|
-
"datasetId": {
|
|
422
|
-
"format": "uuid",
|
|
423
|
-
"type": "string"
|
|
424
|
-
},
|
|
425
|
-
"datasetName": {
|
|
426
|
-
"type": "object"
|
|
427
|
-
},
|
|
428
|
-
"formulas": {
|
|
429
|
-
"items": {
|
|
430
|
-
"properties": {
|
|
431
|
-
"color": {
|
|
432
|
-
"type": "string"
|
|
433
|
-
},
|
|
434
|
-
"currency": {
|
|
435
|
-
"properties": {
|
|
436
|
-
"id": {
|
|
437
|
-
"type": "string"
|
|
438
|
-
},
|
|
439
|
-
"name": {
|
|
440
|
-
"type": "string"
|
|
441
|
-
},
|
|
442
|
-
"symbol": {
|
|
443
|
-
"type": "string"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
"type": "object"
|
|
447
|
-
},
|
|
448
|
-
"currency_id": {
|
|
449
|
-
"type": "string"
|
|
450
|
-
},
|
|
451
|
-
"duration_format": {
|
|
452
|
-
"enum": [
|
|
453
|
-
"long",
|
|
454
|
-
"short",
|
|
455
|
-
"time"
|
|
456
|
-
],
|
|
457
|
-
"type": "string"
|
|
458
|
-
},
|
|
459
|
-
"duration_levels": {
|
|
460
|
-
"items": {
|
|
461
|
-
"type": "number"
|
|
462
|
-
},
|
|
463
|
-
"type": "array"
|
|
464
|
-
},
|
|
465
|
-
"expression": {
|
|
466
|
-
"type": "string"
|
|
467
|
-
},
|
|
468
|
-
"format": {
|
|
469
|
-
"type": "string"
|
|
470
|
-
},
|
|
471
|
-
"id": {
|
|
472
|
-
"type": "string"
|
|
473
|
-
},
|
|
474
|
-
"informat": {
|
|
475
|
-
"enum": [
|
|
476
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
477
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
478
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
479
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
480
|
-
"X",
|
|
481
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
482
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
483
|
-
"hierarchy",
|
|
484
|
-
"numeric",
|
|
485
|
-
"x"
|
|
486
|
-
],
|
|
487
|
-
"type": "string"
|
|
488
|
-
},
|
|
489
|
-
"isFormula": {
|
|
490
|
-
"type": "boolean"
|
|
491
|
-
},
|
|
492
|
-
"level": {
|
|
493
|
-
"type": "number"
|
|
494
|
-
},
|
|
495
|
-
"lowestLevel": {
|
|
496
|
-
"type": "number"
|
|
497
|
-
},
|
|
498
|
-
"name": {
|
|
499
|
-
"type": "object"
|
|
500
|
-
},
|
|
501
|
-
"securableFormula": {
|
|
502
|
-
"properties": {
|
|
503
|
-
"formula_id": {
|
|
504
|
-
"type": "string"
|
|
505
|
-
},
|
|
506
|
-
"securable_id": {
|
|
507
|
-
"type": "string"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
"type": "object"
|
|
511
|
-
},
|
|
512
|
-
"securable_id": {
|
|
513
|
-
"type": "string"
|
|
514
|
-
},
|
|
515
|
-
"subtype": {
|
|
516
|
-
"enum": [
|
|
517
|
-
"currency",
|
|
518
|
-
"date",
|
|
519
|
-
"datetime",
|
|
520
|
-
"duration"
|
|
521
|
-
],
|
|
522
|
-
"type": "string"
|
|
523
|
-
},
|
|
524
|
-
"type": {
|
|
525
|
-
"enum": [
|
|
526
|
-
"datetime",
|
|
527
|
-
"hierarchy",
|
|
528
|
-
"numeric"
|
|
529
|
-
],
|
|
530
|
-
"type": "string"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
"type": "object"
|
|
534
|
-
},
|
|
535
|
-
"type": "array"
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
"type": "object"
|
|
539
|
-
},
|
|
540
|
-
"type": "array"
|
|
541
|
-
},
|
|
542
|
-
"allowMultiple": {
|
|
543
|
-
"type": "boolean"
|
|
544
|
-
},
|
|
545
|
-
"description": {
|
|
546
|
-
"type": "string"
|
|
547
|
-
},
|
|
548
177
|
"order": {
|
|
178
|
+
"description": "Order",
|
|
179
|
+
"examples": [
|
|
180
|
+
0,
|
|
181
|
+
9999
|
|
182
|
+
],
|
|
549
183
|
"type": "number"
|
|
550
184
|
},
|
|
551
185
|
"slot": {
|
|
186
|
+
"description": "Slot name",
|
|
187
|
+
"examples": [
|
|
188
|
+
"measure",
|
|
189
|
+
"dimension",
|
|
190
|
+
"legend"
|
|
191
|
+
],
|
|
552
192
|
"type": "string"
|
|
553
193
|
},
|
|
554
194
|
"values": {
|
|
195
|
+
"description": "An array of columns for the current picker",
|
|
555
196
|
"items": {
|
|
556
197
|
"properties": {
|
|
557
198
|
"aggregationFunc": {
|
|
@@ -587,6 +228,7 @@ declare const _default: {
|
|
|
587
228
|
"currency",
|
|
588
229
|
"duration",
|
|
589
230
|
"hierarchy_element_expression",
|
|
231
|
+
"ip_address",
|
|
590
232
|
"topography"
|
|
591
233
|
],
|
|
592
234
|
"type": "string"
|
|
@@ -620,36 +262,6 @@ declare const _default: {
|
|
|
620
262
|
"string"
|
|
621
263
|
]
|
|
622
264
|
},
|
|
623
|
-
"columnHierarchies": {
|
|
624
|
-
"anyOf": [
|
|
625
|
-
{
|
|
626
|
-
"items": {
|
|
627
|
-
"type": "string"
|
|
628
|
-
},
|
|
629
|
-
"type": "array"
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"items": {
|
|
633
|
-
"properties": {
|
|
634
|
-
"color": {
|
|
635
|
-
"type": "string"
|
|
636
|
-
},
|
|
637
|
-
"id": {
|
|
638
|
-
"type": "string"
|
|
639
|
-
},
|
|
640
|
-
"level": {
|
|
641
|
-
"type": "number"
|
|
642
|
-
},
|
|
643
|
-
"name": {
|
|
644
|
-
"type": "object"
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
"type": "object"
|
|
648
|
-
},
|
|
649
|
-
"type": "array"
|
|
650
|
-
}
|
|
651
|
-
]
|
|
652
|
-
},
|
|
653
265
|
"columnId": {
|
|
654
266
|
"description": "Column id",
|
|
655
267
|
"format": "uuid",
|
|
@@ -724,13 +336,6 @@ declare const _default: {
|
|
|
724
336
|
},
|
|
725
337
|
"type": "object"
|
|
726
338
|
},
|
|
727
|
-
"hidden": {
|
|
728
|
-
"type": "boolean"
|
|
729
|
-
},
|
|
730
|
-
"include_nonoccurring": {
|
|
731
|
-
"description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
|
|
732
|
-
"type": "boolean"
|
|
733
|
-
},
|
|
734
339
|
"label": {
|
|
735
340
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
736
341
|
"type": "object"
|
|
@@ -778,6 +383,7 @@ declare const _default: {
|
|
|
778
383
|
"enum": [
|
|
779
384
|
"none",
|
|
780
385
|
"past",
|
|
386
|
+
"absoluteChange",
|
|
781
387
|
"percentageChange"
|
|
782
388
|
],
|
|
783
389
|
"type": "string"
|
|
@@ -785,10 +391,8 @@ declare const _default: {
|
|
|
785
391
|
},
|
|
786
392
|
"type": "object"
|
|
787
393
|
},
|
|
788
|
-
"readonly": {
|
|
789
|
-
"type": "boolean"
|
|
790
|
-
},
|
|
791
394
|
"selected": {
|
|
395
|
+
"description": "Selected item",
|
|
792
396
|
"type": "boolean"
|
|
793
397
|
},
|
|
794
398
|
"subtype": {
|
|
@@ -801,6 +405,7 @@ declare const _default: {
|
|
|
801
405
|
"datetime",
|
|
802
406
|
"duration",
|
|
803
407
|
"hierarchy_element_expression",
|
|
408
|
+
"ip_address",
|
|
804
409
|
"topography"
|
|
805
410
|
],
|
|
806
411
|
"type": "string"
|
|
@@ -916,7 +521,7 @@ declare const _default: {
|
|
|
916
521
|
"type": "object"
|
|
917
522
|
},
|
|
918
523
|
"limit": {
|
|
919
|
-
"description": "
|
|
524
|
+
"description": "The maximum number of data rows to query and display",
|
|
920
525
|
"properties": {
|
|
921
526
|
"number": {
|
|
922
527
|
"default": 1000,
|
|
@@ -1068,7 +673,7 @@ declare const _default: {
|
|
|
1068
673
|
"description": "Custom border styling",
|
|
1069
674
|
"properties": {
|
|
1070
675
|
"border-bottom-width": {
|
|
1071
|
-
"description": "Border bottom width",
|
|
676
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1072
677
|
"examples": [
|
|
1073
678
|
"0px",
|
|
1074
679
|
"1px",
|
|
@@ -1077,7 +682,7 @@ declare const _default: {
|
|
|
1077
682
|
"type": "string"
|
|
1078
683
|
},
|
|
1079
684
|
"border-color": {
|
|
1080
|
-
"description": "Border color",
|
|
685
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1081
686
|
"examples": [
|
|
1082
687
|
"rgba(216, 216, 216, 1)",
|
|
1083
688
|
"rgb(147, 146, 148)"
|
|
@@ -1085,7 +690,7 @@ declare const _default: {
|
|
|
1085
690
|
"type": "string"
|
|
1086
691
|
},
|
|
1087
692
|
"border-left-width": {
|
|
1088
|
-
"description": "Border left width",
|
|
693
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1089
694
|
"examples": [
|
|
1090
695
|
"0px",
|
|
1091
696
|
"1px",
|
|
@@ -1103,7 +708,7 @@ declare const _default: {
|
|
|
1103
708
|
"type": "string"
|
|
1104
709
|
},
|
|
1105
710
|
"border-right-width": {
|
|
1106
|
-
"description": "Border right width",
|
|
711
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1107
712
|
"examples": [
|
|
1108
713
|
"0px",
|
|
1109
714
|
"1px",
|
|
@@ -1112,7 +717,7 @@ declare const _default: {
|
|
|
1112
717
|
"type": "string"
|
|
1113
718
|
},
|
|
1114
719
|
"border-style": {
|
|
1115
|
-
"description": "Border style",
|
|
720
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1116
721
|
"examples": [
|
|
1117
722
|
"none",
|
|
1118
723
|
"solid",
|
|
@@ -1122,7 +727,7 @@ declare const _default: {
|
|
|
1122
727
|
"type": "string"
|
|
1123
728
|
},
|
|
1124
729
|
"border-top-width": {
|
|
1125
|
-
"description": "Border top width",
|
|
730
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1126
731
|
"examples": [
|
|
1127
732
|
"0px",
|
|
1128
733
|
"1px",
|
|
@@ -1164,12 +769,15 @@ declare const _default: {
|
|
|
1164
769
|
"type": "object"
|
|
1165
770
|
},
|
|
1166
771
|
"colors": {
|
|
1167
|
-
"description": "Custom color palette",
|
|
772
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1168
773
|
"examples": [
|
|
1169
774
|
[
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
775
|
+
"red",
|
|
776
|
+
"green",
|
|
777
|
+
"blue",
|
|
778
|
+
"yellow",
|
|
779
|
+
"orange",
|
|
780
|
+
"purple"
|
|
1173
781
|
]
|
|
1174
782
|
],
|
|
1175
783
|
"items": {
|
|
@@ -1180,19 +788,6 @@ declare const _default: {
|
|
|
1180
788
|
"font": {
|
|
1181
789
|
"description": "Custom font styling",
|
|
1182
790
|
"properties": {
|
|
1183
|
-
"font-style": {
|
|
1184
|
-
"const": "normal",
|
|
1185
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1186
|
-
"type": "string"
|
|
1187
|
-
},
|
|
1188
|
-
"font-weight": {
|
|
1189
|
-
"description": "Font weight",
|
|
1190
|
-
"examples": [
|
|
1191
|
-
400,
|
|
1192
|
-
700
|
|
1193
|
-
],
|
|
1194
|
-
"type": "number"
|
|
1195
|
-
},
|
|
1196
791
|
"fontFamily": {
|
|
1197
792
|
"description": "Font family",
|
|
1198
793
|
"examples": [
|
|
@@ -1205,7 +800,7 @@ declare const _default: {
|
|
|
1205
800
|
"type": "string"
|
|
1206
801
|
},
|
|
1207
802
|
"fontSize": {
|
|
1208
|
-
"description": "Font size in px",
|
|
803
|
+
"description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
|
|
1209
804
|
"examples": [
|
|
1210
805
|
10,
|
|
1211
806
|
15,
|
|
@@ -1234,7 +829,7 @@ declare const _default: {
|
|
|
1234
829
|
"type": "string"
|
|
1235
830
|
},
|
|
1236
831
|
"title": {
|
|
1237
|
-
"description": "Custom title styling",
|
|
832
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1238
833
|
"properties": {
|
|
1239
834
|
"align": {
|
|
1240
835
|
"description": "Title align",
|
|
@@ -1267,7 +862,7 @@ declare const _default: {
|
|
|
1267
862
|
"type": "boolean"
|
|
1268
863
|
},
|
|
1269
864
|
"fontSize": {
|
|
1270
|
-
"description": "Title's font size in px",
|
|
865
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1271
866
|
"examples": [
|
|
1272
867
|
16,
|
|
1273
868
|
20
|
|
@@ -1303,7 +898,7 @@ declare const _default: {
|
|
|
1303
898
|
"type": "object"
|
|
1304
899
|
},
|
|
1305
900
|
"tooltip": {
|
|
1306
|
-
"description": "Custom tooltip styling",
|
|
901
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1307
902
|
"properties": {
|
|
1308
903
|
"background": {
|
|
1309
904
|
"description": "Tooltip's background",
|
|
@@ -1316,16 +911,7 @@ declare const _default: {
|
|
|
1316
911
|
"type": "string"
|
|
1317
912
|
},
|
|
1318
913
|
"fontSize": {
|
|
1319
|
-
"description": "Tooltip's font size in px",
|
|
1320
|
-
"examples": [
|
|
1321
|
-
12,
|
|
1322
|
-
16,
|
|
1323
|
-
20
|
|
1324
|
-
],
|
|
1325
|
-
"type": "number"
|
|
1326
|
-
},
|
|
1327
|
-
"lineHeight": {
|
|
1328
|
-
"description": "Tooltip's line height in px",
|
|
914
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1329
915
|
"examples": [
|
|
1330
916
|
12,
|
|
1331
917
|
16,
|
|
@@ -1334,7 +920,7 @@ declare const _default: {
|
|
|
1334
920
|
"type": "number"
|
|
1335
921
|
},
|
|
1336
922
|
"opacity": {
|
|
1337
|
-
"description": "Tooltip's opacity",
|
|
923
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1338
924
|
"examples": [
|
|
1339
925
|
0.5,
|
|
1340
926
|
0.8,
|
|
@@ -1464,7 +1050,7 @@ declare const _default: {
|
|
|
1464
1050
|
"type": "string"
|
|
1465
1051
|
},
|
|
1466
1052
|
"title": {
|
|
1467
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1053
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1468
1054
|
"examples": [
|
|
1469
1055
|
{
|
|
1470
1056
|
"en": "Title"
|