@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/regular-table-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"alternateRowColor": {
|
|
@@ -161,104 +161,91 @@ declare const _default: {
|
|
|
161
161
|
"interactivity": {
|
|
162
162
|
"description": "Interactivity options",
|
|
163
163
|
"properties": {
|
|
164
|
-
"availableExportTypes": {
|
|
165
|
-
"default": [
|
|
166
|
-
"xlsx",
|
|
167
|
-
"csv",
|
|
168
|
-
"png"
|
|
169
|
-
],
|
|
170
|
-
"description": "Available export types interactivity option",
|
|
171
|
-
"items": {
|
|
172
|
-
"description": "Export types",
|
|
173
|
-
"enum": [
|
|
174
|
-
"csv",
|
|
175
|
-
"csv-raw",
|
|
176
|
-
"png",
|
|
177
|
-
"xlsx",
|
|
178
|
-
"xlsx-raw"
|
|
179
|
-
],
|
|
180
|
-
"type": "string"
|
|
181
|
-
},
|
|
182
|
-
"type": "array"
|
|
183
|
-
},
|
|
184
164
|
"customEvents": {
|
|
185
|
-
"
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
165
|
+
"anyOf": [
|
|
166
|
+
{
|
|
167
|
+
"properties": {
|
|
168
|
+
"events": {
|
|
169
|
+
"items": {
|
|
170
|
+
"description": "Custom event configuration",
|
|
171
|
+
"properties": {
|
|
172
|
+
"label": {
|
|
173
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
174
|
+
"type": "object"
|
|
175
|
+
},
|
|
176
|
+
"name": {
|
|
177
|
+
"description": "Custom event name",
|
|
178
|
+
"type": "string"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
194
181
|
"type": "object"
|
|
195
182
|
},
|
|
196
|
-
"
|
|
197
|
-
"description": "Custom event name",
|
|
198
|
-
"type": "string"
|
|
199
|
-
}
|
|
183
|
+
"type": "array"
|
|
200
184
|
},
|
|
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
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
185
|
+
"extraData": {
|
|
186
|
+
"items": {
|
|
187
|
+
"properties": {
|
|
188
|
+
"aggregation": {
|
|
189
|
+
"description": "Aggregation query type",
|
|
190
|
+
"enum": [
|
|
191
|
+
"average",
|
|
192
|
+
"count",
|
|
193
|
+
"cumulativesum",
|
|
194
|
+
"distinctcount",
|
|
195
|
+
"histogram",
|
|
196
|
+
"max",
|
|
197
|
+
"median",
|
|
198
|
+
"min",
|
|
199
|
+
"rate",
|
|
200
|
+
"stddev",
|
|
201
|
+
"sum",
|
|
202
|
+
"weightedaverage"
|
|
203
|
+
],
|
|
204
|
+
"type": "string"
|
|
205
|
+
},
|
|
206
|
+
"columnId": {
|
|
207
|
+
"description": "Column id",
|
|
208
|
+
"format": "uuid",
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
211
|
+
"datasetId": {
|
|
212
|
+
"description": "Dataset id",
|
|
213
|
+
"format": "uuid",
|
|
214
|
+
"type": "string"
|
|
215
|
+
},
|
|
216
|
+
"formulaId": {
|
|
217
|
+
"description": "Formula id",
|
|
218
|
+
"format": "uuid",
|
|
219
|
+
"type": "string"
|
|
220
|
+
},
|
|
221
|
+
"label": {
|
|
222
|
+
"description": "Label",
|
|
223
|
+
"type": "string"
|
|
224
|
+
},
|
|
225
|
+
"weightedColumnId": {
|
|
226
|
+
"description": "Weighted column id",
|
|
227
|
+
"format": "uuid",
|
|
228
|
+
"type": "string"
|
|
229
|
+
},
|
|
230
|
+
"weightedDatasetId": {
|
|
231
|
+
"description": "Weighted dataset id",
|
|
232
|
+
"format": "uuid",
|
|
233
|
+
"type": "string"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"type": "object"
|
|
249
237
|
},
|
|
250
|
-
"
|
|
251
|
-
|
|
252
|
-
"format": "uuid",
|
|
253
|
-
"type": "string"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
"type": "object"
|
|
238
|
+
"type": "array"
|
|
239
|
+
}
|
|
257
240
|
},
|
|
258
|
-
"type": "
|
|
241
|
+
"type": "object"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"type": "null"
|
|
259
245
|
}
|
|
260
|
-
|
|
261
|
-
"
|
|
246
|
+
],
|
|
247
|
+
"default": null,
|
|
248
|
+
"description": "Custom events interactivity option"
|
|
262
249
|
},
|
|
263
250
|
"exportTypes": {
|
|
264
251
|
"default": [
|
|
@@ -266,7 +253,7 @@ declare const _default: {
|
|
|
266
253
|
"csv",
|
|
267
254
|
"png"
|
|
268
255
|
],
|
|
269
|
-
"description": "Export types interactivity option",
|
|
256
|
+
"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.",
|
|
270
257
|
"items": {
|
|
271
258
|
"description": "Export types",
|
|
272
259
|
"enum": [
|
|
@@ -288,364 +275,25 @@ declare const _default: {
|
|
|
288
275
|
"items": {
|
|
289
276
|
"description": "Measure dimension picker configuration",
|
|
290
277
|
"properties": {
|
|
291
|
-
"acceptFormula": {
|
|
292
|
-
"type": "boolean"
|
|
293
|
-
},
|
|
294
|
-
"allAvailableColumns": {
|
|
295
|
-
"items": {
|
|
296
|
-
"properties": {
|
|
297
|
-
"columns": {
|
|
298
|
-
"items": {
|
|
299
|
-
"properties": {
|
|
300
|
-
"cardinality": {
|
|
301
|
-
"type": "number"
|
|
302
|
-
},
|
|
303
|
-
"color": {
|
|
304
|
-
"type": "string"
|
|
305
|
-
},
|
|
306
|
-
"columnHierarchies": {
|
|
307
|
-
"anyOf": [
|
|
308
|
-
{
|
|
309
|
-
"items": {
|
|
310
|
-
"type": "string"
|
|
311
|
-
},
|
|
312
|
-
"type": "array"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"items": {
|
|
316
|
-
"properties": {
|
|
317
|
-
"color": {
|
|
318
|
-
"type": "string"
|
|
319
|
-
},
|
|
320
|
-
"id": {
|
|
321
|
-
"type": "string"
|
|
322
|
-
},
|
|
323
|
-
"level": {
|
|
324
|
-
"type": "number"
|
|
325
|
-
},
|
|
326
|
-
"name": {
|
|
327
|
-
"type": "object"
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
"type": "object"
|
|
331
|
-
},
|
|
332
|
-
"type": "array"
|
|
333
|
-
}
|
|
334
|
-
]
|
|
335
|
-
},
|
|
336
|
-
"currency": {
|
|
337
|
-
"properties": {
|
|
338
|
-
"id": {
|
|
339
|
-
"type": "string"
|
|
340
|
-
},
|
|
341
|
-
"name": {
|
|
342
|
-
"type": "string"
|
|
343
|
-
},
|
|
344
|
-
"symbol": {
|
|
345
|
-
"type": "string"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
"type": "object"
|
|
349
|
-
},
|
|
350
|
-
"currency_id": {
|
|
351
|
-
"type": "string"
|
|
352
|
-
},
|
|
353
|
-
"description": {
|
|
354
|
-
"type": "object"
|
|
355
|
-
},
|
|
356
|
-
"duration_format": {
|
|
357
|
-
"enum": [
|
|
358
|
-
"long",
|
|
359
|
-
"short",
|
|
360
|
-
"time"
|
|
361
|
-
],
|
|
362
|
-
"type": "string"
|
|
363
|
-
},
|
|
364
|
-
"duration_levels": {
|
|
365
|
-
"items": {
|
|
366
|
-
"type": "number"
|
|
367
|
-
},
|
|
368
|
-
"type": "array"
|
|
369
|
-
},
|
|
370
|
-
"expression": {
|
|
371
|
-
"type": "string"
|
|
372
|
-
},
|
|
373
|
-
"format": {
|
|
374
|
-
"type": "string"
|
|
375
|
-
},
|
|
376
|
-
"hierarchyLevels": {
|
|
377
|
-
"items": {
|
|
378
|
-
"properties": {
|
|
379
|
-
"color": {
|
|
380
|
-
"type": "string"
|
|
381
|
-
},
|
|
382
|
-
"id": {
|
|
383
|
-
"type": "string"
|
|
384
|
-
},
|
|
385
|
-
"level": {
|
|
386
|
-
"type": "number"
|
|
387
|
-
},
|
|
388
|
-
"name": {
|
|
389
|
-
"type": "object"
|
|
390
|
-
}
|
|
391
|
-
},
|
|
392
|
-
"type": "object"
|
|
393
|
-
},
|
|
394
|
-
"type": "array"
|
|
395
|
-
},
|
|
396
|
-
"hierarchy_enabled": {
|
|
397
|
-
"type": "boolean"
|
|
398
|
-
},
|
|
399
|
-
"highestLevel": {
|
|
400
|
-
"type": "number"
|
|
401
|
-
},
|
|
402
|
-
"id": {
|
|
403
|
-
"type": "string"
|
|
404
|
-
},
|
|
405
|
-
"informat": {
|
|
406
|
-
"type": "string"
|
|
407
|
-
},
|
|
408
|
-
"isFormula": {
|
|
409
|
-
"type": "boolean"
|
|
410
|
-
},
|
|
411
|
-
"isLabel": {
|
|
412
|
-
"type": "boolean"
|
|
413
|
-
},
|
|
414
|
-
"joins": {
|
|
415
|
-
"items": {
|
|
416
|
-
"properties": {
|
|
417
|
-
"currency_id": {
|
|
418
|
-
"type": [
|
|
419
|
-
"null",
|
|
420
|
-
"string"
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
"hierarchy_enabled": {
|
|
424
|
-
"type": "boolean"
|
|
425
|
-
},
|
|
426
|
-
"id": {
|
|
427
|
-
"type": "string"
|
|
428
|
-
},
|
|
429
|
-
"join": {
|
|
430
|
-
"properties": {
|
|
431
|
-
"column_id": {
|
|
432
|
-
"type": "string"
|
|
433
|
-
},
|
|
434
|
-
"created_at": {
|
|
435
|
-
"type": "string"
|
|
436
|
-
},
|
|
437
|
-
"joins_id": {
|
|
438
|
-
"type": "string"
|
|
439
|
-
},
|
|
440
|
-
"subtype": {
|
|
441
|
-
"type": "string"
|
|
442
|
-
},
|
|
443
|
-
"type": {
|
|
444
|
-
"enum": [
|
|
445
|
-
"exact",
|
|
446
|
-
"lookup"
|
|
447
|
-
],
|
|
448
|
-
"type": "string"
|
|
449
|
-
},
|
|
450
|
-
"update_at": {
|
|
451
|
-
"type": "string"
|
|
452
|
-
},
|
|
453
|
-
"updated_at": {
|
|
454
|
-
"type": "string"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
"type": "object"
|
|
458
|
-
},
|
|
459
|
-
"securable_id": {
|
|
460
|
-
"type": "string"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
"type": "object"
|
|
464
|
-
},
|
|
465
|
-
"type": "array"
|
|
466
|
-
},
|
|
467
|
-
"level": {
|
|
468
|
-
"type": "number"
|
|
469
|
-
},
|
|
470
|
-
"lowestLevel": {
|
|
471
|
-
"type": "number"
|
|
472
|
-
},
|
|
473
|
-
"name": {
|
|
474
|
-
"type": "object"
|
|
475
|
-
},
|
|
476
|
-
"order": {
|
|
477
|
-
"type": "number"
|
|
478
|
-
},
|
|
479
|
-
"securable_id": {
|
|
480
|
-
"type": "string"
|
|
481
|
-
},
|
|
482
|
-
"source_name": {
|
|
483
|
-
"type": "string"
|
|
484
|
-
},
|
|
485
|
-
"subtype": {
|
|
486
|
-
"enum": [
|
|
487
|
-
"coordinates",
|
|
488
|
-
"currency",
|
|
489
|
-
"duration",
|
|
490
|
-
"hierarchy_element_expression",
|
|
491
|
-
"topography"
|
|
492
|
-
],
|
|
493
|
-
"type": "string"
|
|
494
|
-
},
|
|
495
|
-
"type": {
|
|
496
|
-
"enum": [
|
|
497
|
-
"datetime",
|
|
498
|
-
"hierarchy",
|
|
499
|
-
"numeric",
|
|
500
|
-
"spatial"
|
|
501
|
-
],
|
|
502
|
-
"type": "string"
|
|
503
|
-
},
|
|
504
|
-
"version": {
|
|
505
|
-
"type": "number"
|
|
506
|
-
},
|
|
507
|
-
"width": {
|
|
508
|
-
"type": "number"
|
|
509
|
-
}
|
|
510
|
-
},
|
|
511
|
-
"type": "object"
|
|
512
|
-
},
|
|
513
|
-
"type": "array"
|
|
514
|
-
},
|
|
515
|
-
"datasetId": {
|
|
516
|
-
"format": "uuid",
|
|
517
|
-
"type": "string"
|
|
518
|
-
},
|
|
519
|
-
"datasetName": {
|
|
520
|
-
"type": "object"
|
|
521
|
-
},
|
|
522
|
-
"formulas": {
|
|
523
|
-
"items": {
|
|
524
|
-
"properties": {
|
|
525
|
-
"color": {
|
|
526
|
-
"type": "string"
|
|
527
|
-
},
|
|
528
|
-
"currency": {
|
|
529
|
-
"properties": {
|
|
530
|
-
"id": {
|
|
531
|
-
"type": "string"
|
|
532
|
-
},
|
|
533
|
-
"name": {
|
|
534
|
-
"type": "string"
|
|
535
|
-
},
|
|
536
|
-
"symbol": {
|
|
537
|
-
"type": "string"
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
"type": "object"
|
|
541
|
-
},
|
|
542
|
-
"currency_id": {
|
|
543
|
-
"type": "string"
|
|
544
|
-
},
|
|
545
|
-
"duration_format": {
|
|
546
|
-
"enum": [
|
|
547
|
-
"long",
|
|
548
|
-
"short",
|
|
549
|
-
"time"
|
|
550
|
-
],
|
|
551
|
-
"type": "string"
|
|
552
|
-
},
|
|
553
|
-
"duration_levels": {
|
|
554
|
-
"items": {
|
|
555
|
-
"type": "number"
|
|
556
|
-
},
|
|
557
|
-
"type": "array"
|
|
558
|
-
},
|
|
559
|
-
"expression": {
|
|
560
|
-
"type": "string"
|
|
561
|
-
},
|
|
562
|
-
"format": {
|
|
563
|
-
"type": "string"
|
|
564
|
-
},
|
|
565
|
-
"id": {
|
|
566
|
-
"type": "string"
|
|
567
|
-
},
|
|
568
|
-
"informat": {
|
|
569
|
-
"enum": [
|
|
570
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
571
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
572
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
573
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
574
|
-
"X",
|
|
575
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
576
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
577
|
-
"hierarchy",
|
|
578
|
-
"numeric",
|
|
579
|
-
"x"
|
|
580
|
-
],
|
|
581
|
-
"type": "string"
|
|
582
|
-
},
|
|
583
|
-
"isFormula": {
|
|
584
|
-
"type": "boolean"
|
|
585
|
-
},
|
|
586
|
-
"level": {
|
|
587
|
-
"type": "number"
|
|
588
|
-
},
|
|
589
|
-
"lowestLevel": {
|
|
590
|
-
"type": "number"
|
|
591
|
-
},
|
|
592
|
-
"name": {
|
|
593
|
-
"type": "object"
|
|
594
|
-
},
|
|
595
|
-
"securableFormula": {
|
|
596
|
-
"properties": {
|
|
597
|
-
"formula_id": {
|
|
598
|
-
"type": "string"
|
|
599
|
-
},
|
|
600
|
-
"securable_id": {
|
|
601
|
-
"type": "string"
|
|
602
|
-
}
|
|
603
|
-
},
|
|
604
|
-
"type": "object"
|
|
605
|
-
},
|
|
606
|
-
"securable_id": {
|
|
607
|
-
"type": "string"
|
|
608
|
-
},
|
|
609
|
-
"subtype": {
|
|
610
|
-
"enum": [
|
|
611
|
-
"currency",
|
|
612
|
-
"date",
|
|
613
|
-
"datetime",
|
|
614
|
-
"duration"
|
|
615
|
-
],
|
|
616
|
-
"type": "string"
|
|
617
|
-
},
|
|
618
|
-
"type": {
|
|
619
|
-
"enum": [
|
|
620
|
-
"datetime",
|
|
621
|
-
"hierarchy",
|
|
622
|
-
"numeric"
|
|
623
|
-
],
|
|
624
|
-
"type": "string"
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
"type": "object"
|
|
628
|
-
},
|
|
629
|
-
"type": "array"
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
"type": "object"
|
|
633
|
-
},
|
|
634
|
-
"type": "array"
|
|
635
|
-
},
|
|
636
|
-
"allowMultiple": {
|
|
637
|
-
"type": "boolean"
|
|
638
|
-
},
|
|
639
|
-
"description": {
|
|
640
|
-
"type": "string"
|
|
641
|
-
},
|
|
642
278
|
"order": {
|
|
279
|
+
"description": "Order",
|
|
280
|
+
"examples": [
|
|
281
|
+
0,
|
|
282
|
+
9999
|
|
283
|
+
],
|
|
643
284
|
"type": "number"
|
|
644
285
|
},
|
|
645
286
|
"slot": {
|
|
287
|
+
"description": "Slot name",
|
|
288
|
+
"examples": [
|
|
289
|
+
"measure",
|
|
290
|
+
"dimension",
|
|
291
|
+
"legend"
|
|
292
|
+
],
|
|
646
293
|
"type": "string"
|
|
647
294
|
},
|
|
648
295
|
"values": {
|
|
296
|
+
"description": "An array of columns for the current picker",
|
|
649
297
|
"items": {
|
|
650
298
|
"properties": {
|
|
651
299
|
"aggregationFunc": {
|
|
@@ -681,6 +329,7 @@ declare const _default: {
|
|
|
681
329
|
"currency",
|
|
682
330
|
"duration",
|
|
683
331
|
"hierarchy_element_expression",
|
|
332
|
+
"ip_address",
|
|
684
333
|
"topography"
|
|
685
334
|
],
|
|
686
335
|
"type": "string"
|
|
@@ -714,36 +363,6 @@ declare const _default: {
|
|
|
714
363
|
"string"
|
|
715
364
|
]
|
|
716
365
|
},
|
|
717
|
-
"columnHierarchies": {
|
|
718
|
-
"anyOf": [
|
|
719
|
-
{
|
|
720
|
-
"items": {
|
|
721
|
-
"type": "string"
|
|
722
|
-
},
|
|
723
|
-
"type": "array"
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"items": {
|
|
727
|
-
"properties": {
|
|
728
|
-
"color": {
|
|
729
|
-
"type": "string"
|
|
730
|
-
},
|
|
731
|
-
"id": {
|
|
732
|
-
"type": "string"
|
|
733
|
-
},
|
|
734
|
-
"level": {
|
|
735
|
-
"type": "number"
|
|
736
|
-
},
|
|
737
|
-
"name": {
|
|
738
|
-
"type": "object"
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
"type": "object"
|
|
742
|
-
},
|
|
743
|
-
"type": "array"
|
|
744
|
-
}
|
|
745
|
-
]
|
|
746
|
-
},
|
|
747
366
|
"columnId": {
|
|
748
367
|
"description": "Column id",
|
|
749
368
|
"format": "uuid",
|
|
@@ -818,13 +437,6 @@ declare const _default: {
|
|
|
818
437
|
},
|
|
819
438
|
"type": "object"
|
|
820
439
|
},
|
|
821
|
-
"hidden": {
|
|
822
|
-
"type": "boolean"
|
|
823
|
-
},
|
|
824
|
-
"include_nonoccurring": {
|
|
825
|
-
"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.",
|
|
826
|
-
"type": "boolean"
|
|
827
|
-
},
|
|
828
440
|
"label": {
|
|
829
441
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
830
442
|
"type": "object"
|
|
@@ -872,6 +484,7 @@ declare const _default: {
|
|
|
872
484
|
"enum": [
|
|
873
485
|
"none",
|
|
874
486
|
"past",
|
|
487
|
+
"absoluteChange",
|
|
875
488
|
"percentageChange"
|
|
876
489
|
],
|
|
877
490
|
"type": "string"
|
|
@@ -879,10 +492,8 @@ declare const _default: {
|
|
|
879
492
|
},
|
|
880
493
|
"type": "object"
|
|
881
494
|
},
|
|
882
|
-
"readonly": {
|
|
883
|
-
"type": "boolean"
|
|
884
|
-
},
|
|
885
495
|
"selected": {
|
|
496
|
+
"description": "Selected item",
|
|
886
497
|
"type": "boolean"
|
|
887
498
|
},
|
|
888
499
|
"subtype": {
|
|
@@ -895,6 +506,7 @@ declare const _default: {
|
|
|
895
506
|
"datetime",
|
|
896
507
|
"duration",
|
|
897
508
|
"hierarchy_element_expression",
|
|
509
|
+
"ip_address",
|
|
898
510
|
"topography"
|
|
899
511
|
],
|
|
900
512
|
"type": "string"
|
|
@@ -969,7 +581,7 @@ declare const _default: {
|
|
|
969
581
|
"type": "object"
|
|
970
582
|
},
|
|
971
583
|
"limit": {
|
|
972
|
-
"description": "
|
|
584
|
+
"description": "The maximum number of data rows to query and display",
|
|
973
585
|
"properties": {
|
|
974
586
|
"number": {
|
|
975
587
|
"default": 100000,
|
|
@@ -1187,7 +799,7 @@ declare const _default: {
|
|
|
1187
799
|
"description": "Custom border styling",
|
|
1188
800
|
"properties": {
|
|
1189
801
|
"border-bottom-width": {
|
|
1190
|
-
"description": "Border bottom width",
|
|
802
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1191
803
|
"examples": [
|
|
1192
804
|
"0px",
|
|
1193
805
|
"1px",
|
|
@@ -1196,7 +808,7 @@ declare const _default: {
|
|
|
1196
808
|
"type": "string"
|
|
1197
809
|
},
|
|
1198
810
|
"border-color": {
|
|
1199
|
-
"description": "Border color",
|
|
811
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1200
812
|
"examples": [
|
|
1201
813
|
"rgba(216, 216, 216, 1)",
|
|
1202
814
|
"rgb(147, 146, 148)"
|
|
@@ -1204,7 +816,7 @@ declare const _default: {
|
|
|
1204
816
|
"type": "string"
|
|
1205
817
|
},
|
|
1206
818
|
"border-left-width": {
|
|
1207
|
-
"description": "Border left width",
|
|
819
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1208
820
|
"examples": [
|
|
1209
821
|
"0px",
|
|
1210
822
|
"1px",
|
|
@@ -1222,7 +834,7 @@ declare const _default: {
|
|
|
1222
834
|
"type": "string"
|
|
1223
835
|
},
|
|
1224
836
|
"border-right-width": {
|
|
1225
|
-
"description": "Border right width",
|
|
837
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1226
838
|
"examples": [
|
|
1227
839
|
"0px",
|
|
1228
840
|
"1px",
|
|
@@ -1231,7 +843,7 @@ declare const _default: {
|
|
|
1231
843
|
"type": "string"
|
|
1232
844
|
},
|
|
1233
845
|
"border-style": {
|
|
1234
|
-
"description": "Border style",
|
|
846
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1235
847
|
"examples": [
|
|
1236
848
|
"none",
|
|
1237
849
|
"solid",
|
|
@@ -1241,7 +853,7 @@ declare const _default: {
|
|
|
1241
853
|
"type": "string"
|
|
1242
854
|
},
|
|
1243
855
|
"border-top-width": {
|
|
1244
|
-
"description": "Border top width",
|
|
856
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1245
857
|
"examples": [
|
|
1246
858
|
"0px",
|
|
1247
859
|
"1px",
|
|
@@ -1285,19 +897,6 @@ declare const _default: {
|
|
|
1285
897
|
"font": {
|
|
1286
898
|
"description": "Custom font styling",
|
|
1287
899
|
"properties": {
|
|
1288
|
-
"font-style": {
|
|
1289
|
-
"const": "normal",
|
|
1290
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1291
|
-
"type": "string"
|
|
1292
|
-
},
|
|
1293
|
-
"font-weight": {
|
|
1294
|
-
"description": "Font weight",
|
|
1295
|
-
"examples": [
|
|
1296
|
-
400,
|
|
1297
|
-
700
|
|
1298
|
-
],
|
|
1299
|
-
"type": "number"
|
|
1300
|
-
},
|
|
1301
900
|
"fontFamily": {
|
|
1302
901
|
"description": "Font family",
|
|
1303
902
|
"examples": [
|
|
@@ -1310,7 +909,7 @@ declare const _default: {
|
|
|
1310
909
|
"type": "string"
|
|
1311
910
|
},
|
|
1312
911
|
"fontSize": {
|
|
1313
|
-
"description": "Font size in px",
|
|
912
|
+
"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.",
|
|
1314
913
|
"examples": [
|
|
1315
914
|
10,
|
|
1316
915
|
15,
|
|
@@ -1339,7 +938,7 @@ declare const _default: {
|
|
|
1339
938
|
"type": "string"
|
|
1340
939
|
},
|
|
1341
940
|
"title": {
|
|
1342
|
-
"description": "Custom title styling",
|
|
941
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1343
942
|
"properties": {
|
|
1344
943
|
"align": {
|
|
1345
944
|
"description": "Title align",
|
|
@@ -1372,7 +971,7 @@ declare const _default: {
|
|
|
1372
971
|
"type": "boolean"
|
|
1373
972
|
},
|
|
1374
973
|
"fontSize": {
|
|
1375
|
-
"description": "Title's font size in px",
|
|
974
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1376
975
|
"examples": [
|
|
1377
976
|
16,
|
|
1378
977
|
20
|
|
@@ -1408,7 +1007,7 @@ declare const _default: {
|
|
|
1408
1007
|
"type": "object"
|
|
1409
1008
|
},
|
|
1410
1009
|
"tooltip": {
|
|
1411
|
-
"description": "Custom tooltip styling",
|
|
1010
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1412
1011
|
"properties": {
|
|
1413
1012
|
"background": {
|
|
1414
1013
|
"description": "Tooltip's background",
|
|
@@ -1421,16 +1020,7 @@ declare const _default: {
|
|
|
1421
1020
|
"type": "string"
|
|
1422
1021
|
},
|
|
1423
1022
|
"fontSize": {
|
|
1424
|
-
"description": "Tooltip's font size in px",
|
|
1425
|
-
"examples": [
|
|
1426
|
-
12,
|
|
1427
|
-
16,
|
|
1428
|
-
20
|
|
1429
|
-
],
|
|
1430
|
-
"type": "number"
|
|
1431
|
-
},
|
|
1432
|
-
"lineHeight": {
|
|
1433
|
-
"description": "Tooltip's line height in px",
|
|
1023
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1434
1024
|
"examples": [
|
|
1435
1025
|
12,
|
|
1436
1026
|
16,
|
|
@@ -1439,7 +1029,7 @@ declare const _default: {
|
|
|
1439
1029
|
"type": "number"
|
|
1440
1030
|
},
|
|
1441
1031
|
"opacity": {
|
|
1442
|
-
"description": "Tooltip's opacity",
|
|
1032
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1443
1033
|
"examples": [
|
|
1444
1034
|
0.5,
|
|
1445
1035
|
0.8,
|
|
@@ -1469,7 +1059,7 @@ declare const _default: {
|
|
|
1469
1059
|
"type": "string"
|
|
1470
1060
|
},
|
|
1471
1061
|
"title": {
|
|
1472
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1062
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1473
1063
|
"examples": [
|
|
1474
1064
|
{
|
|
1475
1065
|
"en": "Title"
|