@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/choropleth-map-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"classification": {
|
|
@@ -140,109 +140,99 @@ declare const _default: {
|
|
|
140
140
|
"interactivity": {
|
|
141
141
|
"description": "Interactivity options",
|
|
142
142
|
"properties": {
|
|
143
|
-
"availableExportTypes": {
|
|
144
|
-
"default": [
|
|
145
|
-
"xlsx",
|
|
146
|
-
"csv",
|
|
147
|
-
"png"
|
|
148
|
-
],
|
|
149
|
-
"description": "Available export types interactivity option",
|
|
150
|
-
"items": {
|
|
151
|
-
"description": "Export types",
|
|
152
|
-
"enum": [
|
|
153
|
-
"csv",
|
|
154
|
-
"csv-raw",
|
|
155
|
-
"png",
|
|
156
|
-
"xlsx",
|
|
157
|
-
"xlsx-raw"
|
|
158
|
-
],
|
|
159
|
-
"type": "string"
|
|
160
|
-
},
|
|
161
|
-
"type": "array"
|
|
162
|
-
},
|
|
163
143
|
"customEvents": {
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
144
|
+
"anyOf": [
|
|
145
|
+
{
|
|
146
|
+
"properties": {
|
|
147
|
+
"events": {
|
|
148
|
+
"items": {
|
|
149
|
+
"description": "Custom event configuration",
|
|
150
|
+
"properties": {
|
|
151
|
+
"label": {
|
|
152
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
153
|
+
"type": "object"
|
|
154
|
+
},
|
|
155
|
+
"name": {
|
|
156
|
+
"description": "Custom event name",
|
|
157
|
+
"type": "string"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
173
160
|
"type": "object"
|
|
174
161
|
},
|
|
175
|
-
"
|
|
176
|
-
"description": "Custom event name",
|
|
177
|
-
"type": "string"
|
|
178
|
-
}
|
|
162
|
+
"type": "array"
|
|
179
163
|
},
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
164
|
+
"extraData": {
|
|
165
|
+
"items": {
|
|
166
|
+
"properties": {
|
|
167
|
+
"aggregation": {
|
|
168
|
+
"description": "Aggregation query type",
|
|
169
|
+
"enum": [
|
|
170
|
+
"average",
|
|
171
|
+
"count",
|
|
172
|
+
"cumulativesum",
|
|
173
|
+
"distinctcount",
|
|
174
|
+
"histogram",
|
|
175
|
+
"max",
|
|
176
|
+
"median",
|
|
177
|
+
"min",
|
|
178
|
+
"rate",
|
|
179
|
+
"stddev",
|
|
180
|
+
"sum",
|
|
181
|
+
"weightedaverage"
|
|
182
|
+
],
|
|
183
|
+
"type": "string"
|
|
184
|
+
},
|
|
185
|
+
"columnId": {
|
|
186
|
+
"description": "Column id",
|
|
187
|
+
"format": "uuid",
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
190
|
+
"datasetId": {
|
|
191
|
+
"description": "Dataset id",
|
|
192
|
+
"format": "uuid",
|
|
193
|
+
"type": "string"
|
|
194
|
+
},
|
|
195
|
+
"formulaId": {
|
|
196
|
+
"description": "Formula id",
|
|
197
|
+
"format": "uuid",
|
|
198
|
+
"type": "string"
|
|
199
|
+
},
|
|
200
|
+
"label": {
|
|
201
|
+
"description": "Label",
|
|
202
|
+
"type": "string"
|
|
203
|
+
},
|
|
204
|
+
"weightedColumnId": {
|
|
205
|
+
"description": "Weighted column id",
|
|
206
|
+
"format": "uuid",
|
|
207
|
+
"type": "string"
|
|
208
|
+
},
|
|
209
|
+
"weightedDatasetId": {
|
|
210
|
+
"description": "Weighted dataset id",
|
|
211
|
+
"format": "uuid",
|
|
212
|
+
"type": "string"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"type": "object"
|
|
228
216
|
},
|
|
229
|
-
"
|
|
230
|
-
|
|
231
|
-
"format": "uuid",
|
|
232
|
-
"type": "string"
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
"type": "object"
|
|
217
|
+
"type": "array"
|
|
218
|
+
}
|
|
236
219
|
},
|
|
237
|
-
"type": "
|
|
220
|
+
"type": "object"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"type": "null"
|
|
238
224
|
}
|
|
239
|
-
|
|
240
|
-
"
|
|
225
|
+
],
|
|
226
|
+
"default": null,
|
|
227
|
+
"description": "Custom events interactivity option"
|
|
241
228
|
},
|
|
242
229
|
"customTooltip": {
|
|
243
230
|
"default": null,
|
|
244
231
|
"description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
|
|
245
|
-
"type":
|
|
232
|
+
"type": [
|
|
233
|
+
"null",
|
|
234
|
+
"object"
|
|
235
|
+
]
|
|
246
236
|
},
|
|
247
237
|
"exportTypes": {
|
|
248
238
|
"default": [
|
|
@@ -250,7 +240,7 @@ declare const _default: {
|
|
|
250
240
|
"csv",
|
|
251
241
|
"png"
|
|
252
242
|
],
|
|
253
|
-
"description": "Export types interactivity option",
|
|
243
|
+
"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.",
|
|
254
244
|
"items": {
|
|
255
245
|
"description": "Export types",
|
|
256
246
|
"enum": [
|
|
@@ -272,364 +262,25 @@ declare const _default: {
|
|
|
272
262
|
"items": {
|
|
273
263
|
"description": "Measure dimension picker configuration",
|
|
274
264
|
"properties": {
|
|
275
|
-
"acceptFormula": {
|
|
276
|
-
"type": "boolean"
|
|
277
|
-
},
|
|
278
|
-
"allAvailableColumns": {
|
|
279
|
-
"items": {
|
|
280
|
-
"properties": {
|
|
281
|
-
"columns": {
|
|
282
|
-
"items": {
|
|
283
|
-
"properties": {
|
|
284
|
-
"cardinality": {
|
|
285
|
-
"type": "number"
|
|
286
|
-
},
|
|
287
|
-
"color": {
|
|
288
|
-
"type": "string"
|
|
289
|
-
},
|
|
290
|
-
"columnHierarchies": {
|
|
291
|
-
"anyOf": [
|
|
292
|
-
{
|
|
293
|
-
"items": {
|
|
294
|
-
"type": "string"
|
|
295
|
-
},
|
|
296
|
-
"type": "array"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"items": {
|
|
300
|
-
"properties": {
|
|
301
|
-
"color": {
|
|
302
|
-
"type": "string"
|
|
303
|
-
},
|
|
304
|
-
"id": {
|
|
305
|
-
"type": "string"
|
|
306
|
-
},
|
|
307
|
-
"level": {
|
|
308
|
-
"type": "number"
|
|
309
|
-
},
|
|
310
|
-
"name": {
|
|
311
|
-
"type": "object"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
"type": "object"
|
|
315
|
-
},
|
|
316
|
-
"type": "array"
|
|
317
|
-
}
|
|
318
|
-
]
|
|
319
|
-
},
|
|
320
|
-
"currency": {
|
|
321
|
-
"properties": {
|
|
322
|
-
"id": {
|
|
323
|
-
"type": "string"
|
|
324
|
-
},
|
|
325
|
-
"name": {
|
|
326
|
-
"type": "string"
|
|
327
|
-
},
|
|
328
|
-
"symbol": {
|
|
329
|
-
"type": "string"
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
"type": "object"
|
|
333
|
-
},
|
|
334
|
-
"currency_id": {
|
|
335
|
-
"type": "string"
|
|
336
|
-
},
|
|
337
|
-
"description": {
|
|
338
|
-
"type": "object"
|
|
339
|
-
},
|
|
340
|
-
"duration_format": {
|
|
341
|
-
"enum": [
|
|
342
|
-
"long",
|
|
343
|
-
"short",
|
|
344
|
-
"time"
|
|
345
|
-
],
|
|
346
|
-
"type": "string"
|
|
347
|
-
},
|
|
348
|
-
"duration_levels": {
|
|
349
|
-
"items": {
|
|
350
|
-
"type": "number"
|
|
351
|
-
},
|
|
352
|
-
"type": "array"
|
|
353
|
-
},
|
|
354
|
-
"expression": {
|
|
355
|
-
"type": "string"
|
|
356
|
-
},
|
|
357
|
-
"format": {
|
|
358
|
-
"type": "string"
|
|
359
|
-
},
|
|
360
|
-
"hierarchyLevels": {
|
|
361
|
-
"items": {
|
|
362
|
-
"properties": {
|
|
363
|
-
"color": {
|
|
364
|
-
"type": "string"
|
|
365
|
-
},
|
|
366
|
-
"id": {
|
|
367
|
-
"type": "string"
|
|
368
|
-
},
|
|
369
|
-
"level": {
|
|
370
|
-
"type": "number"
|
|
371
|
-
},
|
|
372
|
-
"name": {
|
|
373
|
-
"type": "object"
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
"type": "object"
|
|
377
|
-
},
|
|
378
|
-
"type": "array"
|
|
379
|
-
},
|
|
380
|
-
"hierarchy_enabled": {
|
|
381
|
-
"type": "boolean"
|
|
382
|
-
},
|
|
383
|
-
"highestLevel": {
|
|
384
|
-
"type": "number"
|
|
385
|
-
},
|
|
386
|
-
"id": {
|
|
387
|
-
"type": "string"
|
|
388
|
-
},
|
|
389
|
-
"informat": {
|
|
390
|
-
"type": "string"
|
|
391
|
-
},
|
|
392
|
-
"isFormula": {
|
|
393
|
-
"type": "boolean"
|
|
394
|
-
},
|
|
395
|
-
"isLabel": {
|
|
396
|
-
"type": "boolean"
|
|
397
|
-
},
|
|
398
|
-
"joins": {
|
|
399
|
-
"items": {
|
|
400
|
-
"properties": {
|
|
401
|
-
"currency_id": {
|
|
402
|
-
"type": [
|
|
403
|
-
"null",
|
|
404
|
-
"string"
|
|
405
|
-
]
|
|
406
|
-
},
|
|
407
|
-
"hierarchy_enabled": {
|
|
408
|
-
"type": "boolean"
|
|
409
|
-
},
|
|
410
|
-
"id": {
|
|
411
|
-
"type": "string"
|
|
412
|
-
},
|
|
413
|
-
"join": {
|
|
414
|
-
"properties": {
|
|
415
|
-
"column_id": {
|
|
416
|
-
"type": "string"
|
|
417
|
-
},
|
|
418
|
-
"created_at": {
|
|
419
|
-
"type": "string"
|
|
420
|
-
},
|
|
421
|
-
"joins_id": {
|
|
422
|
-
"type": "string"
|
|
423
|
-
},
|
|
424
|
-
"subtype": {
|
|
425
|
-
"type": "string"
|
|
426
|
-
},
|
|
427
|
-
"type": {
|
|
428
|
-
"enum": [
|
|
429
|
-
"exact",
|
|
430
|
-
"lookup"
|
|
431
|
-
],
|
|
432
|
-
"type": "string"
|
|
433
|
-
},
|
|
434
|
-
"update_at": {
|
|
435
|
-
"type": "string"
|
|
436
|
-
},
|
|
437
|
-
"updated_at": {
|
|
438
|
-
"type": "string"
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
"type": "object"
|
|
442
|
-
},
|
|
443
|
-
"securable_id": {
|
|
444
|
-
"type": "string"
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
"type": "object"
|
|
448
|
-
},
|
|
449
|
-
"type": "array"
|
|
450
|
-
},
|
|
451
|
-
"level": {
|
|
452
|
-
"type": "number"
|
|
453
|
-
},
|
|
454
|
-
"lowestLevel": {
|
|
455
|
-
"type": "number"
|
|
456
|
-
},
|
|
457
|
-
"name": {
|
|
458
|
-
"type": "object"
|
|
459
|
-
},
|
|
460
|
-
"order": {
|
|
461
|
-
"type": "number"
|
|
462
|
-
},
|
|
463
|
-
"securable_id": {
|
|
464
|
-
"type": "string"
|
|
465
|
-
},
|
|
466
|
-
"source_name": {
|
|
467
|
-
"type": "string"
|
|
468
|
-
},
|
|
469
|
-
"subtype": {
|
|
470
|
-
"enum": [
|
|
471
|
-
"coordinates",
|
|
472
|
-
"currency",
|
|
473
|
-
"duration",
|
|
474
|
-
"hierarchy_element_expression",
|
|
475
|
-
"topography"
|
|
476
|
-
],
|
|
477
|
-
"type": "string"
|
|
478
|
-
},
|
|
479
|
-
"type": {
|
|
480
|
-
"enum": [
|
|
481
|
-
"datetime",
|
|
482
|
-
"hierarchy",
|
|
483
|
-
"numeric",
|
|
484
|
-
"spatial"
|
|
485
|
-
],
|
|
486
|
-
"type": "string"
|
|
487
|
-
},
|
|
488
|
-
"version": {
|
|
489
|
-
"type": "number"
|
|
490
|
-
},
|
|
491
|
-
"width": {
|
|
492
|
-
"type": "number"
|
|
493
|
-
}
|
|
494
|
-
},
|
|
495
|
-
"type": "object"
|
|
496
|
-
},
|
|
497
|
-
"type": "array"
|
|
498
|
-
},
|
|
499
|
-
"datasetId": {
|
|
500
|
-
"format": "uuid",
|
|
501
|
-
"type": "string"
|
|
502
|
-
},
|
|
503
|
-
"datasetName": {
|
|
504
|
-
"type": "object"
|
|
505
|
-
},
|
|
506
|
-
"formulas": {
|
|
507
|
-
"items": {
|
|
508
|
-
"properties": {
|
|
509
|
-
"color": {
|
|
510
|
-
"type": "string"
|
|
511
|
-
},
|
|
512
|
-
"currency": {
|
|
513
|
-
"properties": {
|
|
514
|
-
"id": {
|
|
515
|
-
"type": "string"
|
|
516
|
-
},
|
|
517
|
-
"name": {
|
|
518
|
-
"type": "string"
|
|
519
|
-
},
|
|
520
|
-
"symbol": {
|
|
521
|
-
"type": "string"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
"type": "object"
|
|
525
|
-
},
|
|
526
|
-
"currency_id": {
|
|
527
|
-
"type": "string"
|
|
528
|
-
},
|
|
529
|
-
"duration_format": {
|
|
530
|
-
"enum": [
|
|
531
|
-
"long",
|
|
532
|
-
"short",
|
|
533
|
-
"time"
|
|
534
|
-
],
|
|
535
|
-
"type": "string"
|
|
536
|
-
},
|
|
537
|
-
"duration_levels": {
|
|
538
|
-
"items": {
|
|
539
|
-
"type": "number"
|
|
540
|
-
},
|
|
541
|
-
"type": "array"
|
|
542
|
-
},
|
|
543
|
-
"expression": {
|
|
544
|
-
"type": "string"
|
|
545
|
-
},
|
|
546
|
-
"format": {
|
|
547
|
-
"type": "string"
|
|
548
|
-
},
|
|
549
|
-
"id": {
|
|
550
|
-
"type": "string"
|
|
551
|
-
},
|
|
552
|
-
"informat": {
|
|
553
|
-
"enum": [
|
|
554
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
555
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
556
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
557
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
558
|
-
"X",
|
|
559
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
560
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
561
|
-
"hierarchy",
|
|
562
|
-
"numeric",
|
|
563
|
-
"x"
|
|
564
|
-
],
|
|
565
|
-
"type": "string"
|
|
566
|
-
},
|
|
567
|
-
"isFormula": {
|
|
568
|
-
"type": "boolean"
|
|
569
|
-
},
|
|
570
|
-
"level": {
|
|
571
|
-
"type": "number"
|
|
572
|
-
},
|
|
573
|
-
"lowestLevel": {
|
|
574
|
-
"type": "number"
|
|
575
|
-
},
|
|
576
|
-
"name": {
|
|
577
|
-
"type": "object"
|
|
578
|
-
},
|
|
579
|
-
"securableFormula": {
|
|
580
|
-
"properties": {
|
|
581
|
-
"formula_id": {
|
|
582
|
-
"type": "string"
|
|
583
|
-
},
|
|
584
|
-
"securable_id": {
|
|
585
|
-
"type": "string"
|
|
586
|
-
}
|
|
587
|
-
},
|
|
588
|
-
"type": "object"
|
|
589
|
-
},
|
|
590
|
-
"securable_id": {
|
|
591
|
-
"type": "string"
|
|
592
|
-
},
|
|
593
|
-
"subtype": {
|
|
594
|
-
"enum": [
|
|
595
|
-
"currency",
|
|
596
|
-
"date",
|
|
597
|
-
"datetime",
|
|
598
|
-
"duration"
|
|
599
|
-
],
|
|
600
|
-
"type": "string"
|
|
601
|
-
},
|
|
602
|
-
"type": {
|
|
603
|
-
"enum": [
|
|
604
|
-
"datetime",
|
|
605
|
-
"hierarchy",
|
|
606
|
-
"numeric"
|
|
607
|
-
],
|
|
608
|
-
"type": "string"
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"type": "object"
|
|
612
|
-
},
|
|
613
|
-
"type": "array"
|
|
614
|
-
}
|
|
615
|
-
},
|
|
616
|
-
"type": "object"
|
|
617
|
-
},
|
|
618
|
-
"type": "array"
|
|
619
|
-
},
|
|
620
|
-
"allowMultiple": {
|
|
621
|
-
"type": "boolean"
|
|
622
|
-
},
|
|
623
|
-
"description": {
|
|
624
|
-
"type": "string"
|
|
625
|
-
},
|
|
626
265
|
"order": {
|
|
266
|
+
"description": "Order",
|
|
267
|
+
"examples": [
|
|
268
|
+
0,
|
|
269
|
+
9999
|
|
270
|
+
],
|
|
627
271
|
"type": "number"
|
|
628
272
|
},
|
|
629
273
|
"slot": {
|
|
274
|
+
"description": "Slot name",
|
|
275
|
+
"examples": [
|
|
276
|
+
"measure",
|
|
277
|
+
"dimension",
|
|
278
|
+
"legend"
|
|
279
|
+
],
|
|
630
280
|
"type": "string"
|
|
631
281
|
},
|
|
632
282
|
"values": {
|
|
283
|
+
"description": "An array of columns for the current picker",
|
|
633
284
|
"items": {
|
|
634
285
|
"properties": {
|
|
635
286
|
"aggregationFunc": {
|
|
@@ -665,6 +316,7 @@ declare const _default: {
|
|
|
665
316
|
"currency",
|
|
666
317
|
"duration",
|
|
667
318
|
"hierarchy_element_expression",
|
|
319
|
+
"ip_address",
|
|
668
320
|
"topography"
|
|
669
321
|
],
|
|
670
322
|
"type": "string"
|
|
@@ -698,36 +350,6 @@ declare const _default: {
|
|
|
698
350
|
"string"
|
|
699
351
|
]
|
|
700
352
|
},
|
|
701
|
-
"columnHierarchies": {
|
|
702
|
-
"anyOf": [
|
|
703
|
-
{
|
|
704
|
-
"items": {
|
|
705
|
-
"type": "string"
|
|
706
|
-
},
|
|
707
|
-
"type": "array"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"items": {
|
|
711
|
-
"properties": {
|
|
712
|
-
"color": {
|
|
713
|
-
"type": "string"
|
|
714
|
-
},
|
|
715
|
-
"id": {
|
|
716
|
-
"type": "string"
|
|
717
|
-
},
|
|
718
|
-
"level": {
|
|
719
|
-
"type": "number"
|
|
720
|
-
},
|
|
721
|
-
"name": {
|
|
722
|
-
"type": "object"
|
|
723
|
-
}
|
|
724
|
-
},
|
|
725
|
-
"type": "object"
|
|
726
|
-
},
|
|
727
|
-
"type": "array"
|
|
728
|
-
}
|
|
729
|
-
]
|
|
730
|
-
},
|
|
731
353
|
"columnId": {
|
|
732
354
|
"description": "Column id",
|
|
733
355
|
"format": "uuid",
|
|
@@ -802,13 +424,6 @@ declare const _default: {
|
|
|
802
424
|
},
|
|
803
425
|
"type": "object"
|
|
804
426
|
},
|
|
805
|
-
"hidden": {
|
|
806
|
-
"type": "boolean"
|
|
807
|
-
},
|
|
808
|
-
"include_nonoccurring": {
|
|
809
|
-
"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.",
|
|
810
|
-
"type": "boolean"
|
|
811
|
-
},
|
|
812
427
|
"label": {
|
|
813
428
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
814
429
|
"type": "object"
|
|
@@ -856,6 +471,7 @@ declare const _default: {
|
|
|
856
471
|
"enum": [
|
|
857
472
|
"none",
|
|
858
473
|
"past",
|
|
474
|
+
"absoluteChange",
|
|
859
475
|
"percentageChange"
|
|
860
476
|
],
|
|
861
477
|
"type": "string"
|
|
@@ -863,10 +479,8 @@ declare const _default: {
|
|
|
863
479
|
},
|
|
864
480
|
"type": "object"
|
|
865
481
|
},
|
|
866
|
-
"readonly": {
|
|
867
|
-
"type": "boolean"
|
|
868
|
-
},
|
|
869
482
|
"selected": {
|
|
483
|
+
"description": "Selected item",
|
|
870
484
|
"type": "boolean"
|
|
871
485
|
},
|
|
872
486
|
"subtype": {
|
|
@@ -879,6 +493,7 @@ declare const _default: {
|
|
|
879
493
|
"datetime",
|
|
880
494
|
"duration",
|
|
881
495
|
"hierarchy_element_expression",
|
|
496
|
+
"ip_address",
|
|
882
497
|
"topography"
|
|
883
498
|
],
|
|
884
499
|
"type": "string"
|
|
@@ -958,7 +573,7 @@ declare const _default: {
|
|
|
958
573
|
"type": "object"
|
|
959
574
|
},
|
|
960
575
|
"legend": {
|
|
961
|
-
"description": "Legend options",
|
|
576
|
+
"description": "Legend options, they are applied if the legend is displayed",
|
|
962
577
|
"properties": {
|
|
963
578
|
"position": {
|
|
964
579
|
"description": "Position of the legend. Only available when the legend is shown.",
|
|
@@ -996,7 +611,7 @@ declare const _default: {
|
|
|
996
611
|
"type": "object"
|
|
997
612
|
},
|
|
998
613
|
"limit": {
|
|
999
|
-
"description": "
|
|
614
|
+
"description": "The maximum number of data rows to query and display",
|
|
1000
615
|
"properties": {
|
|
1001
616
|
"number": {
|
|
1002
617
|
"default": 100000,
|
|
@@ -1197,7 +812,7 @@ declare const _default: {
|
|
|
1197
812
|
"description": "Custom border styling",
|
|
1198
813
|
"properties": {
|
|
1199
814
|
"border-bottom-width": {
|
|
1200
|
-
"description": "Border bottom width",
|
|
815
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1201
816
|
"examples": [
|
|
1202
817
|
"0px",
|
|
1203
818
|
"1px",
|
|
@@ -1206,7 +821,7 @@ declare const _default: {
|
|
|
1206
821
|
"type": "string"
|
|
1207
822
|
},
|
|
1208
823
|
"border-color": {
|
|
1209
|
-
"description": "Border color",
|
|
824
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1210
825
|
"examples": [
|
|
1211
826
|
"rgba(216, 216, 216, 1)",
|
|
1212
827
|
"rgb(147, 146, 148)"
|
|
@@ -1214,7 +829,7 @@ declare const _default: {
|
|
|
1214
829
|
"type": "string"
|
|
1215
830
|
},
|
|
1216
831
|
"border-left-width": {
|
|
1217
|
-
"description": "Border left width",
|
|
832
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1218
833
|
"examples": [
|
|
1219
834
|
"0px",
|
|
1220
835
|
"1px",
|
|
@@ -1232,7 +847,7 @@ declare const _default: {
|
|
|
1232
847
|
"type": "string"
|
|
1233
848
|
},
|
|
1234
849
|
"border-right-width": {
|
|
1235
|
-
"description": "Border right width",
|
|
850
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1236
851
|
"examples": [
|
|
1237
852
|
"0px",
|
|
1238
853
|
"1px",
|
|
@@ -1241,7 +856,7 @@ declare const _default: {
|
|
|
1241
856
|
"type": "string"
|
|
1242
857
|
},
|
|
1243
858
|
"border-style": {
|
|
1244
|
-
"description": "Border style",
|
|
859
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1245
860
|
"examples": [
|
|
1246
861
|
"none",
|
|
1247
862
|
"solid",
|
|
@@ -1251,7 +866,7 @@ declare const _default: {
|
|
|
1251
866
|
"type": "string"
|
|
1252
867
|
},
|
|
1253
868
|
"border-top-width": {
|
|
1254
|
-
"description": "Border top width",
|
|
869
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1255
870
|
"examples": [
|
|
1256
871
|
"0px",
|
|
1257
872
|
"1px",
|
|
@@ -1295,19 +910,6 @@ declare const _default: {
|
|
|
1295
910
|
"font": {
|
|
1296
911
|
"description": "Custom font styling",
|
|
1297
912
|
"properties": {
|
|
1298
|
-
"font-style": {
|
|
1299
|
-
"const": "normal",
|
|
1300
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1301
|
-
"type": "string"
|
|
1302
|
-
},
|
|
1303
|
-
"font-weight": {
|
|
1304
|
-
"description": "Font weight",
|
|
1305
|
-
"examples": [
|
|
1306
|
-
400,
|
|
1307
|
-
700
|
|
1308
|
-
],
|
|
1309
|
-
"type": "number"
|
|
1310
|
-
},
|
|
1311
913
|
"fontFamily": {
|
|
1312
914
|
"description": "Font family",
|
|
1313
915
|
"examples": [
|
|
@@ -1320,7 +922,7 @@ declare const _default: {
|
|
|
1320
922
|
"type": "string"
|
|
1321
923
|
},
|
|
1322
924
|
"fontSize": {
|
|
1323
|
-
"description": "Font size in px",
|
|
925
|
+
"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.",
|
|
1324
926
|
"examples": [
|
|
1325
927
|
10,
|
|
1326
928
|
15,
|
|
@@ -1349,10 +951,10 @@ declare const _default: {
|
|
|
1349
951
|
"type": "string"
|
|
1350
952
|
},
|
|
1351
953
|
"legend": {
|
|
1352
|
-
"description": "Custom legend styling",
|
|
954
|
+
"description": "Custom legend styling, it's applied if the legend is displayed",
|
|
1353
955
|
"properties": {
|
|
1354
956
|
"fontSize": {
|
|
1355
|
-
"description": "Legend font size in px",
|
|
957
|
+
"description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1356
958
|
"examples": [
|
|
1357
959
|
12,
|
|
1358
960
|
16
|
|
@@ -1386,7 +988,7 @@ declare const _default: {
|
|
|
1386
988
|
"type": "object"
|
|
1387
989
|
},
|
|
1388
990
|
"title": {
|
|
1389
|
-
"description": "Custom title styling",
|
|
991
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1390
992
|
"properties": {
|
|
1391
993
|
"align": {
|
|
1392
994
|
"description": "Title align",
|
|
@@ -1419,7 +1021,7 @@ declare const _default: {
|
|
|
1419
1021
|
"type": "boolean"
|
|
1420
1022
|
},
|
|
1421
1023
|
"fontSize": {
|
|
1422
|
-
"description": "Title's font size in px",
|
|
1024
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1423
1025
|
"examples": [
|
|
1424
1026
|
16,
|
|
1425
1027
|
20
|
|
@@ -1455,7 +1057,7 @@ declare const _default: {
|
|
|
1455
1057
|
"type": "object"
|
|
1456
1058
|
},
|
|
1457
1059
|
"tooltip": {
|
|
1458
|
-
"description": "Custom tooltip styling",
|
|
1060
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1459
1061
|
"properties": {
|
|
1460
1062
|
"background": {
|
|
1461
1063
|
"description": "Tooltip's background",
|
|
@@ -1468,16 +1070,7 @@ declare const _default: {
|
|
|
1468
1070
|
"type": "string"
|
|
1469
1071
|
},
|
|
1470
1072
|
"fontSize": {
|
|
1471
|
-
"description": "Tooltip's font size in px",
|
|
1472
|
-
"examples": [
|
|
1473
|
-
12,
|
|
1474
|
-
16,
|
|
1475
|
-
20
|
|
1476
|
-
],
|
|
1477
|
-
"type": "number"
|
|
1478
|
-
},
|
|
1479
|
-
"lineHeight": {
|
|
1480
|
-
"description": "Tooltip's line height in px",
|
|
1073
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1481
1074
|
"examples": [
|
|
1482
1075
|
12,
|
|
1483
1076
|
16,
|
|
@@ -1486,7 +1079,7 @@ declare const _default: {
|
|
|
1486
1079
|
"type": "number"
|
|
1487
1080
|
},
|
|
1488
1081
|
"opacity": {
|
|
1489
|
-
"description": "Tooltip's opacity",
|
|
1082
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1490
1083
|
"examples": [
|
|
1491
1084
|
0.5,
|
|
1492
1085
|
0.8,
|
|
@@ -1616,7 +1209,7 @@ declare const _default: {
|
|
|
1616
1209
|
"type": "string"
|
|
1617
1210
|
},
|
|
1618
1211
|
"title": {
|
|
1619
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1212
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1620
1213
|
"examples": [
|
|
1621
1214
|
{
|
|
1622
1215
|
"en": "Title"
|