@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/evolution-number-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
@@ -144,104 +144,91 @@ declare const _default: {
|
|
|
144
144
|
"interactivity": {
|
|
145
145
|
"description": "Interactivity options",
|
|
146
146
|
"properties": {
|
|
147
|
-
"availableExportTypes": {
|
|
148
|
-
"default": [
|
|
149
|
-
"xlsx",
|
|
150
|
-
"csv",
|
|
151
|
-
"png"
|
|
152
|
-
],
|
|
153
|
-
"description": "Available export types interactivity option",
|
|
154
|
-
"items": {
|
|
155
|
-
"description": "Export types",
|
|
156
|
-
"enum": [
|
|
157
|
-
"csv",
|
|
158
|
-
"csv-raw",
|
|
159
|
-
"png",
|
|
160
|
-
"xlsx",
|
|
161
|
-
"xlsx-raw"
|
|
162
|
-
],
|
|
163
|
-
"type": "string"
|
|
164
|
-
},
|
|
165
|
-
"type": "array"
|
|
166
|
-
},
|
|
167
147
|
"customEvents": {
|
|
168
|
-
"
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
148
|
+
"anyOf": [
|
|
149
|
+
{
|
|
150
|
+
"properties": {
|
|
151
|
+
"events": {
|
|
152
|
+
"items": {
|
|
153
|
+
"description": "Custom event configuration",
|
|
154
|
+
"properties": {
|
|
155
|
+
"label": {
|
|
156
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
157
|
+
"type": "object"
|
|
158
|
+
},
|
|
159
|
+
"name": {
|
|
160
|
+
"description": "Custom event name",
|
|
161
|
+
"type": "string"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
177
164
|
"type": "object"
|
|
178
165
|
},
|
|
179
|
-
"
|
|
180
|
-
"description": "Custom event name",
|
|
181
|
-
"type": "string"
|
|
182
|
-
}
|
|
166
|
+
"type": "array"
|
|
183
167
|
},
|
|
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
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
168
|
+
"extraData": {
|
|
169
|
+
"items": {
|
|
170
|
+
"properties": {
|
|
171
|
+
"aggregation": {
|
|
172
|
+
"description": "Aggregation query type",
|
|
173
|
+
"enum": [
|
|
174
|
+
"average",
|
|
175
|
+
"count",
|
|
176
|
+
"cumulativesum",
|
|
177
|
+
"distinctcount",
|
|
178
|
+
"histogram",
|
|
179
|
+
"max",
|
|
180
|
+
"median",
|
|
181
|
+
"min",
|
|
182
|
+
"rate",
|
|
183
|
+
"stddev",
|
|
184
|
+
"sum",
|
|
185
|
+
"weightedaverage"
|
|
186
|
+
],
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
"columnId": {
|
|
190
|
+
"description": "Column id",
|
|
191
|
+
"format": "uuid",
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
"datasetId": {
|
|
195
|
+
"description": "Dataset id",
|
|
196
|
+
"format": "uuid",
|
|
197
|
+
"type": "string"
|
|
198
|
+
},
|
|
199
|
+
"formulaId": {
|
|
200
|
+
"description": "Formula id",
|
|
201
|
+
"format": "uuid",
|
|
202
|
+
"type": "string"
|
|
203
|
+
},
|
|
204
|
+
"label": {
|
|
205
|
+
"description": "Label",
|
|
206
|
+
"type": "string"
|
|
207
|
+
},
|
|
208
|
+
"weightedColumnId": {
|
|
209
|
+
"description": "Weighted column id",
|
|
210
|
+
"format": "uuid",
|
|
211
|
+
"type": "string"
|
|
212
|
+
},
|
|
213
|
+
"weightedDatasetId": {
|
|
214
|
+
"description": "Weighted dataset id",
|
|
215
|
+
"format": "uuid",
|
|
216
|
+
"type": "string"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"type": "object"
|
|
232
220
|
},
|
|
233
|
-
"
|
|
234
|
-
|
|
235
|
-
"format": "uuid",
|
|
236
|
-
"type": "string"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"type": "object"
|
|
221
|
+
"type": "array"
|
|
222
|
+
}
|
|
240
223
|
},
|
|
241
|
-
"type": "
|
|
224
|
+
"type": "object"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"type": "null"
|
|
242
228
|
}
|
|
243
|
-
|
|
244
|
-
"
|
|
229
|
+
],
|
|
230
|
+
"default": null,
|
|
231
|
+
"description": "Custom events interactivity option"
|
|
245
232
|
},
|
|
246
233
|
"exportTypes": {
|
|
247
234
|
"default": [
|
|
@@ -249,7 +236,7 @@ declare const _default: {
|
|
|
249
236
|
"csv",
|
|
250
237
|
"png"
|
|
251
238
|
],
|
|
252
|
-
"description": "Export types interactivity option",
|
|
239
|
+
"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.",
|
|
253
240
|
"items": {
|
|
254
241
|
"description": "Export types",
|
|
255
242
|
"enum": [
|
|
@@ -271,364 +258,25 @@ declare const _default: {
|
|
|
271
258
|
"items": {
|
|
272
259
|
"description": "Measure dimension picker configuration",
|
|
273
260
|
"properties": {
|
|
274
|
-
"acceptFormula": {
|
|
275
|
-
"type": "boolean"
|
|
276
|
-
},
|
|
277
|
-
"allAvailableColumns": {
|
|
278
|
-
"items": {
|
|
279
|
-
"properties": {
|
|
280
|
-
"columns": {
|
|
281
|
-
"items": {
|
|
282
|
-
"properties": {
|
|
283
|
-
"cardinality": {
|
|
284
|
-
"type": "number"
|
|
285
|
-
},
|
|
286
|
-
"color": {
|
|
287
|
-
"type": "string"
|
|
288
|
-
},
|
|
289
|
-
"columnHierarchies": {
|
|
290
|
-
"anyOf": [
|
|
291
|
-
{
|
|
292
|
-
"items": {
|
|
293
|
-
"type": "string"
|
|
294
|
-
},
|
|
295
|
-
"type": "array"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"items": {
|
|
299
|
-
"properties": {
|
|
300
|
-
"color": {
|
|
301
|
-
"type": "string"
|
|
302
|
-
},
|
|
303
|
-
"id": {
|
|
304
|
-
"type": "string"
|
|
305
|
-
},
|
|
306
|
-
"level": {
|
|
307
|
-
"type": "number"
|
|
308
|
-
},
|
|
309
|
-
"name": {
|
|
310
|
-
"type": "object"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"type": "object"
|
|
314
|
-
},
|
|
315
|
-
"type": "array"
|
|
316
|
-
}
|
|
317
|
-
]
|
|
318
|
-
},
|
|
319
|
-
"currency": {
|
|
320
|
-
"properties": {
|
|
321
|
-
"id": {
|
|
322
|
-
"type": "string"
|
|
323
|
-
},
|
|
324
|
-
"name": {
|
|
325
|
-
"type": "string"
|
|
326
|
-
},
|
|
327
|
-
"symbol": {
|
|
328
|
-
"type": "string"
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
"type": "object"
|
|
332
|
-
},
|
|
333
|
-
"currency_id": {
|
|
334
|
-
"type": "string"
|
|
335
|
-
},
|
|
336
|
-
"description": {
|
|
337
|
-
"type": "object"
|
|
338
|
-
},
|
|
339
|
-
"duration_format": {
|
|
340
|
-
"enum": [
|
|
341
|
-
"long",
|
|
342
|
-
"short",
|
|
343
|
-
"time"
|
|
344
|
-
],
|
|
345
|
-
"type": "string"
|
|
346
|
-
},
|
|
347
|
-
"duration_levels": {
|
|
348
|
-
"items": {
|
|
349
|
-
"type": "number"
|
|
350
|
-
},
|
|
351
|
-
"type": "array"
|
|
352
|
-
},
|
|
353
|
-
"expression": {
|
|
354
|
-
"type": "string"
|
|
355
|
-
},
|
|
356
|
-
"format": {
|
|
357
|
-
"type": "string"
|
|
358
|
-
},
|
|
359
|
-
"hierarchyLevels": {
|
|
360
|
-
"items": {
|
|
361
|
-
"properties": {
|
|
362
|
-
"color": {
|
|
363
|
-
"type": "string"
|
|
364
|
-
},
|
|
365
|
-
"id": {
|
|
366
|
-
"type": "string"
|
|
367
|
-
},
|
|
368
|
-
"level": {
|
|
369
|
-
"type": "number"
|
|
370
|
-
},
|
|
371
|
-
"name": {
|
|
372
|
-
"type": "object"
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
"type": "object"
|
|
376
|
-
},
|
|
377
|
-
"type": "array"
|
|
378
|
-
},
|
|
379
|
-
"hierarchy_enabled": {
|
|
380
|
-
"type": "boolean"
|
|
381
|
-
},
|
|
382
|
-
"highestLevel": {
|
|
383
|
-
"type": "number"
|
|
384
|
-
},
|
|
385
|
-
"id": {
|
|
386
|
-
"type": "string"
|
|
387
|
-
},
|
|
388
|
-
"informat": {
|
|
389
|
-
"type": "string"
|
|
390
|
-
},
|
|
391
|
-
"isFormula": {
|
|
392
|
-
"type": "boolean"
|
|
393
|
-
},
|
|
394
|
-
"isLabel": {
|
|
395
|
-
"type": "boolean"
|
|
396
|
-
},
|
|
397
|
-
"joins": {
|
|
398
|
-
"items": {
|
|
399
|
-
"properties": {
|
|
400
|
-
"currency_id": {
|
|
401
|
-
"type": [
|
|
402
|
-
"null",
|
|
403
|
-
"string"
|
|
404
|
-
]
|
|
405
|
-
},
|
|
406
|
-
"hierarchy_enabled": {
|
|
407
|
-
"type": "boolean"
|
|
408
|
-
},
|
|
409
|
-
"id": {
|
|
410
|
-
"type": "string"
|
|
411
|
-
},
|
|
412
|
-
"join": {
|
|
413
|
-
"properties": {
|
|
414
|
-
"column_id": {
|
|
415
|
-
"type": "string"
|
|
416
|
-
},
|
|
417
|
-
"created_at": {
|
|
418
|
-
"type": "string"
|
|
419
|
-
},
|
|
420
|
-
"joins_id": {
|
|
421
|
-
"type": "string"
|
|
422
|
-
},
|
|
423
|
-
"subtype": {
|
|
424
|
-
"type": "string"
|
|
425
|
-
},
|
|
426
|
-
"type": {
|
|
427
|
-
"enum": [
|
|
428
|
-
"exact",
|
|
429
|
-
"lookup"
|
|
430
|
-
],
|
|
431
|
-
"type": "string"
|
|
432
|
-
},
|
|
433
|
-
"update_at": {
|
|
434
|
-
"type": "string"
|
|
435
|
-
},
|
|
436
|
-
"updated_at": {
|
|
437
|
-
"type": "string"
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
"type": "object"
|
|
441
|
-
},
|
|
442
|
-
"securable_id": {
|
|
443
|
-
"type": "string"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
"type": "object"
|
|
447
|
-
},
|
|
448
|
-
"type": "array"
|
|
449
|
-
},
|
|
450
|
-
"level": {
|
|
451
|
-
"type": "number"
|
|
452
|
-
},
|
|
453
|
-
"lowestLevel": {
|
|
454
|
-
"type": "number"
|
|
455
|
-
},
|
|
456
|
-
"name": {
|
|
457
|
-
"type": "object"
|
|
458
|
-
},
|
|
459
|
-
"order": {
|
|
460
|
-
"type": "number"
|
|
461
|
-
},
|
|
462
|
-
"securable_id": {
|
|
463
|
-
"type": "string"
|
|
464
|
-
},
|
|
465
|
-
"source_name": {
|
|
466
|
-
"type": "string"
|
|
467
|
-
},
|
|
468
|
-
"subtype": {
|
|
469
|
-
"enum": [
|
|
470
|
-
"coordinates",
|
|
471
|
-
"currency",
|
|
472
|
-
"duration",
|
|
473
|
-
"hierarchy_element_expression",
|
|
474
|
-
"topography"
|
|
475
|
-
],
|
|
476
|
-
"type": "string"
|
|
477
|
-
},
|
|
478
|
-
"type": {
|
|
479
|
-
"enum": [
|
|
480
|
-
"datetime",
|
|
481
|
-
"hierarchy",
|
|
482
|
-
"numeric",
|
|
483
|
-
"spatial"
|
|
484
|
-
],
|
|
485
|
-
"type": "string"
|
|
486
|
-
},
|
|
487
|
-
"version": {
|
|
488
|
-
"type": "number"
|
|
489
|
-
},
|
|
490
|
-
"width": {
|
|
491
|
-
"type": "number"
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
"type": "object"
|
|
495
|
-
},
|
|
496
|
-
"type": "array"
|
|
497
|
-
},
|
|
498
|
-
"datasetId": {
|
|
499
|
-
"format": "uuid",
|
|
500
|
-
"type": "string"
|
|
501
|
-
},
|
|
502
|
-
"datasetName": {
|
|
503
|
-
"type": "object"
|
|
504
|
-
},
|
|
505
|
-
"formulas": {
|
|
506
|
-
"items": {
|
|
507
|
-
"properties": {
|
|
508
|
-
"color": {
|
|
509
|
-
"type": "string"
|
|
510
|
-
},
|
|
511
|
-
"currency": {
|
|
512
|
-
"properties": {
|
|
513
|
-
"id": {
|
|
514
|
-
"type": "string"
|
|
515
|
-
},
|
|
516
|
-
"name": {
|
|
517
|
-
"type": "string"
|
|
518
|
-
},
|
|
519
|
-
"symbol": {
|
|
520
|
-
"type": "string"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"type": "object"
|
|
524
|
-
},
|
|
525
|
-
"currency_id": {
|
|
526
|
-
"type": "string"
|
|
527
|
-
},
|
|
528
|
-
"duration_format": {
|
|
529
|
-
"enum": [
|
|
530
|
-
"long",
|
|
531
|
-
"short",
|
|
532
|
-
"time"
|
|
533
|
-
],
|
|
534
|
-
"type": "string"
|
|
535
|
-
},
|
|
536
|
-
"duration_levels": {
|
|
537
|
-
"items": {
|
|
538
|
-
"type": "number"
|
|
539
|
-
},
|
|
540
|
-
"type": "array"
|
|
541
|
-
},
|
|
542
|
-
"expression": {
|
|
543
|
-
"type": "string"
|
|
544
|
-
},
|
|
545
|
-
"format": {
|
|
546
|
-
"type": "string"
|
|
547
|
-
},
|
|
548
|
-
"id": {
|
|
549
|
-
"type": "string"
|
|
550
|
-
},
|
|
551
|
-
"informat": {
|
|
552
|
-
"enum": [
|
|
553
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
554
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
555
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
556
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
557
|
-
"X",
|
|
558
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
559
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
560
|
-
"hierarchy",
|
|
561
|
-
"numeric",
|
|
562
|
-
"x"
|
|
563
|
-
],
|
|
564
|
-
"type": "string"
|
|
565
|
-
},
|
|
566
|
-
"isFormula": {
|
|
567
|
-
"type": "boolean"
|
|
568
|
-
},
|
|
569
|
-
"level": {
|
|
570
|
-
"type": "number"
|
|
571
|
-
},
|
|
572
|
-
"lowestLevel": {
|
|
573
|
-
"type": "number"
|
|
574
|
-
},
|
|
575
|
-
"name": {
|
|
576
|
-
"type": "object"
|
|
577
|
-
},
|
|
578
|
-
"securableFormula": {
|
|
579
|
-
"properties": {
|
|
580
|
-
"formula_id": {
|
|
581
|
-
"type": "string"
|
|
582
|
-
},
|
|
583
|
-
"securable_id": {
|
|
584
|
-
"type": "string"
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
"type": "object"
|
|
588
|
-
},
|
|
589
|
-
"securable_id": {
|
|
590
|
-
"type": "string"
|
|
591
|
-
},
|
|
592
|
-
"subtype": {
|
|
593
|
-
"enum": [
|
|
594
|
-
"currency",
|
|
595
|
-
"date",
|
|
596
|
-
"datetime",
|
|
597
|
-
"duration"
|
|
598
|
-
],
|
|
599
|
-
"type": "string"
|
|
600
|
-
},
|
|
601
|
-
"type": {
|
|
602
|
-
"enum": [
|
|
603
|
-
"datetime",
|
|
604
|
-
"hierarchy",
|
|
605
|
-
"numeric"
|
|
606
|
-
],
|
|
607
|
-
"type": "string"
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
"type": "object"
|
|
611
|
-
},
|
|
612
|
-
"type": "array"
|
|
613
|
-
}
|
|
614
|
-
},
|
|
615
|
-
"type": "object"
|
|
616
|
-
},
|
|
617
|
-
"type": "array"
|
|
618
|
-
},
|
|
619
|
-
"allowMultiple": {
|
|
620
|
-
"type": "boolean"
|
|
621
|
-
},
|
|
622
|
-
"description": {
|
|
623
|
-
"type": "string"
|
|
624
|
-
},
|
|
625
261
|
"order": {
|
|
262
|
+
"description": "Order",
|
|
263
|
+
"examples": [
|
|
264
|
+
0,
|
|
265
|
+
9999
|
|
266
|
+
],
|
|
626
267
|
"type": "number"
|
|
627
268
|
},
|
|
628
269
|
"slot": {
|
|
270
|
+
"description": "Slot name",
|
|
271
|
+
"examples": [
|
|
272
|
+
"measure",
|
|
273
|
+
"dimension",
|
|
274
|
+
"legend"
|
|
275
|
+
],
|
|
629
276
|
"type": "string"
|
|
630
277
|
},
|
|
631
278
|
"values": {
|
|
279
|
+
"description": "An array of columns for the current picker",
|
|
632
280
|
"items": {
|
|
633
281
|
"properties": {
|
|
634
282
|
"aggregationFunc": {
|
|
@@ -664,6 +312,7 @@ declare const _default: {
|
|
|
664
312
|
"currency",
|
|
665
313
|
"duration",
|
|
666
314
|
"hierarchy_element_expression",
|
|
315
|
+
"ip_address",
|
|
667
316
|
"topography"
|
|
668
317
|
],
|
|
669
318
|
"type": "string"
|
|
@@ -697,36 +346,6 @@ declare const _default: {
|
|
|
697
346
|
"string"
|
|
698
347
|
]
|
|
699
348
|
},
|
|
700
|
-
"columnHierarchies": {
|
|
701
|
-
"anyOf": [
|
|
702
|
-
{
|
|
703
|
-
"items": {
|
|
704
|
-
"type": "string"
|
|
705
|
-
},
|
|
706
|
-
"type": "array"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"items": {
|
|
710
|
-
"properties": {
|
|
711
|
-
"color": {
|
|
712
|
-
"type": "string"
|
|
713
|
-
},
|
|
714
|
-
"id": {
|
|
715
|
-
"type": "string"
|
|
716
|
-
},
|
|
717
|
-
"level": {
|
|
718
|
-
"type": "number"
|
|
719
|
-
},
|
|
720
|
-
"name": {
|
|
721
|
-
"type": "object"
|
|
722
|
-
}
|
|
723
|
-
},
|
|
724
|
-
"type": "object"
|
|
725
|
-
},
|
|
726
|
-
"type": "array"
|
|
727
|
-
}
|
|
728
|
-
]
|
|
729
|
-
},
|
|
730
349
|
"columnId": {
|
|
731
350
|
"description": "Column id",
|
|
732
351
|
"format": "uuid",
|
|
@@ -801,13 +420,6 @@ declare const _default: {
|
|
|
801
420
|
},
|
|
802
421
|
"type": "object"
|
|
803
422
|
},
|
|
804
|
-
"hidden": {
|
|
805
|
-
"type": "boolean"
|
|
806
|
-
},
|
|
807
|
-
"include_nonoccurring": {
|
|
808
|
-
"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.",
|
|
809
|
-
"type": "boolean"
|
|
810
|
-
},
|
|
811
423
|
"label": {
|
|
812
424
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
813
425
|
"type": "object"
|
|
@@ -855,6 +467,7 @@ declare const _default: {
|
|
|
855
467
|
"enum": [
|
|
856
468
|
"none",
|
|
857
469
|
"past",
|
|
470
|
+
"absoluteChange",
|
|
858
471
|
"percentageChange"
|
|
859
472
|
],
|
|
860
473
|
"type": "string"
|
|
@@ -862,10 +475,8 @@ declare const _default: {
|
|
|
862
475
|
},
|
|
863
476
|
"type": "object"
|
|
864
477
|
},
|
|
865
|
-
"readonly": {
|
|
866
|
-
"type": "boolean"
|
|
867
|
-
},
|
|
868
478
|
"selected": {
|
|
479
|
+
"description": "Selected item",
|
|
869
480
|
"type": "boolean"
|
|
870
481
|
},
|
|
871
482
|
"subtype": {
|
|
@@ -878,6 +489,7 @@ declare const _default: {
|
|
|
878
489
|
"datetime",
|
|
879
490
|
"duration",
|
|
880
491
|
"hierarchy_element_expression",
|
|
492
|
+
"ip_address",
|
|
881
493
|
"topography"
|
|
882
494
|
],
|
|
883
495
|
"type": "string"
|
|
@@ -1034,11 +646,11 @@ declare const _default: {
|
|
|
1034
646
|
"type": "boolean"
|
|
1035
647
|
},
|
|
1036
648
|
"missingValue": {
|
|
1037
|
-
"description": "
|
|
649
|
+
"description": "Fill missing days. Describes how missing date periods in the data are handled in the chart.",
|
|
1038
650
|
"properties": {
|
|
1039
651
|
"type": {
|
|
1040
652
|
"default": "no",
|
|
1041
|
-
"description": "Type of the missing value",
|
|
653
|
+
"description": "Type of the missing value. The possible values are \"No\" (don't fill missing date periods), \"Break line when null values\" (line is interrupted between two date periods with a missing period in between) or a manual value (line is drawn as a manual value between two date periods with a missing period in between, default: 0).",
|
|
1042
654
|
"enum": [
|
|
1043
655
|
"break",
|
|
1044
656
|
"manual",
|
|
@@ -1047,7 +659,8 @@ declare const _default: {
|
|
|
1047
659
|
"type": "string"
|
|
1048
660
|
},
|
|
1049
661
|
"value": {
|
|
1050
|
-
"
|
|
662
|
+
"default": 0,
|
|
663
|
+
"description": "The manual value of the missing value, it's applied when the type is \"manual\"",
|
|
1051
664
|
"type": "number"
|
|
1052
665
|
}
|
|
1053
666
|
},
|
|
@@ -1112,7 +725,7 @@ declare const _default: {
|
|
|
1112
725
|
"description": "Custom border styling",
|
|
1113
726
|
"properties": {
|
|
1114
727
|
"border-bottom-width": {
|
|
1115
|
-
"description": "Border bottom width",
|
|
728
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1116
729
|
"examples": [
|
|
1117
730
|
"0px",
|
|
1118
731
|
"1px",
|
|
@@ -1121,7 +734,7 @@ declare const _default: {
|
|
|
1121
734
|
"type": "string"
|
|
1122
735
|
},
|
|
1123
736
|
"border-color": {
|
|
1124
|
-
"description": "Border color",
|
|
737
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1125
738
|
"examples": [
|
|
1126
739
|
"rgba(216, 216, 216, 1)",
|
|
1127
740
|
"rgb(147, 146, 148)"
|
|
@@ -1129,7 +742,7 @@ declare const _default: {
|
|
|
1129
742
|
"type": "string"
|
|
1130
743
|
},
|
|
1131
744
|
"border-left-width": {
|
|
1132
|
-
"description": "Border left width",
|
|
745
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1133
746
|
"examples": [
|
|
1134
747
|
"0px",
|
|
1135
748
|
"1px",
|
|
@@ -1147,7 +760,7 @@ declare const _default: {
|
|
|
1147
760
|
"type": "string"
|
|
1148
761
|
},
|
|
1149
762
|
"border-right-width": {
|
|
1150
|
-
"description": "Border right width",
|
|
763
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1151
764
|
"examples": [
|
|
1152
765
|
"0px",
|
|
1153
766
|
"1px",
|
|
@@ -1156,7 +769,7 @@ declare const _default: {
|
|
|
1156
769
|
"type": "string"
|
|
1157
770
|
},
|
|
1158
771
|
"border-style": {
|
|
1159
|
-
"description": "Border style",
|
|
772
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1160
773
|
"examples": [
|
|
1161
774
|
"none",
|
|
1162
775
|
"solid",
|
|
@@ -1166,7 +779,7 @@ declare const _default: {
|
|
|
1166
779
|
"type": "string"
|
|
1167
780
|
},
|
|
1168
781
|
"border-top-width": {
|
|
1169
|
-
"description": "Border top width",
|
|
782
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1170
783
|
"examples": [
|
|
1171
784
|
"0px",
|
|
1172
785
|
"1px",
|
|
@@ -1208,12 +821,15 @@ declare const _default: {
|
|
|
1208
821
|
"type": "object"
|
|
1209
822
|
},
|
|
1210
823
|
"colors": {
|
|
1211
|
-
"description": "Custom color palette",
|
|
824
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1212
825
|
"examples": [
|
|
1213
826
|
[
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
827
|
+
"red",
|
|
828
|
+
"green",
|
|
829
|
+
"blue",
|
|
830
|
+
"yellow",
|
|
831
|
+
"orange",
|
|
832
|
+
"purple"
|
|
1217
833
|
]
|
|
1218
834
|
],
|
|
1219
835
|
"items": {
|
|
@@ -1224,19 +840,6 @@ declare const _default: {
|
|
|
1224
840
|
"font": {
|
|
1225
841
|
"description": "Custom font styling",
|
|
1226
842
|
"properties": {
|
|
1227
|
-
"font-style": {
|
|
1228
|
-
"const": "normal",
|
|
1229
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1230
|
-
"type": "string"
|
|
1231
|
-
},
|
|
1232
|
-
"font-weight": {
|
|
1233
|
-
"description": "Font weight",
|
|
1234
|
-
"examples": [
|
|
1235
|
-
400,
|
|
1236
|
-
700
|
|
1237
|
-
],
|
|
1238
|
-
"type": "number"
|
|
1239
|
-
},
|
|
1240
843
|
"fontFamily": {
|
|
1241
844
|
"description": "Font family",
|
|
1242
845
|
"examples": [
|
|
@@ -1249,7 +852,7 @@ declare const _default: {
|
|
|
1249
852
|
"type": "string"
|
|
1250
853
|
},
|
|
1251
854
|
"fontSize": {
|
|
1252
|
-
"description": "Font size in px",
|
|
855
|
+
"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.",
|
|
1253
856
|
"examples": [
|
|
1254
857
|
10,
|
|
1255
858
|
15,
|
|
@@ -1278,7 +881,7 @@ declare const _default: {
|
|
|
1278
881
|
"type": "string"
|
|
1279
882
|
},
|
|
1280
883
|
"title": {
|
|
1281
|
-
"description": "Custom title styling",
|
|
884
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1282
885
|
"properties": {
|
|
1283
886
|
"align": {
|
|
1284
887
|
"description": "Title align",
|
|
@@ -1311,7 +914,7 @@ declare const _default: {
|
|
|
1311
914
|
"type": "boolean"
|
|
1312
915
|
},
|
|
1313
916
|
"fontSize": {
|
|
1314
|
-
"description": "Title's font size in px",
|
|
917
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1315
918
|
"examples": [
|
|
1316
919
|
16,
|
|
1317
920
|
20
|
|
@@ -1347,7 +950,7 @@ declare const _default: {
|
|
|
1347
950
|
"type": "object"
|
|
1348
951
|
},
|
|
1349
952
|
"tooltip": {
|
|
1350
|
-
"description": "Custom tooltip styling",
|
|
953
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1351
954
|
"properties": {
|
|
1352
955
|
"background": {
|
|
1353
956
|
"description": "Tooltip's background",
|
|
@@ -1360,16 +963,7 @@ declare const _default: {
|
|
|
1360
963
|
"type": "string"
|
|
1361
964
|
},
|
|
1362
965
|
"fontSize": {
|
|
1363
|
-
"description": "Tooltip's font size in px",
|
|
1364
|
-
"examples": [
|
|
1365
|
-
12,
|
|
1366
|
-
16,
|
|
1367
|
-
20
|
|
1368
|
-
],
|
|
1369
|
-
"type": "number"
|
|
1370
|
-
},
|
|
1371
|
-
"lineHeight": {
|
|
1372
|
-
"description": "Tooltip's line height in px",
|
|
966
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1373
967
|
"examples": [
|
|
1374
968
|
12,
|
|
1375
969
|
16,
|
|
@@ -1378,7 +972,7 @@ declare const _default: {
|
|
|
1378
972
|
"type": "number"
|
|
1379
973
|
},
|
|
1380
974
|
"opacity": {
|
|
1381
|
-
"description": "Tooltip's opacity",
|
|
975
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1382
976
|
"examples": [
|
|
1383
977
|
0.5,
|
|
1384
978
|
0.8,
|