@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/spike-map-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"classification": {
|
|
@@ -125,26 +125,6 @@ declare const _default: {
|
|
|
125
125
|
"interactivity": {
|
|
126
126
|
"description": "Interactivity options",
|
|
127
127
|
"properties": {
|
|
128
|
-
"availableExportTypes": {
|
|
129
|
-
"default": [
|
|
130
|
-
"xlsx",
|
|
131
|
-
"csv",
|
|
132
|
-
"png"
|
|
133
|
-
],
|
|
134
|
-
"description": "Available export types interactivity option",
|
|
135
|
-
"items": {
|
|
136
|
-
"description": "Export types",
|
|
137
|
-
"enum": [
|
|
138
|
-
"csv",
|
|
139
|
-
"csv-raw",
|
|
140
|
-
"png",
|
|
141
|
-
"xlsx",
|
|
142
|
-
"xlsx-raw"
|
|
143
|
-
],
|
|
144
|
-
"type": "string"
|
|
145
|
-
},
|
|
146
|
-
"type": "array"
|
|
147
|
-
},
|
|
148
128
|
"customEvents": {
|
|
149
129
|
"default": null,
|
|
150
130
|
"description": "Custom events interactivity option",
|
|
@@ -235,7 +215,7 @@ declare const _default: {
|
|
|
235
215
|
"csv",
|
|
236
216
|
"png"
|
|
237
217
|
],
|
|
238
|
-
"description": "Export types interactivity option",
|
|
218
|
+
"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.",
|
|
239
219
|
"items": {
|
|
240
220
|
"description": "Export types",
|
|
241
221
|
"enum": [
|
|
@@ -257,364 +237,25 @@ declare const _default: {
|
|
|
257
237
|
"items": {
|
|
258
238
|
"description": "Measure dimension picker configuration",
|
|
259
239
|
"properties": {
|
|
260
|
-
"acceptFormula": {
|
|
261
|
-
"type": "boolean"
|
|
262
|
-
},
|
|
263
|
-
"allAvailableColumns": {
|
|
264
|
-
"items": {
|
|
265
|
-
"properties": {
|
|
266
|
-
"columns": {
|
|
267
|
-
"items": {
|
|
268
|
-
"properties": {
|
|
269
|
-
"cardinality": {
|
|
270
|
-
"type": "number"
|
|
271
|
-
},
|
|
272
|
-
"color": {
|
|
273
|
-
"type": "string"
|
|
274
|
-
},
|
|
275
|
-
"columnHierarchies": {
|
|
276
|
-
"anyOf": [
|
|
277
|
-
{
|
|
278
|
-
"items": {
|
|
279
|
-
"type": "string"
|
|
280
|
-
},
|
|
281
|
-
"type": "array"
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"items": {
|
|
285
|
-
"properties": {
|
|
286
|
-
"color": {
|
|
287
|
-
"type": "string"
|
|
288
|
-
},
|
|
289
|
-
"id": {
|
|
290
|
-
"type": "string"
|
|
291
|
-
},
|
|
292
|
-
"level": {
|
|
293
|
-
"type": "number"
|
|
294
|
-
},
|
|
295
|
-
"name": {
|
|
296
|
-
"type": "object"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"type": "object"
|
|
300
|
-
},
|
|
301
|
-
"type": "array"
|
|
302
|
-
}
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
|
-
"currency": {
|
|
306
|
-
"properties": {
|
|
307
|
-
"id": {
|
|
308
|
-
"type": "string"
|
|
309
|
-
},
|
|
310
|
-
"name": {
|
|
311
|
-
"type": "string"
|
|
312
|
-
},
|
|
313
|
-
"symbol": {
|
|
314
|
-
"type": "string"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
"type": "object"
|
|
318
|
-
},
|
|
319
|
-
"currency_id": {
|
|
320
|
-
"type": "string"
|
|
321
|
-
},
|
|
322
|
-
"description": {
|
|
323
|
-
"type": "object"
|
|
324
|
-
},
|
|
325
|
-
"duration_format": {
|
|
326
|
-
"enum": [
|
|
327
|
-
"long",
|
|
328
|
-
"short",
|
|
329
|
-
"time"
|
|
330
|
-
],
|
|
331
|
-
"type": "string"
|
|
332
|
-
},
|
|
333
|
-
"duration_levels": {
|
|
334
|
-
"items": {
|
|
335
|
-
"type": "number"
|
|
336
|
-
},
|
|
337
|
-
"type": "array"
|
|
338
|
-
},
|
|
339
|
-
"expression": {
|
|
340
|
-
"type": "string"
|
|
341
|
-
},
|
|
342
|
-
"format": {
|
|
343
|
-
"type": "string"
|
|
344
|
-
},
|
|
345
|
-
"hierarchyLevels": {
|
|
346
|
-
"items": {
|
|
347
|
-
"properties": {
|
|
348
|
-
"color": {
|
|
349
|
-
"type": "string"
|
|
350
|
-
},
|
|
351
|
-
"id": {
|
|
352
|
-
"type": "string"
|
|
353
|
-
},
|
|
354
|
-
"level": {
|
|
355
|
-
"type": "number"
|
|
356
|
-
},
|
|
357
|
-
"name": {
|
|
358
|
-
"type": "object"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
"type": "object"
|
|
362
|
-
},
|
|
363
|
-
"type": "array"
|
|
364
|
-
},
|
|
365
|
-
"hierarchy_enabled": {
|
|
366
|
-
"type": "boolean"
|
|
367
|
-
},
|
|
368
|
-
"highestLevel": {
|
|
369
|
-
"type": "number"
|
|
370
|
-
},
|
|
371
|
-
"id": {
|
|
372
|
-
"type": "string"
|
|
373
|
-
},
|
|
374
|
-
"informat": {
|
|
375
|
-
"type": "string"
|
|
376
|
-
},
|
|
377
|
-
"isFormula": {
|
|
378
|
-
"type": "boolean"
|
|
379
|
-
},
|
|
380
|
-
"isLabel": {
|
|
381
|
-
"type": "boolean"
|
|
382
|
-
},
|
|
383
|
-
"joins": {
|
|
384
|
-
"items": {
|
|
385
|
-
"properties": {
|
|
386
|
-
"currency_id": {
|
|
387
|
-
"type": [
|
|
388
|
-
"null",
|
|
389
|
-
"string"
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
"hierarchy_enabled": {
|
|
393
|
-
"type": "boolean"
|
|
394
|
-
},
|
|
395
|
-
"id": {
|
|
396
|
-
"type": "string"
|
|
397
|
-
},
|
|
398
|
-
"join": {
|
|
399
|
-
"properties": {
|
|
400
|
-
"column_id": {
|
|
401
|
-
"type": "string"
|
|
402
|
-
},
|
|
403
|
-
"created_at": {
|
|
404
|
-
"type": "string"
|
|
405
|
-
},
|
|
406
|
-
"joins_id": {
|
|
407
|
-
"type": "string"
|
|
408
|
-
},
|
|
409
|
-
"subtype": {
|
|
410
|
-
"type": "string"
|
|
411
|
-
},
|
|
412
|
-
"type": {
|
|
413
|
-
"enum": [
|
|
414
|
-
"exact",
|
|
415
|
-
"lookup"
|
|
416
|
-
],
|
|
417
|
-
"type": "string"
|
|
418
|
-
},
|
|
419
|
-
"update_at": {
|
|
420
|
-
"type": "string"
|
|
421
|
-
},
|
|
422
|
-
"updated_at": {
|
|
423
|
-
"type": "string"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"type": "object"
|
|
427
|
-
},
|
|
428
|
-
"securable_id": {
|
|
429
|
-
"type": "string"
|
|
430
|
-
}
|
|
431
|
-
},
|
|
432
|
-
"type": "object"
|
|
433
|
-
},
|
|
434
|
-
"type": "array"
|
|
435
|
-
},
|
|
436
|
-
"level": {
|
|
437
|
-
"type": "number"
|
|
438
|
-
},
|
|
439
|
-
"lowestLevel": {
|
|
440
|
-
"type": "number"
|
|
441
|
-
},
|
|
442
|
-
"name": {
|
|
443
|
-
"type": "object"
|
|
444
|
-
},
|
|
445
|
-
"order": {
|
|
446
|
-
"type": "number"
|
|
447
|
-
},
|
|
448
|
-
"securable_id": {
|
|
449
|
-
"type": "string"
|
|
450
|
-
},
|
|
451
|
-
"source_name": {
|
|
452
|
-
"type": "string"
|
|
453
|
-
},
|
|
454
|
-
"subtype": {
|
|
455
|
-
"enum": [
|
|
456
|
-
"coordinates",
|
|
457
|
-
"currency",
|
|
458
|
-
"duration",
|
|
459
|
-
"hierarchy_element_expression",
|
|
460
|
-
"topography"
|
|
461
|
-
],
|
|
462
|
-
"type": "string"
|
|
463
|
-
},
|
|
464
|
-
"type": {
|
|
465
|
-
"enum": [
|
|
466
|
-
"datetime",
|
|
467
|
-
"hierarchy",
|
|
468
|
-
"numeric",
|
|
469
|
-
"spatial"
|
|
470
|
-
],
|
|
471
|
-
"type": "string"
|
|
472
|
-
},
|
|
473
|
-
"version": {
|
|
474
|
-
"type": "number"
|
|
475
|
-
},
|
|
476
|
-
"width": {
|
|
477
|
-
"type": "number"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
"type": "object"
|
|
481
|
-
},
|
|
482
|
-
"type": "array"
|
|
483
|
-
},
|
|
484
|
-
"datasetId": {
|
|
485
|
-
"format": "uuid",
|
|
486
|
-
"type": "string"
|
|
487
|
-
},
|
|
488
|
-
"datasetName": {
|
|
489
|
-
"type": "object"
|
|
490
|
-
},
|
|
491
|
-
"formulas": {
|
|
492
|
-
"items": {
|
|
493
|
-
"properties": {
|
|
494
|
-
"color": {
|
|
495
|
-
"type": "string"
|
|
496
|
-
},
|
|
497
|
-
"currency": {
|
|
498
|
-
"properties": {
|
|
499
|
-
"id": {
|
|
500
|
-
"type": "string"
|
|
501
|
-
},
|
|
502
|
-
"name": {
|
|
503
|
-
"type": "string"
|
|
504
|
-
},
|
|
505
|
-
"symbol": {
|
|
506
|
-
"type": "string"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
"type": "object"
|
|
510
|
-
},
|
|
511
|
-
"currency_id": {
|
|
512
|
-
"type": "string"
|
|
513
|
-
},
|
|
514
|
-
"duration_format": {
|
|
515
|
-
"enum": [
|
|
516
|
-
"long",
|
|
517
|
-
"short",
|
|
518
|
-
"time"
|
|
519
|
-
],
|
|
520
|
-
"type": "string"
|
|
521
|
-
},
|
|
522
|
-
"duration_levels": {
|
|
523
|
-
"items": {
|
|
524
|
-
"type": "number"
|
|
525
|
-
},
|
|
526
|
-
"type": "array"
|
|
527
|
-
},
|
|
528
|
-
"expression": {
|
|
529
|
-
"type": "string"
|
|
530
|
-
},
|
|
531
|
-
"format": {
|
|
532
|
-
"type": "string"
|
|
533
|
-
},
|
|
534
|
-
"id": {
|
|
535
|
-
"type": "string"
|
|
536
|
-
},
|
|
537
|
-
"informat": {
|
|
538
|
-
"enum": [
|
|
539
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
540
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
541
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
542
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
543
|
-
"X",
|
|
544
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
545
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
546
|
-
"hierarchy",
|
|
547
|
-
"numeric",
|
|
548
|
-
"x"
|
|
549
|
-
],
|
|
550
|
-
"type": "string"
|
|
551
|
-
},
|
|
552
|
-
"isFormula": {
|
|
553
|
-
"type": "boolean"
|
|
554
|
-
},
|
|
555
|
-
"level": {
|
|
556
|
-
"type": "number"
|
|
557
|
-
},
|
|
558
|
-
"lowestLevel": {
|
|
559
|
-
"type": "number"
|
|
560
|
-
},
|
|
561
|
-
"name": {
|
|
562
|
-
"type": "object"
|
|
563
|
-
},
|
|
564
|
-
"securableFormula": {
|
|
565
|
-
"properties": {
|
|
566
|
-
"formula_id": {
|
|
567
|
-
"type": "string"
|
|
568
|
-
},
|
|
569
|
-
"securable_id": {
|
|
570
|
-
"type": "string"
|
|
571
|
-
}
|
|
572
|
-
},
|
|
573
|
-
"type": "object"
|
|
574
|
-
},
|
|
575
|
-
"securable_id": {
|
|
576
|
-
"type": "string"
|
|
577
|
-
},
|
|
578
|
-
"subtype": {
|
|
579
|
-
"enum": [
|
|
580
|
-
"currency",
|
|
581
|
-
"date",
|
|
582
|
-
"datetime",
|
|
583
|
-
"duration"
|
|
584
|
-
],
|
|
585
|
-
"type": "string"
|
|
586
|
-
},
|
|
587
|
-
"type": {
|
|
588
|
-
"enum": [
|
|
589
|
-
"datetime",
|
|
590
|
-
"hierarchy",
|
|
591
|
-
"numeric"
|
|
592
|
-
],
|
|
593
|
-
"type": "string"
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
"type": "object"
|
|
597
|
-
},
|
|
598
|
-
"type": "array"
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
"type": "object"
|
|
602
|
-
},
|
|
603
|
-
"type": "array"
|
|
604
|
-
},
|
|
605
|
-
"allowMultiple": {
|
|
606
|
-
"type": "boolean"
|
|
607
|
-
},
|
|
608
|
-
"description": {
|
|
609
|
-
"type": "string"
|
|
610
|
-
},
|
|
611
240
|
"order": {
|
|
241
|
+
"description": "Order",
|
|
242
|
+
"examples": [
|
|
243
|
+
0,
|
|
244
|
+
9999
|
|
245
|
+
],
|
|
612
246
|
"type": "number"
|
|
613
247
|
},
|
|
614
248
|
"slot": {
|
|
249
|
+
"description": "Slot name",
|
|
250
|
+
"examples": [
|
|
251
|
+
"measure",
|
|
252
|
+
"dimension",
|
|
253
|
+
"legend"
|
|
254
|
+
],
|
|
615
255
|
"type": "string"
|
|
616
256
|
},
|
|
617
257
|
"values": {
|
|
258
|
+
"description": "An array of columns for the current picker",
|
|
618
259
|
"items": {
|
|
619
260
|
"properties": {
|
|
620
261
|
"aggregationFunc": {
|
|
@@ -650,6 +291,7 @@ declare const _default: {
|
|
|
650
291
|
"currency",
|
|
651
292
|
"duration",
|
|
652
293
|
"hierarchy_element_expression",
|
|
294
|
+
"ip_address",
|
|
653
295
|
"topography"
|
|
654
296
|
],
|
|
655
297
|
"type": "string"
|
|
@@ -683,36 +325,6 @@ declare const _default: {
|
|
|
683
325
|
"string"
|
|
684
326
|
]
|
|
685
327
|
},
|
|
686
|
-
"columnHierarchies": {
|
|
687
|
-
"anyOf": [
|
|
688
|
-
{
|
|
689
|
-
"items": {
|
|
690
|
-
"type": "string"
|
|
691
|
-
},
|
|
692
|
-
"type": "array"
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"items": {
|
|
696
|
-
"properties": {
|
|
697
|
-
"color": {
|
|
698
|
-
"type": "string"
|
|
699
|
-
},
|
|
700
|
-
"id": {
|
|
701
|
-
"type": "string"
|
|
702
|
-
},
|
|
703
|
-
"level": {
|
|
704
|
-
"type": "number"
|
|
705
|
-
},
|
|
706
|
-
"name": {
|
|
707
|
-
"type": "object"
|
|
708
|
-
}
|
|
709
|
-
},
|
|
710
|
-
"type": "object"
|
|
711
|
-
},
|
|
712
|
-
"type": "array"
|
|
713
|
-
}
|
|
714
|
-
]
|
|
715
|
-
},
|
|
716
328
|
"columnId": {
|
|
717
329
|
"description": "Column id",
|
|
718
330
|
"format": "uuid",
|
|
@@ -787,13 +399,6 @@ declare const _default: {
|
|
|
787
399
|
},
|
|
788
400
|
"type": "object"
|
|
789
401
|
},
|
|
790
|
-
"hidden": {
|
|
791
|
-
"type": "boolean"
|
|
792
|
-
},
|
|
793
|
-
"include_nonoccurring": {
|
|
794
|
-
"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.",
|
|
795
|
-
"type": "boolean"
|
|
796
|
-
},
|
|
797
402
|
"label": {
|
|
798
403
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
799
404
|
"type": "object"
|
|
@@ -841,6 +446,7 @@ declare const _default: {
|
|
|
841
446
|
"enum": [
|
|
842
447
|
"none",
|
|
843
448
|
"past",
|
|
449
|
+
"absoluteChange",
|
|
844
450
|
"percentageChange"
|
|
845
451
|
],
|
|
846
452
|
"type": "string"
|
|
@@ -848,10 +454,8 @@ declare const _default: {
|
|
|
848
454
|
},
|
|
849
455
|
"type": "object"
|
|
850
456
|
},
|
|
851
|
-
"readonly": {
|
|
852
|
-
"type": "boolean"
|
|
853
|
-
},
|
|
854
457
|
"selected": {
|
|
458
|
+
"description": "Selected item",
|
|
855
459
|
"type": "boolean"
|
|
856
460
|
},
|
|
857
461
|
"subtype": {
|
|
@@ -864,6 +468,7 @@ declare const _default: {
|
|
|
864
468
|
"datetime",
|
|
865
469
|
"duration",
|
|
866
470
|
"hierarchy_element_expression",
|
|
471
|
+
"ip_address",
|
|
867
472
|
"topography"
|
|
868
473
|
],
|
|
869
474
|
"type": "string"
|
|
@@ -980,7 +585,7 @@ declare const _default: {
|
|
|
980
585
|
"type": "object"
|
|
981
586
|
},
|
|
982
587
|
"limit": {
|
|
983
|
-
"description": "
|
|
588
|
+
"description": "The maximum number of data rows to query and display",
|
|
984
589
|
"properties": {
|
|
985
590
|
"number": {
|
|
986
591
|
"default": 500,
|
|
@@ -1187,7 +792,7 @@ declare const _default: {
|
|
|
1187
792
|
"description": "Custom border styling",
|
|
1188
793
|
"properties": {
|
|
1189
794
|
"border-bottom-width": {
|
|
1190
|
-
"description": "Border bottom width",
|
|
795
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1191
796
|
"examples": [
|
|
1192
797
|
"0px",
|
|
1193
798
|
"1px",
|
|
@@ -1196,7 +801,7 @@ declare const _default: {
|
|
|
1196
801
|
"type": "string"
|
|
1197
802
|
},
|
|
1198
803
|
"border-color": {
|
|
1199
|
-
"description": "Border color",
|
|
804
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1200
805
|
"examples": [
|
|
1201
806
|
"rgba(216, 216, 216, 1)",
|
|
1202
807
|
"rgb(147, 146, 148)"
|
|
@@ -1204,7 +809,7 @@ declare const _default: {
|
|
|
1204
809
|
"type": "string"
|
|
1205
810
|
},
|
|
1206
811
|
"border-left-width": {
|
|
1207
|
-
"description": "Border left width",
|
|
812
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1208
813
|
"examples": [
|
|
1209
814
|
"0px",
|
|
1210
815
|
"1px",
|
|
@@ -1222,7 +827,7 @@ declare const _default: {
|
|
|
1222
827
|
"type": "string"
|
|
1223
828
|
},
|
|
1224
829
|
"border-right-width": {
|
|
1225
|
-
"description": "Border right width",
|
|
830
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1226
831
|
"examples": [
|
|
1227
832
|
"0px",
|
|
1228
833
|
"1px",
|
|
@@ -1231,7 +836,7 @@ declare const _default: {
|
|
|
1231
836
|
"type": "string"
|
|
1232
837
|
},
|
|
1233
838
|
"border-style": {
|
|
1234
|
-
"description": "Border style",
|
|
839
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1235
840
|
"examples": [
|
|
1236
841
|
"none",
|
|
1237
842
|
"solid",
|
|
@@ -1241,7 +846,7 @@ declare const _default: {
|
|
|
1241
846
|
"type": "string"
|
|
1242
847
|
},
|
|
1243
848
|
"border-top-width": {
|
|
1244
|
-
"description": "Border top width",
|
|
849
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1245
850
|
"examples": [
|
|
1246
851
|
"0px",
|
|
1247
852
|
"1px",
|
|
@@ -1283,12 +888,15 @@ declare const _default: {
|
|
|
1283
888
|
"type": "object"
|
|
1284
889
|
},
|
|
1285
890
|
"colors": {
|
|
1286
|
-
"description": "Custom color palette",
|
|
891
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1287
892
|
"examples": [
|
|
1288
893
|
[
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
894
|
+
"red",
|
|
895
|
+
"green",
|
|
896
|
+
"blue",
|
|
897
|
+
"yellow",
|
|
898
|
+
"orange",
|
|
899
|
+
"purple"
|
|
1292
900
|
]
|
|
1293
901
|
],
|
|
1294
902
|
"items": {
|
|
@@ -1299,19 +907,6 @@ declare const _default: {
|
|
|
1299
907
|
"font": {
|
|
1300
908
|
"description": "Custom font styling",
|
|
1301
909
|
"properties": {
|
|
1302
|
-
"font-style": {
|
|
1303
|
-
"const": "normal",
|
|
1304
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1305
|
-
"type": "string"
|
|
1306
|
-
},
|
|
1307
|
-
"font-weight": {
|
|
1308
|
-
"description": "Font weight",
|
|
1309
|
-
"examples": [
|
|
1310
|
-
400,
|
|
1311
|
-
700
|
|
1312
|
-
],
|
|
1313
|
-
"type": "number"
|
|
1314
|
-
},
|
|
1315
910
|
"fontFamily": {
|
|
1316
911
|
"description": "Font family",
|
|
1317
912
|
"examples": [
|
|
@@ -1324,7 +919,7 @@ declare const _default: {
|
|
|
1324
919
|
"type": "string"
|
|
1325
920
|
},
|
|
1326
921
|
"fontSize": {
|
|
1327
|
-
"description": "Font size in px",
|
|
922
|
+
"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.",
|
|
1328
923
|
"examples": [
|
|
1329
924
|
10,
|
|
1330
925
|
15,
|
|
@@ -1353,7 +948,7 @@ declare const _default: {
|
|
|
1353
948
|
"type": "string"
|
|
1354
949
|
},
|
|
1355
950
|
"title": {
|
|
1356
|
-
"description": "Custom title styling",
|
|
951
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1357
952
|
"properties": {
|
|
1358
953
|
"align": {
|
|
1359
954
|
"description": "Title align",
|
|
@@ -1386,7 +981,7 @@ declare const _default: {
|
|
|
1386
981
|
"type": "boolean"
|
|
1387
982
|
},
|
|
1388
983
|
"fontSize": {
|
|
1389
|
-
"description": "Title's font size in px",
|
|
984
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1390
985
|
"examples": [
|
|
1391
986
|
16,
|
|
1392
987
|
20
|
|
@@ -1422,7 +1017,7 @@ declare const _default: {
|
|
|
1422
1017
|
"type": "object"
|
|
1423
1018
|
},
|
|
1424
1019
|
"tooltip": {
|
|
1425
|
-
"description": "Custom tooltip styling",
|
|
1020
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1426
1021
|
"properties": {
|
|
1427
1022
|
"background": {
|
|
1428
1023
|
"description": "Tooltip's background",
|
|
@@ -1435,16 +1030,7 @@ declare const _default: {
|
|
|
1435
1030
|
"type": "string"
|
|
1436
1031
|
},
|
|
1437
1032
|
"fontSize": {
|
|
1438
|
-
"description": "Tooltip's font size in px",
|
|
1439
|
-
"examples": [
|
|
1440
|
-
12,
|
|
1441
|
-
16,
|
|
1442
|
-
20
|
|
1443
|
-
],
|
|
1444
|
-
"type": "number"
|
|
1445
|
-
},
|
|
1446
|
-
"lineHeight": {
|
|
1447
|
-
"description": "Tooltip's line height in px",
|
|
1033
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1448
1034
|
"examples": [
|
|
1449
1035
|
12,
|
|
1450
1036
|
16,
|
|
@@ -1453,7 +1039,7 @@ declare const _default: {
|
|
|
1453
1039
|
"type": "number"
|
|
1454
1040
|
},
|
|
1455
1041
|
"opacity": {
|
|
1456
|
-
"description": "Tooltip's opacity",
|
|
1042
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1457
1043
|
"examples": [
|
|
1458
1044
|
0.5,
|
|
1459
1045
|
0.8,
|
|
@@ -1583,7 +1169,7 @@ declare const _default: {
|
|
|
1583
1169
|
"type": "string"
|
|
1584
1170
|
},
|
|
1585
1171
|
"title": {
|
|
1586
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1172
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1587
1173
|
"examples": [
|
|
1588
1174
|
{
|
|
1589
1175
|
"en": "Title"
|