@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/circular-gauge-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"circle": {
|
|
@@ -88,104 +88,91 @@ declare const _default: {
|
|
|
88
88
|
"interactivity": {
|
|
89
89
|
"description": "Interactivity options",
|
|
90
90
|
"properties": {
|
|
91
|
-
"availableExportTypes": {
|
|
92
|
-
"default": [
|
|
93
|
-
"xlsx",
|
|
94
|
-
"csv",
|
|
95
|
-
"png"
|
|
96
|
-
],
|
|
97
|
-
"description": "Available export types interactivity option",
|
|
98
|
-
"items": {
|
|
99
|
-
"description": "Export types",
|
|
100
|
-
"enum": [
|
|
101
|
-
"csv",
|
|
102
|
-
"csv-raw",
|
|
103
|
-
"png",
|
|
104
|
-
"xlsx",
|
|
105
|
-
"xlsx-raw"
|
|
106
|
-
],
|
|
107
|
-
"type": "string"
|
|
108
|
-
},
|
|
109
|
-
"type": "array"
|
|
110
|
-
},
|
|
111
91
|
"customEvents": {
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
92
|
+
"anyOf": [
|
|
93
|
+
{
|
|
94
|
+
"properties": {
|
|
95
|
+
"events": {
|
|
96
|
+
"items": {
|
|
97
|
+
"description": "Custom event configuration",
|
|
98
|
+
"properties": {
|
|
99
|
+
"label": {
|
|
100
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
101
|
+
"type": "object"
|
|
102
|
+
},
|
|
103
|
+
"name": {
|
|
104
|
+
"description": "Custom event name",
|
|
105
|
+
"type": "string"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
121
108
|
"type": "object"
|
|
122
109
|
},
|
|
123
|
-
"
|
|
124
|
-
"description": "Custom event name",
|
|
125
|
-
"type": "string"
|
|
126
|
-
}
|
|
110
|
+
"type": "array"
|
|
127
111
|
},
|
|
128
|
-
"
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
112
|
+
"extraData": {
|
|
113
|
+
"items": {
|
|
114
|
+
"properties": {
|
|
115
|
+
"aggregation": {
|
|
116
|
+
"description": "Aggregation query type",
|
|
117
|
+
"enum": [
|
|
118
|
+
"average",
|
|
119
|
+
"count",
|
|
120
|
+
"cumulativesum",
|
|
121
|
+
"distinctcount",
|
|
122
|
+
"histogram",
|
|
123
|
+
"max",
|
|
124
|
+
"median",
|
|
125
|
+
"min",
|
|
126
|
+
"rate",
|
|
127
|
+
"stddev",
|
|
128
|
+
"sum",
|
|
129
|
+
"weightedaverage"
|
|
130
|
+
],
|
|
131
|
+
"type": "string"
|
|
132
|
+
},
|
|
133
|
+
"columnId": {
|
|
134
|
+
"description": "Column id",
|
|
135
|
+
"format": "uuid",
|
|
136
|
+
"type": "string"
|
|
137
|
+
},
|
|
138
|
+
"datasetId": {
|
|
139
|
+
"description": "Dataset id",
|
|
140
|
+
"format": "uuid",
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
143
|
+
"formulaId": {
|
|
144
|
+
"description": "Formula id",
|
|
145
|
+
"format": "uuid",
|
|
146
|
+
"type": "string"
|
|
147
|
+
},
|
|
148
|
+
"label": {
|
|
149
|
+
"description": "Label",
|
|
150
|
+
"type": "string"
|
|
151
|
+
},
|
|
152
|
+
"weightedColumnId": {
|
|
153
|
+
"description": "Weighted column id",
|
|
154
|
+
"format": "uuid",
|
|
155
|
+
"type": "string"
|
|
156
|
+
},
|
|
157
|
+
"weightedDatasetId": {
|
|
158
|
+
"description": "Weighted dataset id",
|
|
159
|
+
"format": "uuid",
|
|
160
|
+
"type": "string"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"type": "object"
|
|
176
164
|
},
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
"format": "uuid",
|
|
180
|
-
"type": "string"
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
"type": "object"
|
|
165
|
+
"type": "array"
|
|
166
|
+
}
|
|
184
167
|
},
|
|
185
|
-
"type": "
|
|
168
|
+
"type": "object"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"type": "null"
|
|
186
172
|
}
|
|
187
|
-
|
|
188
|
-
"
|
|
173
|
+
],
|
|
174
|
+
"default": null,
|
|
175
|
+
"description": "Custom events interactivity option"
|
|
189
176
|
},
|
|
190
177
|
"exportTypes": {
|
|
191
178
|
"default": [
|
|
@@ -193,7 +180,7 @@ declare const _default: {
|
|
|
193
180
|
"csv",
|
|
194
181
|
"png"
|
|
195
182
|
],
|
|
196
|
-
"description": "Export types interactivity option",
|
|
183
|
+
"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.",
|
|
197
184
|
"items": {
|
|
198
185
|
"description": "Export types",
|
|
199
186
|
"enum": [
|
|
@@ -215,364 +202,25 @@ declare const _default: {
|
|
|
215
202
|
"items": {
|
|
216
203
|
"description": "Measure dimension picker configuration",
|
|
217
204
|
"properties": {
|
|
218
|
-
"acceptFormula": {
|
|
219
|
-
"type": "boolean"
|
|
220
|
-
},
|
|
221
|
-
"allAvailableColumns": {
|
|
222
|
-
"items": {
|
|
223
|
-
"properties": {
|
|
224
|
-
"columns": {
|
|
225
|
-
"items": {
|
|
226
|
-
"properties": {
|
|
227
|
-
"cardinality": {
|
|
228
|
-
"type": "number"
|
|
229
|
-
},
|
|
230
|
-
"color": {
|
|
231
|
-
"type": "string"
|
|
232
|
-
},
|
|
233
|
-
"columnHierarchies": {
|
|
234
|
-
"anyOf": [
|
|
235
|
-
{
|
|
236
|
-
"items": {
|
|
237
|
-
"type": "string"
|
|
238
|
-
},
|
|
239
|
-
"type": "array"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"items": {
|
|
243
|
-
"properties": {
|
|
244
|
-
"color": {
|
|
245
|
-
"type": "string"
|
|
246
|
-
},
|
|
247
|
-
"id": {
|
|
248
|
-
"type": "string"
|
|
249
|
-
},
|
|
250
|
-
"level": {
|
|
251
|
-
"type": "number"
|
|
252
|
-
},
|
|
253
|
-
"name": {
|
|
254
|
-
"type": "object"
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"type": "object"
|
|
258
|
-
},
|
|
259
|
-
"type": "array"
|
|
260
|
-
}
|
|
261
|
-
]
|
|
262
|
-
},
|
|
263
|
-
"currency": {
|
|
264
|
-
"properties": {
|
|
265
|
-
"id": {
|
|
266
|
-
"type": "string"
|
|
267
|
-
},
|
|
268
|
-
"name": {
|
|
269
|
-
"type": "string"
|
|
270
|
-
},
|
|
271
|
-
"symbol": {
|
|
272
|
-
"type": "string"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
"type": "object"
|
|
276
|
-
},
|
|
277
|
-
"currency_id": {
|
|
278
|
-
"type": "string"
|
|
279
|
-
},
|
|
280
|
-
"description": {
|
|
281
|
-
"type": "object"
|
|
282
|
-
},
|
|
283
|
-
"duration_format": {
|
|
284
|
-
"enum": [
|
|
285
|
-
"long",
|
|
286
|
-
"short",
|
|
287
|
-
"time"
|
|
288
|
-
],
|
|
289
|
-
"type": "string"
|
|
290
|
-
},
|
|
291
|
-
"duration_levels": {
|
|
292
|
-
"items": {
|
|
293
|
-
"type": "number"
|
|
294
|
-
},
|
|
295
|
-
"type": "array"
|
|
296
|
-
},
|
|
297
|
-
"expression": {
|
|
298
|
-
"type": "string"
|
|
299
|
-
},
|
|
300
|
-
"format": {
|
|
301
|
-
"type": "string"
|
|
302
|
-
},
|
|
303
|
-
"hierarchyLevels": {
|
|
304
|
-
"items": {
|
|
305
|
-
"properties": {
|
|
306
|
-
"color": {
|
|
307
|
-
"type": "string"
|
|
308
|
-
},
|
|
309
|
-
"id": {
|
|
310
|
-
"type": "string"
|
|
311
|
-
},
|
|
312
|
-
"level": {
|
|
313
|
-
"type": "number"
|
|
314
|
-
},
|
|
315
|
-
"name": {
|
|
316
|
-
"type": "object"
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
"type": "object"
|
|
320
|
-
},
|
|
321
|
-
"type": "array"
|
|
322
|
-
},
|
|
323
|
-
"hierarchy_enabled": {
|
|
324
|
-
"type": "boolean"
|
|
325
|
-
},
|
|
326
|
-
"highestLevel": {
|
|
327
|
-
"type": "number"
|
|
328
|
-
},
|
|
329
|
-
"id": {
|
|
330
|
-
"type": "string"
|
|
331
|
-
},
|
|
332
|
-
"informat": {
|
|
333
|
-
"type": "string"
|
|
334
|
-
},
|
|
335
|
-
"isFormula": {
|
|
336
|
-
"type": "boolean"
|
|
337
|
-
},
|
|
338
|
-
"isLabel": {
|
|
339
|
-
"type": "boolean"
|
|
340
|
-
},
|
|
341
|
-
"joins": {
|
|
342
|
-
"items": {
|
|
343
|
-
"properties": {
|
|
344
|
-
"currency_id": {
|
|
345
|
-
"type": [
|
|
346
|
-
"null",
|
|
347
|
-
"string"
|
|
348
|
-
]
|
|
349
|
-
},
|
|
350
|
-
"hierarchy_enabled": {
|
|
351
|
-
"type": "boolean"
|
|
352
|
-
},
|
|
353
|
-
"id": {
|
|
354
|
-
"type": "string"
|
|
355
|
-
},
|
|
356
|
-
"join": {
|
|
357
|
-
"properties": {
|
|
358
|
-
"column_id": {
|
|
359
|
-
"type": "string"
|
|
360
|
-
},
|
|
361
|
-
"created_at": {
|
|
362
|
-
"type": "string"
|
|
363
|
-
},
|
|
364
|
-
"joins_id": {
|
|
365
|
-
"type": "string"
|
|
366
|
-
},
|
|
367
|
-
"subtype": {
|
|
368
|
-
"type": "string"
|
|
369
|
-
},
|
|
370
|
-
"type": {
|
|
371
|
-
"enum": [
|
|
372
|
-
"exact",
|
|
373
|
-
"lookup"
|
|
374
|
-
],
|
|
375
|
-
"type": "string"
|
|
376
|
-
},
|
|
377
|
-
"update_at": {
|
|
378
|
-
"type": "string"
|
|
379
|
-
},
|
|
380
|
-
"updated_at": {
|
|
381
|
-
"type": "string"
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
"type": "object"
|
|
385
|
-
},
|
|
386
|
-
"securable_id": {
|
|
387
|
-
"type": "string"
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
"type": "object"
|
|
391
|
-
},
|
|
392
|
-
"type": "array"
|
|
393
|
-
},
|
|
394
|
-
"level": {
|
|
395
|
-
"type": "number"
|
|
396
|
-
},
|
|
397
|
-
"lowestLevel": {
|
|
398
|
-
"type": "number"
|
|
399
|
-
},
|
|
400
|
-
"name": {
|
|
401
|
-
"type": "object"
|
|
402
|
-
},
|
|
403
|
-
"order": {
|
|
404
|
-
"type": "number"
|
|
405
|
-
},
|
|
406
|
-
"securable_id": {
|
|
407
|
-
"type": "string"
|
|
408
|
-
},
|
|
409
|
-
"source_name": {
|
|
410
|
-
"type": "string"
|
|
411
|
-
},
|
|
412
|
-
"subtype": {
|
|
413
|
-
"enum": [
|
|
414
|
-
"coordinates",
|
|
415
|
-
"currency",
|
|
416
|
-
"duration",
|
|
417
|
-
"hierarchy_element_expression",
|
|
418
|
-
"topography"
|
|
419
|
-
],
|
|
420
|
-
"type": "string"
|
|
421
|
-
},
|
|
422
|
-
"type": {
|
|
423
|
-
"enum": [
|
|
424
|
-
"datetime",
|
|
425
|
-
"hierarchy",
|
|
426
|
-
"numeric",
|
|
427
|
-
"spatial"
|
|
428
|
-
],
|
|
429
|
-
"type": "string"
|
|
430
|
-
},
|
|
431
|
-
"version": {
|
|
432
|
-
"type": "number"
|
|
433
|
-
},
|
|
434
|
-
"width": {
|
|
435
|
-
"type": "number"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
"type": "object"
|
|
439
|
-
},
|
|
440
|
-
"type": "array"
|
|
441
|
-
},
|
|
442
|
-
"datasetId": {
|
|
443
|
-
"format": "uuid",
|
|
444
|
-
"type": "string"
|
|
445
|
-
},
|
|
446
|
-
"datasetName": {
|
|
447
|
-
"type": "object"
|
|
448
|
-
},
|
|
449
|
-
"formulas": {
|
|
450
|
-
"items": {
|
|
451
|
-
"properties": {
|
|
452
|
-
"color": {
|
|
453
|
-
"type": "string"
|
|
454
|
-
},
|
|
455
|
-
"currency": {
|
|
456
|
-
"properties": {
|
|
457
|
-
"id": {
|
|
458
|
-
"type": "string"
|
|
459
|
-
},
|
|
460
|
-
"name": {
|
|
461
|
-
"type": "string"
|
|
462
|
-
},
|
|
463
|
-
"symbol": {
|
|
464
|
-
"type": "string"
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
"type": "object"
|
|
468
|
-
},
|
|
469
|
-
"currency_id": {
|
|
470
|
-
"type": "string"
|
|
471
|
-
},
|
|
472
|
-
"duration_format": {
|
|
473
|
-
"enum": [
|
|
474
|
-
"long",
|
|
475
|
-
"short",
|
|
476
|
-
"time"
|
|
477
|
-
],
|
|
478
|
-
"type": "string"
|
|
479
|
-
},
|
|
480
|
-
"duration_levels": {
|
|
481
|
-
"items": {
|
|
482
|
-
"type": "number"
|
|
483
|
-
},
|
|
484
|
-
"type": "array"
|
|
485
|
-
},
|
|
486
|
-
"expression": {
|
|
487
|
-
"type": "string"
|
|
488
|
-
},
|
|
489
|
-
"format": {
|
|
490
|
-
"type": "string"
|
|
491
|
-
},
|
|
492
|
-
"id": {
|
|
493
|
-
"type": "string"
|
|
494
|
-
},
|
|
495
|
-
"informat": {
|
|
496
|
-
"enum": [
|
|
497
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
498
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
499
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
500
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
501
|
-
"X",
|
|
502
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
503
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
504
|
-
"hierarchy",
|
|
505
|
-
"numeric",
|
|
506
|
-
"x"
|
|
507
|
-
],
|
|
508
|
-
"type": "string"
|
|
509
|
-
},
|
|
510
|
-
"isFormula": {
|
|
511
|
-
"type": "boolean"
|
|
512
|
-
},
|
|
513
|
-
"level": {
|
|
514
|
-
"type": "number"
|
|
515
|
-
},
|
|
516
|
-
"lowestLevel": {
|
|
517
|
-
"type": "number"
|
|
518
|
-
},
|
|
519
|
-
"name": {
|
|
520
|
-
"type": "object"
|
|
521
|
-
},
|
|
522
|
-
"securableFormula": {
|
|
523
|
-
"properties": {
|
|
524
|
-
"formula_id": {
|
|
525
|
-
"type": "string"
|
|
526
|
-
},
|
|
527
|
-
"securable_id": {
|
|
528
|
-
"type": "string"
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
"type": "object"
|
|
532
|
-
},
|
|
533
|
-
"securable_id": {
|
|
534
|
-
"type": "string"
|
|
535
|
-
},
|
|
536
|
-
"subtype": {
|
|
537
|
-
"enum": [
|
|
538
|
-
"currency",
|
|
539
|
-
"date",
|
|
540
|
-
"datetime",
|
|
541
|
-
"duration"
|
|
542
|
-
],
|
|
543
|
-
"type": "string"
|
|
544
|
-
},
|
|
545
|
-
"type": {
|
|
546
|
-
"enum": [
|
|
547
|
-
"datetime",
|
|
548
|
-
"hierarchy",
|
|
549
|
-
"numeric"
|
|
550
|
-
],
|
|
551
|
-
"type": "string"
|
|
552
|
-
}
|
|
553
|
-
},
|
|
554
|
-
"type": "object"
|
|
555
|
-
},
|
|
556
|
-
"type": "array"
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
|
-
"type": "object"
|
|
560
|
-
},
|
|
561
|
-
"type": "array"
|
|
562
|
-
},
|
|
563
|
-
"allowMultiple": {
|
|
564
|
-
"type": "boolean"
|
|
565
|
-
},
|
|
566
|
-
"description": {
|
|
567
|
-
"type": "string"
|
|
568
|
-
},
|
|
569
205
|
"order": {
|
|
206
|
+
"description": "Order",
|
|
207
|
+
"examples": [
|
|
208
|
+
0,
|
|
209
|
+
9999
|
|
210
|
+
],
|
|
570
211
|
"type": "number"
|
|
571
212
|
},
|
|
572
213
|
"slot": {
|
|
214
|
+
"description": "Slot name",
|
|
215
|
+
"examples": [
|
|
216
|
+
"measure",
|
|
217
|
+
"dimension",
|
|
218
|
+
"legend"
|
|
219
|
+
],
|
|
573
220
|
"type": "string"
|
|
574
221
|
},
|
|
575
222
|
"values": {
|
|
223
|
+
"description": "An array of columns for the current picker",
|
|
576
224
|
"items": {
|
|
577
225
|
"properties": {
|
|
578
226
|
"aggregationFunc": {
|
|
@@ -608,6 +256,7 @@ declare const _default: {
|
|
|
608
256
|
"currency",
|
|
609
257
|
"duration",
|
|
610
258
|
"hierarchy_element_expression",
|
|
259
|
+
"ip_address",
|
|
611
260
|
"topography"
|
|
612
261
|
],
|
|
613
262
|
"type": "string"
|
|
@@ -641,36 +290,6 @@ declare const _default: {
|
|
|
641
290
|
"string"
|
|
642
291
|
]
|
|
643
292
|
},
|
|
644
|
-
"columnHierarchies": {
|
|
645
|
-
"anyOf": [
|
|
646
|
-
{
|
|
647
|
-
"items": {
|
|
648
|
-
"type": "string"
|
|
649
|
-
},
|
|
650
|
-
"type": "array"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"items": {
|
|
654
|
-
"properties": {
|
|
655
|
-
"color": {
|
|
656
|
-
"type": "string"
|
|
657
|
-
},
|
|
658
|
-
"id": {
|
|
659
|
-
"type": "string"
|
|
660
|
-
},
|
|
661
|
-
"level": {
|
|
662
|
-
"type": "number"
|
|
663
|
-
},
|
|
664
|
-
"name": {
|
|
665
|
-
"type": "object"
|
|
666
|
-
}
|
|
667
|
-
},
|
|
668
|
-
"type": "object"
|
|
669
|
-
},
|
|
670
|
-
"type": "array"
|
|
671
|
-
}
|
|
672
|
-
]
|
|
673
|
-
},
|
|
674
293
|
"columnId": {
|
|
675
294
|
"description": "Column id",
|
|
676
295
|
"format": "uuid",
|
|
@@ -745,13 +364,6 @@ declare const _default: {
|
|
|
745
364
|
},
|
|
746
365
|
"type": "object"
|
|
747
366
|
},
|
|
748
|
-
"hidden": {
|
|
749
|
-
"type": "boolean"
|
|
750
|
-
},
|
|
751
|
-
"include_nonoccurring": {
|
|
752
|
-
"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.",
|
|
753
|
-
"type": "boolean"
|
|
754
|
-
},
|
|
755
367
|
"label": {
|
|
756
368
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
757
369
|
"type": "object"
|
|
@@ -799,6 +411,7 @@ declare const _default: {
|
|
|
799
411
|
"enum": [
|
|
800
412
|
"none",
|
|
801
413
|
"past",
|
|
414
|
+
"absoluteChange",
|
|
802
415
|
"percentageChange"
|
|
803
416
|
],
|
|
804
417
|
"type": "string"
|
|
@@ -806,10 +419,8 @@ declare const _default: {
|
|
|
806
419
|
},
|
|
807
420
|
"type": "object"
|
|
808
421
|
},
|
|
809
|
-
"readonly": {
|
|
810
|
-
"type": "boolean"
|
|
811
|
-
},
|
|
812
422
|
"selected": {
|
|
423
|
+
"description": "Selected item",
|
|
813
424
|
"type": "boolean"
|
|
814
425
|
},
|
|
815
426
|
"subtype": {
|
|
@@ -822,6 +433,7 @@ declare const _default: {
|
|
|
822
433
|
"datetime",
|
|
823
434
|
"duration",
|
|
824
435
|
"hierarchy_element_expression",
|
|
436
|
+
"ip_address",
|
|
825
437
|
"topography"
|
|
826
438
|
],
|
|
827
439
|
"type": "string"
|
|
@@ -1009,7 +621,7 @@ declare const _default: {
|
|
|
1009
621
|
"description": "Custom border styling",
|
|
1010
622
|
"properties": {
|
|
1011
623
|
"border-bottom-width": {
|
|
1012
|
-
"description": "Border bottom width",
|
|
624
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1013
625
|
"examples": [
|
|
1014
626
|
"0px",
|
|
1015
627
|
"1px",
|
|
@@ -1018,7 +630,7 @@ declare const _default: {
|
|
|
1018
630
|
"type": "string"
|
|
1019
631
|
},
|
|
1020
632
|
"border-color": {
|
|
1021
|
-
"description": "Border color",
|
|
633
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1022
634
|
"examples": [
|
|
1023
635
|
"rgba(216, 216, 216, 1)",
|
|
1024
636
|
"rgb(147, 146, 148)"
|
|
@@ -1026,7 +638,7 @@ declare const _default: {
|
|
|
1026
638
|
"type": "string"
|
|
1027
639
|
},
|
|
1028
640
|
"border-left-width": {
|
|
1029
|
-
"description": "Border left width",
|
|
641
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1030
642
|
"examples": [
|
|
1031
643
|
"0px",
|
|
1032
644
|
"1px",
|
|
@@ -1044,7 +656,7 @@ declare const _default: {
|
|
|
1044
656
|
"type": "string"
|
|
1045
657
|
},
|
|
1046
658
|
"border-right-width": {
|
|
1047
|
-
"description": "Border right width",
|
|
659
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1048
660
|
"examples": [
|
|
1049
661
|
"0px",
|
|
1050
662
|
"1px",
|
|
@@ -1053,7 +665,7 @@ declare const _default: {
|
|
|
1053
665
|
"type": "string"
|
|
1054
666
|
},
|
|
1055
667
|
"border-style": {
|
|
1056
|
-
"description": "Border style",
|
|
668
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1057
669
|
"examples": [
|
|
1058
670
|
"none",
|
|
1059
671
|
"solid",
|
|
@@ -1063,7 +675,7 @@ declare const _default: {
|
|
|
1063
675
|
"type": "string"
|
|
1064
676
|
},
|
|
1065
677
|
"border-top-width": {
|
|
1066
|
-
"description": "Border top width",
|
|
678
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1067
679
|
"examples": [
|
|
1068
680
|
"0px",
|
|
1069
681
|
"1px",
|
|
@@ -1105,12 +717,15 @@ declare const _default: {
|
|
|
1105
717
|
"type": "object"
|
|
1106
718
|
},
|
|
1107
719
|
"colors": {
|
|
1108
|
-
"description": "Custom color palette",
|
|
720
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1109
721
|
"examples": [
|
|
1110
722
|
[
|
|
1111
|
-
"
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
723
|
+
"red",
|
|
724
|
+
"green",
|
|
725
|
+
"blue",
|
|
726
|
+
"yellow",
|
|
727
|
+
"orange",
|
|
728
|
+
"purple"
|
|
1114
729
|
]
|
|
1115
730
|
],
|
|
1116
731
|
"items": {
|
|
@@ -1121,19 +736,6 @@ declare const _default: {
|
|
|
1121
736
|
"font": {
|
|
1122
737
|
"description": "Custom font styling",
|
|
1123
738
|
"properties": {
|
|
1124
|
-
"font-style": {
|
|
1125
|
-
"const": "normal",
|
|
1126
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1127
|
-
"type": "string"
|
|
1128
|
-
},
|
|
1129
|
-
"font-weight": {
|
|
1130
|
-
"description": "Font weight",
|
|
1131
|
-
"examples": [
|
|
1132
|
-
400,
|
|
1133
|
-
700
|
|
1134
|
-
],
|
|
1135
|
-
"type": "number"
|
|
1136
|
-
},
|
|
1137
739
|
"fontFamily": {
|
|
1138
740
|
"description": "Font family",
|
|
1139
741
|
"examples": [
|
|
@@ -1146,7 +748,7 @@ declare const _default: {
|
|
|
1146
748
|
"type": "string"
|
|
1147
749
|
},
|
|
1148
750
|
"fontSize": {
|
|
1149
|
-
"description": "Font size in px",
|
|
751
|
+
"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.",
|
|
1150
752
|
"examples": [
|
|
1151
753
|
10,
|
|
1152
754
|
15,
|
|
@@ -1175,7 +777,7 @@ declare const _default: {
|
|
|
1175
777
|
"type": "string"
|
|
1176
778
|
},
|
|
1177
779
|
"title": {
|
|
1178
|
-
"description": "Custom title styling",
|
|
780
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1179
781
|
"properties": {
|
|
1180
782
|
"align": {
|
|
1181
783
|
"description": "Title align",
|
|
@@ -1208,7 +810,7 @@ declare const _default: {
|
|
|
1208
810
|
"type": "boolean"
|
|
1209
811
|
},
|
|
1210
812
|
"fontSize": {
|
|
1211
|
-
"description": "Title's font size in px",
|
|
813
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1212
814
|
"examples": [
|
|
1213
815
|
16,
|
|
1214
816
|
20
|
|
@@ -1244,7 +846,7 @@ declare const _default: {
|
|
|
1244
846
|
"type": "object"
|
|
1245
847
|
},
|
|
1246
848
|
"tooltip": {
|
|
1247
|
-
"description": "Custom tooltip styling",
|
|
849
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1248
850
|
"properties": {
|
|
1249
851
|
"background": {
|
|
1250
852
|
"description": "Tooltip's background",
|
|
@@ -1257,16 +859,7 @@ declare const _default: {
|
|
|
1257
859
|
"type": "string"
|
|
1258
860
|
},
|
|
1259
861
|
"fontSize": {
|
|
1260
|
-
"description": "Tooltip's font size in px",
|
|
1261
|
-
"examples": [
|
|
1262
|
-
12,
|
|
1263
|
-
16,
|
|
1264
|
-
20
|
|
1265
|
-
],
|
|
1266
|
-
"type": "number"
|
|
1267
|
-
},
|
|
1268
|
-
"lineHeight": {
|
|
1269
|
-
"description": "Tooltip's line height in px",
|
|
862
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1270
863
|
"examples": [
|
|
1271
864
|
12,
|
|
1272
865
|
16,
|
|
@@ -1275,7 +868,7 @@ declare const _default: {
|
|
|
1275
868
|
"type": "number"
|
|
1276
869
|
},
|
|
1277
870
|
"opacity": {
|
|
1278
|
-
"description": "Tooltip's opacity",
|
|
871
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1279
872
|
"examples": [
|
|
1280
873
|
0.5,
|
|
1281
874
|
0.8,
|
|
@@ -1305,7 +898,7 @@ declare const _default: {
|
|
|
1305
898
|
"type": "string"
|
|
1306
899
|
},
|
|
1307
900
|
"title": {
|
|
1308
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
901
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1309
902
|
"examples": [
|
|
1310
903
|
{
|
|
1311
904
|
"en": "Title"
|