@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/heat-map-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"blur": {
|
|
@@ -101,33 +101,13 @@ declare const _default: {
|
|
|
101
101
|
"interactivity": {
|
|
102
102
|
"description": "Interactivity options",
|
|
103
103
|
"properties": {
|
|
104
|
-
"availableExportTypes": {
|
|
105
|
-
"default": [
|
|
106
|
-
"xlsx",
|
|
107
|
-
"csv",
|
|
108
|
-
"png"
|
|
109
|
-
],
|
|
110
|
-
"description": "Available export types interactivity option",
|
|
111
|
-
"items": {
|
|
112
|
-
"description": "Export types",
|
|
113
|
-
"enum": [
|
|
114
|
-
"csv",
|
|
115
|
-
"csv-raw",
|
|
116
|
-
"png",
|
|
117
|
-
"xlsx",
|
|
118
|
-
"xlsx-raw"
|
|
119
|
-
],
|
|
120
|
-
"type": "string"
|
|
121
|
-
},
|
|
122
|
-
"type": "array"
|
|
123
|
-
},
|
|
124
104
|
"exportTypes": {
|
|
125
105
|
"default": [
|
|
126
106
|
"xlsx",
|
|
127
107
|
"csv",
|
|
128
108
|
"png"
|
|
129
109
|
],
|
|
130
|
-
"description": "Export types interactivity option",
|
|
110
|
+
"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.",
|
|
131
111
|
"items": {
|
|
132
112
|
"description": "Export types",
|
|
133
113
|
"enum": [
|
|
@@ -149,364 +129,25 @@ declare const _default: {
|
|
|
149
129
|
"items": {
|
|
150
130
|
"description": "Measure dimension picker configuration",
|
|
151
131
|
"properties": {
|
|
152
|
-
"acceptFormula": {
|
|
153
|
-
"type": "boolean"
|
|
154
|
-
},
|
|
155
|
-
"allAvailableColumns": {
|
|
156
|
-
"items": {
|
|
157
|
-
"properties": {
|
|
158
|
-
"columns": {
|
|
159
|
-
"items": {
|
|
160
|
-
"properties": {
|
|
161
|
-
"cardinality": {
|
|
162
|
-
"type": "number"
|
|
163
|
-
},
|
|
164
|
-
"color": {
|
|
165
|
-
"type": "string"
|
|
166
|
-
},
|
|
167
|
-
"columnHierarchies": {
|
|
168
|
-
"anyOf": [
|
|
169
|
-
{
|
|
170
|
-
"items": {
|
|
171
|
-
"type": "string"
|
|
172
|
-
},
|
|
173
|
-
"type": "array"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"items": {
|
|
177
|
-
"properties": {
|
|
178
|
-
"color": {
|
|
179
|
-
"type": "string"
|
|
180
|
-
},
|
|
181
|
-
"id": {
|
|
182
|
-
"type": "string"
|
|
183
|
-
},
|
|
184
|
-
"level": {
|
|
185
|
-
"type": "number"
|
|
186
|
-
},
|
|
187
|
-
"name": {
|
|
188
|
-
"type": "object"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
"type": "object"
|
|
192
|
-
},
|
|
193
|
-
"type": "array"
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
},
|
|
197
|
-
"currency": {
|
|
198
|
-
"properties": {
|
|
199
|
-
"id": {
|
|
200
|
-
"type": "string"
|
|
201
|
-
},
|
|
202
|
-
"name": {
|
|
203
|
-
"type": "string"
|
|
204
|
-
},
|
|
205
|
-
"symbol": {
|
|
206
|
-
"type": "string"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"type": "object"
|
|
210
|
-
},
|
|
211
|
-
"currency_id": {
|
|
212
|
-
"type": "string"
|
|
213
|
-
},
|
|
214
|
-
"description": {
|
|
215
|
-
"type": "object"
|
|
216
|
-
},
|
|
217
|
-
"duration_format": {
|
|
218
|
-
"enum": [
|
|
219
|
-
"long",
|
|
220
|
-
"short",
|
|
221
|
-
"time"
|
|
222
|
-
],
|
|
223
|
-
"type": "string"
|
|
224
|
-
},
|
|
225
|
-
"duration_levels": {
|
|
226
|
-
"items": {
|
|
227
|
-
"type": "number"
|
|
228
|
-
},
|
|
229
|
-
"type": "array"
|
|
230
|
-
},
|
|
231
|
-
"expression": {
|
|
232
|
-
"type": "string"
|
|
233
|
-
},
|
|
234
|
-
"format": {
|
|
235
|
-
"type": "string"
|
|
236
|
-
},
|
|
237
|
-
"hierarchyLevels": {
|
|
238
|
-
"items": {
|
|
239
|
-
"properties": {
|
|
240
|
-
"color": {
|
|
241
|
-
"type": "string"
|
|
242
|
-
},
|
|
243
|
-
"id": {
|
|
244
|
-
"type": "string"
|
|
245
|
-
},
|
|
246
|
-
"level": {
|
|
247
|
-
"type": "number"
|
|
248
|
-
},
|
|
249
|
-
"name": {
|
|
250
|
-
"type": "object"
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
"type": "object"
|
|
254
|
-
},
|
|
255
|
-
"type": "array"
|
|
256
|
-
},
|
|
257
|
-
"hierarchy_enabled": {
|
|
258
|
-
"type": "boolean"
|
|
259
|
-
},
|
|
260
|
-
"highestLevel": {
|
|
261
|
-
"type": "number"
|
|
262
|
-
},
|
|
263
|
-
"id": {
|
|
264
|
-
"type": "string"
|
|
265
|
-
},
|
|
266
|
-
"informat": {
|
|
267
|
-
"type": "string"
|
|
268
|
-
},
|
|
269
|
-
"isFormula": {
|
|
270
|
-
"type": "boolean"
|
|
271
|
-
},
|
|
272
|
-
"isLabel": {
|
|
273
|
-
"type": "boolean"
|
|
274
|
-
},
|
|
275
|
-
"joins": {
|
|
276
|
-
"items": {
|
|
277
|
-
"properties": {
|
|
278
|
-
"currency_id": {
|
|
279
|
-
"type": [
|
|
280
|
-
"null",
|
|
281
|
-
"string"
|
|
282
|
-
]
|
|
283
|
-
},
|
|
284
|
-
"hierarchy_enabled": {
|
|
285
|
-
"type": "boolean"
|
|
286
|
-
},
|
|
287
|
-
"id": {
|
|
288
|
-
"type": "string"
|
|
289
|
-
},
|
|
290
|
-
"join": {
|
|
291
|
-
"properties": {
|
|
292
|
-
"column_id": {
|
|
293
|
-
"type": "string"
|
|
294
|
-
},
|
|
295
|
-
"created_at": {
|
|
296
|
-
"type": "string"
|
|
297
|
-
},
|
|
298
|
-
"joins_id": {
|
|
299
|
-
"type": "string"
|
|
300
|
-
},
|
|
301
|
-
"subtype": {
|
|
302
|
-
"type": "string"
|
|
303
|
-
},
|
|
304
|
-
"type": {
|
|
305
|
-
"enum": [
|
|
306
|
-
"exact",
|
|
307
|
-
"lookup"
|
|
308
|
-
],
|
|
309
|
-
"type": "string"
|
|
310
|
-
},
|
|
311
|
-
"update_at": {
|
|
312
|
-
"type": "string"
|
|
313
|
-
},
|
|
314
|
-
"updated_at": {
|
|
315
|
-
"type": "string"
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"type": "object"
|
|
319
|
-
},
|
|
320
|
-
"securable_id": {
|
|
321
|
-
"type": "string"
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
"type": "object"
|
|
325
|
-
},
|
|
326
|
-
"type": "array"
|
|
327
|
-
},
|
|
328
|
-
"level": {
|
|
329
|
-
"type": "number"
|
|
330
|
-
},
|
|
331
|
-
"lowestLevel": {
|
|
332
|
-
"type": "number"
|
|
333
|
-
},
|
|
334
|
-
"name": {
|
|
335
|
-
"type": "object"
|
|
336
|
-
},
|
|
337
|
-
"order": {
|
|
338
|
-
"type": "number"
|
|
339
|
-
},
|
|
340
|
-
"securable_id": {
|
|
341
|
-
"type": "string"
|
|
342
|
-
},
|
|
343
|
-
"source_name": {
|
|
344
|
-
"type": "string"
|
|
345
|
-
},
|
|
346
|
-
"subtype": {
|
|
347
|
-
"enum": [
|
|
348
|
-
"coordinates",
|
|
349
|
-
"currency",
|
|
350
|
-
"duration",
|
|
351
|
-
"hierarchy_element_expression",
|
|
352
|
-
"topography"
|
|
353
|
-
],
|
|
354
|
-
"type": "string"
|
|
355
|
-
},
|
|
356
|
-
"type": {
|
|
357
|
-
"enum": [
|
|
358
|
-
"datetime",
|
|
359
|
-
"hierarchy",
|
|
360
|
-
"numeric",
|
|
361
|
-
"spatial"
|
|
362
|
-
],
|
|
363
|
-
"type": "string"
|
|
364
|
-
},
|
|
365
|
-
"version": {
|
|
366
|
-
"type": "number"
|
|
367
|
-
},
|
|
368
|
-
"width": {
|
|
369
|
-
"type": "number"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"type": "object"
|
|
373
|
-
},
|
|
374
|
-
"type": "array"
|
|
375
|
-
},
|
|
376
|
-
"datasetId": {
|
|
377
|
-
"format": "uuid",
|
|
378
|
-
"type": "string"
|
|
379
|
-
},
|
|
380
|
-
"datasetName": {
|
|
381
|
-
"type": "object"
|
|
382
|
-
},
|
|
383
|
-
"formulas": {
|
|
384
|
-
"items": {
|
|
385
|
-
"properties": {
|
|
386
|
-
"color": {
|
|
387
|
-
"type": "string"
|
|
388
|
-
},
|
|
389
|
-
"currency": {
|
|
390
|
-
"properties": {
|
|
391
|
-
"id": {
|
|
392
|
-
"type": "string"
|
|
393
|
-
},
|
|
394
|
-
"name": {
|
|
395
|
-
"type": "string"
|
|
396
|
-
},
|
|
397
|
-
"symbol": {
|
|
398
|
-
"type": "string"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
"type": "object"
|
|
402
|
-
},
|
|
403
|
-
"currency_id": {
|
|
404
|
-
"type": "string"
|
|
405
|
-
},
|
|
406
|
-
"duration_format": {
|
|
407
|
-
"enum": [
|
|
408
|
-
"long",
|
|
409
|
-
"short",
|
|
410
|
-
"time"
|
|
411
|
-
],
|
|
412
|
-
"type": "string"
|
|
413
|
-
},
|
|
414
|
-
"duration_levels": {
|
|
415
|
-
"items": {
|
|
416
|
-
"type": "number"
|
|
417
|
-
},
|
|
418
|
-
"type": "array"
|
|
419
|
-
},
|
|
420
|
-
"expression": {
|
|
421
|
-
"type": "string"
|
|
422
|
-
},
|
|
423
|
-
"format": {
|
|
424
|
-
"type": "string"
|
|
425
|
-
},
|
|
426
|
-
"id": {
|
|
427
|
-
"type": "string"
|
|
428
|
-
},
|
|
429
|
-
"informat": {
|
|
430
|
-
"enum": [
|
|
431
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
432
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
433
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
434
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
435
|
-
"X",
|
|
436
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
437
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
438
|
-
"hierarchy",
|
|
439
|
-
"numeric",
|
|
440
|
-
"x"
|
|
441
|
-
],
|
|
442
|
-
"type": "string"
|
|
443
|
-
},
|
|
444
|
-
"isFormula": {
|
|
445
|
-
"type": "boolean"
|
|
446
|
-
},
|
|
447
|
-
"level": {
|
|
448
|
-
"type": "number"
|
|
449
|
-
},
|
|
450
|
-
"lowestLevel": {
|
|
451
|
-
"type": "number"
|
|
452
|
-
},
|
|
453
|
-
"name": {
|
|
454
|
-
"type": "object"
|
|
455
|
-
},
|
|
456
|
-
"securableFormula": {
|
|
457
|
-
"properties": {
|
|
458
|
-
"formula_id": {
|
|
459
|
-
"type": "string"
|
|
460
|
-
},
|
|
461
|
-
"securable_id": {
|
|
462
|
-
"type": "string"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
"type": "object"
|
|
466
|
-
},
|
|
467
|
-
"securable_id": {
|
|
468
|
-
"type": "string"
|
|
469
|
-
},
|
|
470
|
-
"subtype": {
|
|
471
|
-
"enum": [
|
|
472
|
-
"currency",
|
|
473
|
-
"date",
|
|
474
|
-
"datetime",
|
|
475
|
-
"duration"
|
|
476
|
-
],
|
|
477
|
-
"type": "string"
|
|
478
|
-
},
|
|
479
|
-
"type": {
|
|
480
|
-
"enum": [
|
|
481
|
-
"datetime",
|
|
482
|
-
"hierarchy",
|
|
483
|
-
"numeric"
|
|
484
|
-
],
|
|
485
|
-
"type": "string"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
"type": "object"
|
|
489
|
-
},
|
|
490
|
-
"type": "array"
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
"type": "object"
|
|
494
|
-
},
|
|
495
|
-
"type": "array"
|
|
496
|
-
},
|
|
497
|
-
"allowMultiple": {
|
|
498
|
-
"type": "boolean"
|
|
499
|
-
},
|
|
500
|
-
"description": {
|
|
501
|
-
"type": "string"
|
|
502
|
-
},
|
|
503
132
|
"order": {
|
|
133
|
+
"description": "Order",
|
|
134
|
+
"examples": [
|
|
135
|
+
0,
|
|
136
|
+
9999
|
|
137
|
+
],
|
|
504
138
|
"type": "number"
|
|
505
139
|
},
|
|
506
140
|
"slot": {
|
|
141
|
+
"description": "Slot name",
|
|
142
|
+
"examples": [
|
|
143
|
+
"measure",
|
|
144
|
+
"dimension",
|
|
145
|
+
"legend"
|
|
146
|
+
],
|
|
507
147
|
"type": "string"
|
|
508
148
|
},
|
|
509
149
|
"values": {
|
|
150
|
+
"description": "An array of columns for the current picker",
|
|
510
151
|
"items": {
|
|
511
152
|
"properties": {
|
|
512
153
|
"aggregationFunc": {
|
|
@@ -542,6 +183,7 @@ declare const _default: {
|
|
|
542
183
|
"currency",
|
|
543
184
|
"duration",
|
|
544
185
|
"hierarchy_element_expression",
|
|
186
|
+
"ip_address",
|
|
545
187
|
"topography"
|
|
546
188
|
],
|
|
547
189
|
"type": "string"
|
|
@@ -575,36 +217,6 @@ declare const _default: {
|
|
|
575
217
|
"string"
|
|
576
218
|
]
|
|
577
219
|
},
|
|
578
|
-
"columnHierarchies": {
|
|
579
|
-
"anyOf": [
|
|
580
|
-
{
|
|
581
|
-
"items": {
|
|
582
|
-
"type": "string"
|
|
583
|
-
},
|
|
584
|
-
"type": "array"
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"items": {
|
|
588
|
-
"properties": {
|
|
589
|
-
"color": {
|
|
590
|
-
"type": "string"
|
|
591
|
-
},
|
|
592
|
-
"id": {
|
|
593
|
-
"type": "string"
|
|
594
|
-
},
|
|
595
|
-
"level": {
|
|
596
|
-
"type": "number"
|
|
597
|
-
},
|
|
598
|
-
"name": {
|
|
599
|
-
"type": "object"
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
"type": "object"
|
|
603
|
-
},
|
|
604
|
-
"type": "array"
|
|
605
|
-
}
|
|
606
|
-
]
|
|
607
|
-
},
|
|
608
220
|
"columnId": {
|
|
609
221
|
"description": "Column id",
|
|
610
222
|
"format": "uuid",
|
|
@@ -679,13 +291,6 @@ declare const _default: {
|
|
|
679
291
|
},
|
|
680
292
|
"type": "object"
|
|
681
293
|
},
|
|
682
|
-
"hidden": {
|
|
683
|
-
"type": "boolean"
|
|
684
|
-
},
|
|
685
|
-
"include_nonoccurring": {
|
|
686
|
-
"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.",
|
|
687
|
-
"type": "boolean"
|
|
688
|
-
},
|
|
689
294
|
"label": {
|
|
690
295
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
691
296
|
"type": "object"
|
|
@@ -733,6 +338,7 @@ declare const _default: {
|
|
|
733
338
|
"enum": [
|
|
734
339
|
"none",
|
|
735
340
|
"past",
|
|
341
|
+
"absoluteChange",
|
|
736
342
|
"percentageChange"
|
|
737
343
|
],
|
|
738
344
|
"type": "string"
|
|
@@ -740,10 +346,8 @@ declare const _default: {
|
|
|
740
346
|
},
|
|
741
347
|
"type": "object"
|
|
742
348
|
},
|
|
743
|
-
"readonly": {
|
|
744
|
-
"type": "boolean"
|
|
745
|
-
},
|
|
746
349
|
"selected": {
|
|
350
|
+
"description": "Selected item",
|
|
747
351
|
"type": "boolean"
|
|
748
352
|
},
|
|
749
353
|
"subtype": {
|
|
@@ -756,6 +360,7 @@ declare const _default: {
|
|
|
756
360
|
"datetime",
|
|
757
361
|
"duration",
|
|
758
362
|
"hierarchy_element_expression",
|
|
363
|
+
"ip_address",
|
|
759
364
|
"topography"
|
|
760
365
|
],
|
|
761
366
|
"type": "string"
|
|
@@ -807,7 +412,7 @@ declare const _default: {
|
|
|
807
412
|
"type": "object"
|
|
808
413
|
},
|
|
809
414
|
"limit": {
|
|
810
|
-
"description": "
|
|
415
|
+
"description": "The maximum number of data rows to query and display",
|
|
811
416
|
"properties": {
|
|
812
417
|
"number": {
|
|
813
418
|
"default": 10000,
|
|
@@ -973,7 +578,7 @@ declare const _default: {
|
|
|
973
578
|
"description": "Custom border styling",
|
|
974
579
|
"properties": {
|
|
975
580
|
"border-bottom-width": {
|
|
976
|
-
"description": "Border bottom width",
|
|
581
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
977
582
|
"examples": [
|
|
978
583
|
"0px",
|
|
979
584
|
"1px",
|
|
@@ -982,7 +587,7 @@ declare const _default: {
|
|
|
982
587
|
"type": "string"
|
|
983
588
|
},
|
|
984
589
|
"border-color": {
|
|
985
|
-
"description": "Border color",
|
|
590
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
986
591
|
"examples": [
|
|
987
592
|
"rgba(216, 216, 216, 1)",
|
|
988
593
|
"rgb(147, 146, 148)"
|
|
@@ -990,7 +595,7 @@ declare const _default: {
|
|
|
990
595
|
"type": "string"
|
|
991
596
|
},
|
|
992
597
|
"border-left-width": {
|
|
993
|
-
"description": "Border left width",
|
|
598
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
994
599
|
"examples": [
|
|
995
600
|
"0px",
|
|
996
601
|
"1px",
|
|
@@ -1008,7 +613,7 @@ declare const _default: {
|
|
|
1008
613
|
"type": "string"
|
|
1009
614
|
},
|
|
1010
615
|
"border-right-width": {
|
|
1011
|
-
"description": "Border right width",
|
|
616
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1012
617
|
"examples": [
|
|
1013
618
|
"0px",
|
|
1014
619
|
"1px",
|
|
@@ -1017,7 +622,7 @@ declare const _default: {
|
|
|
1017
622
|
"type": "string"
|
|
1018
623
|
},
|
|
1019
624
|
"border-style": {
|
|
1020
|
-
"description": "Border style",
|
|
625
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1021
626
|
"examples": [
|
|
1022
627
|
"none",
|
|
1023
628
|
"solid",
|
|
@@ -1027,7 +632,7 @@ declare const _default: {
|
|
|
1027
632
|
"type": "string"
|
|
1028
633
|
},
|
|
1029
634
|
"border-top-width": {
|
|
1030
|
-
"description": "Border top width",
|
|
635
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1031
636
|
"examples": [
|
|
1032
637
|
"0px",
|
|
1033
638
|
"1px",
|
|
@@ -1071,19 +676,6 @@ declare const _default: {
|
|
|
1071
676
|
"font": {
|
|
1072
677
|
"description": "Custom font styling",
|
|
1073
678
|
"properties": {
|
|
1074
|
-
"font-style": {
|
|
1075
|
-
"const": "normal",
|
|
1076
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1077
|
-
"type": "string"
|
|
1078
|
-
},
|
|
1079
|
-
"font-weight": {
|
|
1080
|
-
"description": "Font weight",
|
|
1081
|
-
"examples": [
|
|
1082
|
-
400,
|
|
1083
|
-
700
|
|
1084
|
-
],
|
|
1085
|
-
"type": "number"
|
|
1086
|
-
},
|
|
1087
679
|
"fontFamily": {
|
|
1088
680
|
"description": "Font family",
|
|
1089
681
|
"examples": [
|
|
@@ -1096,7 +688,7 @@ declare const _default: {
|
|
|
1096
688
|
"type": "string"
|
|
1097
689
|
},
|
|
1098
690
|
"fontSize": {
|
|
1099
|
-
"description": "Font size in px",
|
|
691
|
+
"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.",
|
|
1100
692
|
"examples": [
|
|
1101
693
|
10,
|
|
1102
694
|
15,
|
|
@@ -1125,7 +717,7 @@ declare const _default: {
|
|
|
1125
717
|
"type": "string"
|
|
1126
718
|
},
|
|
1127
719
|
"title": {
|
|
1128
|
-
"description": "Custom title styling",
|
|
720
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1129
721
|
"properties": {
|
|
1130
722
|
"align": {
|
|
1131
723
|
"description": "Title align",
|
|
@@ -1158,7 +750,7 @@ declare const _default: {
|
|
|
1158
750
|
"type": "boolean"
|
|
1159
751
|
},
|
|
1160
752
|
"fontSize": {
|
|
1161
|
-
"description": "Title's font size in px",
|
|
753
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1162
754
|
"examples": [
|
|
1163
755
|
16,
|
|
1164
756
|
20
|
|
@@ -1194,7 +786,7 @@ declare const _default: {
|
|
|
1194
786
|
"type": "object"
|
|
1195
787
|
},
|
|
1196
788
|
"tooltip": {
|
|
1197
|
-
"description": "Custom tooltip styling",
|
|
789
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1198
790
|
"properties": {
|
|
1199
791
|
"background": {
|
|
1200
792
|
"description": "Tooltip's background",
|
|
@@ -1207,16 +799,7 @@ declare const _default: {
|
|
|
1207
799
|
"type": "string"
|
|
1208
800
|
},
|
|
1209
801
|
"fontSize": {
|
|
1210
|
-
"description": "Tooltip's font size in px",
|
|
1211
|
-
"examples": [
|
|
1212
|
-
12,
|
|
1213
|
-
16,
|
|
1214
|
-
20
|
|
1215
|
-
],
|
|
1216
|
-
"type": "number"
|
|
1217
|
-
},
|
|
1218
|
-
"lineHeight": {
|
|
1219
|
-
"description": "Tooltip's line height in px",
|
|
802
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1220
803
|
"examples": [
|
|
1221
804
|
12,
|
|
1222
805
|
16,
|
|
@@ -1225,7 +808,7 @@ declare const _default: {
|
|
|
1225
808
|
"type": "number"
|
|
1226
809
|
},
|
|
1227
810
|
"opacity": {
|
|
1228
|
-
"description": "Tooltip's opacity",
|
|
811
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1229
812
|
"examples": [
|
|
1230
813
|
0.5,
|
|
1231
814
|
0.8,
|
|
@@ -1355,7 +938,7 @@ declare const _default: {
|
|
|
1355
938
|
"type": "string"
|
|
1356
939
|
},
|
|
1357
940
|
"title": {
|
|
1358
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
941
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1359
942
|
"examples": [
|
|
1360
943
|
{
|
|
1361
944
|
"en": "Title"
|