@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/scatter-plot-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -340,114 +340,104 @@ declare const _default: {
|
|
|
340
340
|
"interactivity": {
|
|
341
341
|
"description": "Interactivity options",
|
|
342
342
|
"properties": {
|
|
343
|
-
"availableExportTypes": {
|
|
344
|
-
"default": [
|
|
345
|
-
"xlsx",
|
|
346
|
-
"csv",
|
|
347
|
-
"png"
|
|
348
|
-
],
|
|
349
|
-
"description": "Available export types interactivity option",
|
|
350
|
-
"items": {
|
|
351
|
-
"description": "Export types",
|
|
352
|
-
"enum": [
|
|
353
|
-
"csv",
|
|
354
|
-
"csv-raw",
|
|
355
|
-
"png",
|
|
356
|
-
"xlsx",
|
|
357
|
-
"xlsx-raw"
|
|
358
|
-
],
|
|
359
|
-
"type": "string"
|
|
360
|
-
},
|
|
361
|
-
"type": "array"
|
|
362
|
-
},
|
|
363
343
|
"brush": {
|
|
364
344
|
"default": true,
|
|
365
345
|
"description": "Filter on brush interactivity option",
|
|
366
346
|
"type": "boolean"
|
|
367
347
|
},
|
|
368
348
|
"customEvents": {
|
|
369
|
-
"
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
349
|
+
"anyOf": [
|
|
350
|
+
{
|
|
351
|
+
"properties": {
|
|
352
|
+
"events": {
|
|
353
|
+
"items": {
|
|
354
|
+
"description": "Custom event configuration",
|
|
355
|
+
"properties": {
|
|
356
|
+
"label": {
|
|
357
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
358
|
+
"type": "object"
|
|
359
|
+
},
|
|
360
|
+
"name": {
|
|
361
|
+
"description": "Custom event name",
|
|
362
|
+
"type": "string"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
378
365
|
"type": "object"
|
|
379
366
|
},
|
|
380
|
-
"
|
|
381
|
-
"description": "Custom event name",
|
|
382
|
-
"type": "string"
|
|
383
|
-
}
|
|
367
|
+
"type": "array"
|
|
384
368
|
},
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
"
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
369
|
+
"extraData": {
|
|
370
|
+
"items": {
|
|
371
|
+
"properties": {
|
|
372
|
+
"aggregation": {
|
|
373
|
+
"description": "Aggregation query type",
|
|
374
|
+
"enum": [
|
|
375
|
+
"average",
|
|
376
|
+
"count",
|
|
377
|
+
"cumulativesum",
|
|
378
|
+
"distinctcount",
|
|
379
|
+
"histogram",
|
|
380
|
+
"max",
|
|
381
|
+
"median",
|
|
382
|
+
"min",
|
|
383
|
+
"rate",
|
|
384
|
+
"stddev",
|
|
385
|
+
"sum",
|
|
386
|
+
"weightedaverage"
|
|
387
|
+
],
|
|
388
|
+
"type": "string"
|
|
389
|
+
},
|
|
390
|
+
"columnId": {
|
|
391
|
+
"description": "Column id",
|
|
392
|
+
"format": "uuid",
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
395
|
+
"datasetId": {
|
|
396
|
+
"description": "Dataset id",
|
|
397
|
+
"format": "uuid",
|
|
398
|
+
"type": "string"
|
|
399
|
+
},
|
|
400
|
+
"formulaId": {
|
|
401
|
+
"description": "Formula id",
|
|
402
|
+
"format": "uuid",
|
|
403
|
+
"type": "string"
|
|
404
|
+
},
|
|
405
|
+
"label": {
|
|
406
|
+
"description": "Label",
|
|
407
|
+
"type": "string"
|
|
408
|
+
},
|
|
409
|
+
"weightedColumnId": {
|
|
410
|
+
"description": "Weighted column id",
|
|
411
|
+
"format": "uuid",
|
|
412
|
+
"type": "string"
|
|
413
|
+
},
|
|
414
|
+
"weightedDatasetId": {
|
|
415
|
+
"description": "Weighted dataset id",
|
|
416
|
+
"format": "uuid",
|
|
417
|
+
"type": "string"
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
"type": "object"
|
|
433
421
|
},
|
|
434
|
-
"
|
|
435
|
-
|
|
436
|
-
"format": "uuid",
|
|
437
|
-
"type": "string"
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
"type": "object"
|
|
422
|
+
"type": "array"
|
|
423
|
+
}
|
|
441
424
|
},
|
|
442
|
-
"type": "
|
|
425
|
+
"type": "object"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"type": "null"
|
|
443
429
|
}
|
|
444
|
-
|
|
445
|
-
"
|
|
430
|
+
],
|
|
431
|
+
"default": null,
|
|
432
|
+
"description": "Custom events interactivity option"
|
|
446
433
|
},
|
|
447
434
|
"customTooltip": {
|
|
448
435
|
"default": null,
|
|
449
436
|
"description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
|
|
450
|
-
"type":
|
|
437
|
+
"type": [
|
|
438
|
+
"null",
|
|
439
|
+
"object"
|
|
440
|
+
]
|
|
451
441
|
},
|
|
452
442
|
"exportTypes": {
|
|
453
443
|
"default": [
|
|
@@ -455,7 +445,7 @@ declare const _default: {
|
|
|
455
445
|
"csv",
|
|
456
446
|
"png"
|
|
457
447
|
],
|
|
458
|
-
"description": "Export types interactivity option",
|
|
448
|
+
"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.",
|
|
459
449
|
"items": {
|
|
460
450
|
"description": "Export types",
|
|
461
451
|
"enum": [
|
|
@@ -477,364 +467,25 @@ declare const _default: {
|
|
|
477
467
|
"items": {
|
|
478
468
|
"description": "Measure dimension picker configuration",
|
|
479
469
|
"properties": {
|
|
480
|
-
"acceptFormula": {
|
|
481
|
-
"type": "boolean"
|
|
482
|
-
},
|
|
483
|
-
"allAvailableColumns": {
|
|
484
|
-
"items": {
|
|
485
|
-
"properties": {
|
|
486
|
-
"columns": {
|
|
487
|
-
"items": {
|
|
488
|
-
"properties": {
|
|
489
|
-
"cardinality": {
|
|
490
|
-
"type": "number"
|
|
491
|
-
},
|
|
492
|
-
"color": {
|
|
493
|
-
"type": "string"
|
|
494
|
-
},
|
|
495
|
-
"columnHierarchies": {
|
|
496
|
-
"anyOf": [
|
|
497
|
-
{
|
|
498
|
-
"items": {
|
|
499
|
-
"type": "string"
|
|
500
|
-
},
|
|
501
|
-
"type": "array"
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"items": {
|
|
505
|
-
"properties": {
|
|
506
|
-
"color": {
|
|
507
|
-
"type": "string"
|
|
508
|
-
},
|
|
509
|
-
"id": {
|
|
510
|
-
"type": "string"
|
|
511
|
-
},
|
|
512
|
-
"level": {
|
|
513
|
-
"type": "number"
|
|
514
|
-
},
|
|
515
|
-
"name": {
|
|
516
|
-
"type": "object"
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
"type": "object"
|
|
520
|
-
},
|
|
521
|
-
"type": "array"
|
|
522
|
-
}
|
|
523
|
-
]
|
|
524
|
-
},
|
|
525
|
-
"currency": {
|
|
526
|
-
"properties": {
|
|
527
|
-
"id": {
|
|
528
|
-
"type": "string"
|
|
529
|
-
},
|
|
530
|
-
"name": {
|
|
531
|
-
"type": "string"
|
|
532
|
-
},
|
|
533
|
-
"symbol": {
|
|
534
|
-
"type": "string"
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
"type": "object"
|
|
538
|
-
},
|
|
539
|
-
"currency_id": {
|
|
540
|
-
"type": "string"
|
|
541
|
-
},
|
|
542
|
-
"description": {
|
|
543
|
-
"type": "object"
|
|
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
|
-
"hierarchyLevels": {
|
|
566
|
-
"items": {
|
|
567
|
-
"properties": {
|
|
568
|
-
"color": {
|
|
569
|
-
"type": "string"
|
|
570
|
-
},
|
|
571
|
-
"id": {
|
|
572
|
-
"type": "string"
|
|
573
|
-
},
|
|
574
|
-
"level": {
|
|
575
|
-
"type": "number"
|
|
576
|
-
},
|
|
577
|
-
"name": {
|
|
578
|
-
"type": "object"
|
|
579
|
-
}
|
|
580
|
-
},
|
|
581
|
-
"type": "object"
|
|
582
|
-
},
|
|
583
|
-
"type": "array"
|
|
584
|
-
},
|
|
585
|
-
"hierarchy_enabled": {
|
|
586
|
-
"type": "boolean"
|
|
587
|
-
},
|
|
588
|
-
"highestLevel": {
|
|
589
|
-
"type": "number"
|
|
590
|
-
},
|
|
591
|
-
"id": {
|
|
592
|
-
"type": "string"
|
|
593
|
-
},
|
|
594
|
-
"informat": {
|
|
595
|
-
"type": "string"
|
|
596
|
-
},
|
|
597
|
-
"isFormula": {
|
|
598
|
-
"type": "boolean"
|
|
599
|
-
},
|
|
600
|
-
"isLabel": {
|
|
601
|
-
"type": "boolean"
|
|
602
|
-
},
|
|
603
|
-
"joins": {
|
|
604
|
-
"items": {
|
|
605
|
-
"properties": {
|
|
606
|
-
"currency_id": {
|
|
607
|
-
"type": [
|
|
608
|
-
"null",
|
|
609
|
-
"string"
|
|
610
|
-
]
|
|
611
|
-
},
|
|
612
|
-
"hierarchy_enabled": {
|
|
613
|
-
"type": "boolean"
|
|
614
|
-
},
|
|
615
|
-
"id": {
|
|
616
|
-
"type": "string"
|
|
617
|
-
},
|
|
618
|
-
"join": {
|
|
619
|
-
"properties": {
|
|
620
|
-
"column_id": {
|
|
621
|
-
"type": "string"
|
|
622
|
-
},
|
|
623
|
-
"created_at": {
|
|
624
|
-
"type": "string"
|
|
625
|
-
},
|
|
626
|
-
"joins_id": {
|
|
627
|
-
"type": "string"
|
|
628
|
-
},
|
|
629
|
-
"subtype": {
|
|
630
|
-
"type": "string"
|
|
631
|
-
},
|
|
632
|
-
"type": {
|
|
633
|
-
"enum": [
|
|
634
|
-
"exact",
|
|
635
|
-
"lookup"
|
|
636
|
-
],
|
|
637
|
-
"type": "string"
|
|
638
|
-
},
|
|
639
|
-
"update_at": {
|
|
640
|
-
"type": "string"
|
|
641
|
-
},
|
|
642
|
-
"updated_at": {
|
|
643
|
-
"type": "string"
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
"type": "object"
|
|
647
|
-
},
|
|
648
|
-
"securable_id": {
|
|
649
|
-
"type": "string"
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
"type": "object"
|
|
653
|
-
},
|
|
654
|
-
"type": "array"
|
|
655
|
-
},
|
|
656
|
-
"level": {
|
|
657
|
-
"type": "number"
|
|
658
|
-
},
|
|
659
|
-
"lowestLevel": {
|
|
660
|
-
"type": "number"
|
|
661
|
-
},
|
|
662
|
-
"name": {
|
|
663
|
-
"type": "object"
|
|
664
|
-
},
|
|
665
|
-
"order": {
|
|
666
|
-
"type": "number"
|
|
667
|
-
},
|
|
668
|
-
"securable_id": {
|
|
669
|
-
"type": "string"
|
|
670
|
-
},
|
|
671
|
-
"source_name": {
|
|
672
|
-
"type": "string"
|
|
673
|
-
},
|
|
674
|
-
"subtype": {
|
|
675
|
-
"enum": [
|
|
676
|
-
"coordinates",
|
|
677
|
-
"currency",
|
|
678
|
-
"duration",
|
|
679
|
-
"hierarchy_element_expression",
|
|
680
|
-
"topography"
|
|
681
|
-
],
|
|
682
|
-
"type": "string"
|
|
683
|
-
},
|
|
684
|
-
"type": {
|
|
685
|
-
"enum": [
|
|
686
|
-
"datetime",
|
|
687
|
-
"hierarchy",
|
|
688
|
-
"numeric",
|
|
689
|
-
"spatial"
|
|
690
|
-
],
|
|
691
|
-
"type": "string"
|
|
692
|
-
},
|
|
693
|
-
"version": {
|
|
694
|
-
"type": "number"
|
|
695
|
-
},
|
|
696
|
-
"width": {
|
|
697
|
-
"type": "number"
|
|
698
|
-
}
|
|
699
|
-
},
|
|
700
|
-
"type": "object"
|
|
701
|
-
},
|
|
702
|
-
"type": "array"
|
|
703
|
-
},
|
|
704
|
-
"datasetId": {
|
|
705
|
-
"format": "uuid",
|
|
706
|
-
"type": "string"
|
|
707
|
-
},
|
|
708
|
-
"datasetName": {
|
|
709
|
-
"type": "object"
|
|
710
|
-
},
|
|
711
|
-
"formulas": {
|
|
712
|
-
"items": {
|
|
713
|
-
"properties": {
|
|
714
|
-
"color": {
|
|
715
|
-
"type": "string"
|
|
716
|
-
},
|
|
717
|
-
"currency": {
|
|
718
|
-
"properties": {
|
|
719
|
-
"id": {
|
|
720
|
-
"type": "string"
|
|
721
|
-
},
|
|
722
|
-
"name": {
|
|
723
|
-
"type": "string"
|
|
724
|
-
},
|
|
725
|
-
"symbol": {
|
|
726
|
-
"type": "string"
|
|
727
|
-
}
|
|
728
|
-
},
|
|
729
|
-
"type": "object"
|
|
730
|
-
},
|
|
731
|
-
"currency_id": {
|
|
732
|
-
"type": "string"
|
|
733
|
-
},
|
|
734
|
-
"duration_format": {
|
|
735
|
-
"enum": [
|
|
736
|
-
"long",
|
|
737
|
-
"short",
|
|
738
|
-
"time"
|
|
739
|
-
],
|
|
740
|
-
"type": "string"
|
|
741
|
-
},
|
|
742
|
-
"duration_levels": {
|
|
743
|
-
"items": {
|
|
744
|
-
"type": "number"
|
|
745
|
-
},
|
|
746
|
-
"type": "array"
|
|
747
|
-
},
|
|
748
|
-
"expression": {
|
|
749
|
-
"type": "string"
|
|
750
|
-
},
|
|
751
|
-
"format": {
|
|
752
|
-
"type": "string"
|
|
753
|
-
},
|
|
754
|
-
"id": {
|
|
755
|
-
"type": "string"
|
|
756
|
-
},
|
|
757
|
-
"informat": {
|
|
758
|
-
"enum": [
|
|
759
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
760
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
761
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
762
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
763
|
-
"X",
|
|
764
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
765
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
766
|
-
"hierarchy",
|
|
767
|
-
"numeric",
|
|
768
|
-
"x"
|
|
769
|
-
],
|
|
770
|
-
"type": "string"
|
|
771
|
-
},
|
|
772
|
-
"isFormula": {
|
|
773
|
-
"type": "boolean"
|
|
774
|
-
},
|
|
775
|
-
"level": {
|
|
776
|
-
"type": "number"
|
|
777
|
-
},
|
|
778
|
-
"lowestLevel": {
|
|
779
|
-
"type": "number"
|
|
780
|
-
},
|
|
781
|
-
"name": {
|
|
782
|
-
"type": "object"
|
|
783
|
-
},
|
|
784
|
-
"securableFormula": {
|
|
785
|
-
"properties": {
|
|
786
|
-
"formula_id": {
|
|
787
|
-
"type": "string"
|
|
788
|
-
},
|
|
789
|
-
"securable_id": {
|
|
790
|
-
"type": "string"
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
"type": "object"
|
|
794
|
-
},
|
|
795
|
-
"securable_id": {
|
|
796
|
-
"type": "string"
|
|
797
|
-
},
|
|
798
|
-
"subtype": {
|
|
799
|
-
"enum": [
|
|
800
|
-
"currency",
|
|
801
|
-
"date",
|
|
802
|
-
"datetime",
|
|
803
|
-
"duration"
|
|
804
|
-
],
|
|
805
|
-
"type": "string"
|
|
806
|
-
},
|
|
807
|
-
"type": {
|
|
808
|
-
"enum": [
|
|
809
|
-
"datetime",
|
|
810
|
-
"hierarchy",
|
|
811
|
-
"numeric"
|
|
812
|
-
],
|
|
813
|
-
"type": "string"
|
|
814
|
-
}
|
|
815
|
-
},
|
|
816
|
-
"type": "object"
|
|
817
|
-
},
|
|
818
|
-
"type": "array"
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
|
-
"type": "object"
|
|
822
|
-
},
|
|
823
|
-
"type": "array"
|
|
824
|
-
},
|
|
825
|
-
"allowMultiple": {
|
|
826
|
-
"type": "boolean"
|
|
827
|
-
},
|
|
828
|
-
"description": {
|
|
829
|
-
"type": "string"
|
|
830
|
-
},
|
|
831
470
|
"order": {
|
|
471
|
+
"description": "Order",
|
|
472
|
+
"examples": [
|
|
473
|
+
0,
|
|
474
|
+
9999
|
|
475
|
+
],
|
|
832
476
|
"type": "number"
|
|
833
477
|
},
|
|
834
478
|
"slot": {
|
|
479
|
+
"description": "Slot name",
|
|
480
|
+
"examples": [
|
|
481
|
+
"measure",
|
|
482
|
+
"dimension",
|
|
483
|
+
"legend"
|
|
484
|
+
],
|
|
835
485
|
"type": "string"
|
|
836
486
|
},
|
|
837
487
|
"values": {
|
|
488
|
+
"description": "An array of columns for the current picker",
|
|
838
489
|
"items": {
|
|
839
490
|
"properties": {
|
|
840
491
|
"aggregationFunc": {
|
|
@@ -870,6 +521,7 @@ declare const _default: {
|
|
|
870
521
|
"currency",
|
|
871
522
|
"duration",
|
|
872
523
|
"hierarchy_element_expression",
|
|
524
|
+
"ip_address",
|
|
873
525
|
"topography"
|
|
874
526
|
],
|
|
875
527
|
"type": "string"
|
|
@@ -903,36 +555,6 @@ declare const _default: {
|
|
|
903
555
|
"string"
|
|
904
556
|
]
|
|
905
557
|
},
|
|
906
|
-
"columnHierarchies": {
|
|
907
|
-
"anyOf": [
|
|
908
|
-
{
|
|
909
|
-
"items": {
|
|
910
|
-
"type": "string"
|
|
911
|
-
},
|
|
912
|
-
"type": "array"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"items": {
|
|
916
|
-
"properties": {
|
|
917
|
-
"color": {
|
|
918
|
-
"type": "string"
|
|
919
|
-
},
|
|
920
|
-
"id": {
|
|
921
|
-
"type": "string"
|
|
922
|
-
},
|
|
923
|
-
"level": {
|
|
924
|
-
"type": "number"
|
|
925
|
-
},
|
|
926
|
-
"name": {
|
|
927
|
-
"type": "object"
|
|
928
|
-
}
|
|
929
|
-
},
|
|
930
|
-
"type": "object"
|
|
931
|
-
},
|
|
932
|
-
"type": "array"
|
|
933
|
-
}
|
|
934
|
-
]
|
|
935
|
-
},
|
|
936
558
|
"columnId": {
|
|
937
559
|
"description": "Column id",
|
|
938
560
|
"format": "uuid",
|
|
@@ -1007,13 +629,6 @@ declare const _default: {
|
|
|
1007
629
|
},
|
|
1008
630
|
"type": "object"
|
|
1009
631
|
},
|
|
1010
|
-
"hidden": {
|
|
1011
|
-
"type": "boolean"
|
|
1012
|
-
},
|
|
1013
|
-
"include_nonoccurring": {
|
|
1014
|
-
"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.",
|
|
1015
|
-
"type": "boolean"
|
|
1016
|
-
},
|
|
1017
632
|
"label": {
|
|
1018
633
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
1019
634
|
"type": "object"
|
|
@@ -1061,6 +676,7 @@ declare const _default: {
|
|
|
1061
676
|
"enum": [
|
|
1062
677
|
"none",
|
|
1063
678
|
"past",
|
|
679
|
+
"absoluteChange",
|
|
1064
680
|
"percentageChange"
|
|
1065
681
|
],
|
|
1066
682
|
"type": "string"
|
|
@@ -1068,10 +684,8 @@ declare const _default: {
|
|
|
1068
684
|
},
|
|
1069
685
|
"type": "object"
|
|
1070
686
|
},
|
|
1071
|
-
"readonly": {
|
|
1072
|
-
"type": "boolean"
|
|
1073
|
-
},
|
|
1074
687
|
"selected": {
|
|
688
|
+
"description": "Selected item",
|
|
1075
689
|
"type": "boolean"
|
|
1076
690
|
},
|
|
1077
691
|
"subtype": {
|
|
@@ -1084,6 +698,7 @@ declare const _default: {
|
|
|
1084
698
|
"datetime",
|
|
1085
699
|
"duration",
|
|
1086
700
|
"hierarchy_element_expression",
|
|
701
|
+
"ip_address",
|
|
1087
702
|
"topography"
|
|
1088
703
|
],
|
|
1089
704
|
"type": "string"
|
|
@@ -1158,7 +773,7 @@ declare const _default: {
|
|
|
1158
773
|
"type": "object"
|
|
1159
774
|
},
|
|
1160
775
|
"legend": {
|
|
1161
|
-
"description": "Legend options",
|
|
776
|
+
"description": "Legend options, they are applied if the legend is displayed",
|
|
1162
777
|
"properties": {
|
|
1163
778
|
"position": {
|
|
1164
779
|
"description": "Position of the legend. Only available when the legend is shown.",
|
|
@@ -1196,7 +811,7 @@ declare const _default: {
|
|
|
1196
811
|
"type": "object"
|
|
1197
812
|
},
|
|
1198
813
|
"limit": {
|
|
1199
|
-
"description": "
|
|
814
|
+
"description": "The maximum number of data rows to query and display",
|
|
1200
815
|
"properties": {
|
|
1201
816
|
"number": {
|
|
1202
817
|
"default": 100000,
|
|
@@ -1337,7 +952,7 @@ declare const _default: {
|
|
|
1337
952
|
"description": "Custom border styling",
|
|
1338
953
|
"properties": {
|
|
1339
954
|
"border-bottom-width": {
|
|
1340
|
-
"description": "Border bottom width",
|
|
955
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1341
956
|
"examples": [
|
|
1342
957
|
"0px",
|
|
1343
958
|
"1px",
|
|
@@ -1346,7 +961,7 @@ declare const _default: {
|
|
|
1346
961
|
"type": "string"
|
|
1347
962
|
},
|
|
1348
963
|
"border-color": {
|
|
1349
|
-
"description": "Border color",
|
|
964
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1350
965
|
"examples": [
|
|
1351
966
|
"rgba(216, 216, 216, 1)",
|
|
1352
967
|
"rgb(147, 146, 148)"
|
|
@@ -1354,7 +969,7 @@ declare const _default: {
|
|
|
1354
969
|
"type": "string"
|
|
1355
970
|
},
|
|
1356
971
|
"border-left-width": {
|
|
1357
|
-
"description": "Border left width",
|
|
972
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1358
973
|
"examples": [
|
|
1359
974
|
"0px",
|
|
1360
975
|
"1px",
|
|
@@ -1372,7 +987,7 @@ declare const _default: {
|
|
|
1372
987
|
"type": "string"
|
|
1373
988
|
},
|
|
1374
989
|
"border-right-width": {
|
|
1375
|
-
"description": "Border right width",
|
|
990
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1376
991
|
"examples": [
|
|
1377
992
|
"0px",
|
|
1378
993
|
"1px",
|
|
@@ -1381,7 +996,7 @@ declare const _default: {
|
|
|
1381
996
|
"type": "string"
|
|
1382
997
|
},
|
|
1383
998
|
"border-style": {
|
|
1384
|
-
"description": "Border style",
|
|
999
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1385
1000
|
"examples": [
|
|
1386
1001
|
"none",
|
|
1387
1002
|
"solid",
|
|
@@ -1391,7 +1006,7 @@ declare const _default: {
|
|
|
1391
1006
|
"type": "string"
|
|
1392
1007
|
},
|
|
1393
1008
|
"border-top-width": {
|
|
1394
|
-
"description": "Border top width",
|
|
1009
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1395
1010
|
"examples": [
|
|
1396
1011
|
"0px",
|
|
1397
1012
|
"1px",
|
|
@@ -1433,12 +1048,15 @@ declare const _default: {
|
|
|
1433
1048
|
"type": "object"
|
|
1434
1049
|
},
|
|
1435
1050
|
"colors": {
|
|
1436
|
-
"description": "Custom color palette",
|
|
1051
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1437
1052
|
"examples": [
|
|
1438
1053
|
[
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1054
|
+
"red",
|
|
1055
|
+
"green",
|
|
1056
|
+
"blue",
|
|
1057
|
+
"yellow",
|
|
1058
|
+
"orange",
|
|
1059
|
+
"purple"
|
|
1442
1060
|
]
|
|
1443
1061
|
],
|
|
1444
1062
|
"items": {
|
|
@@ -1449,19 +1067,6 @@ declare const _default: {
|
|
|
1449
1067
|
"font": {
|
|
1450
1068
|
"description": "Custom font styling",
|
|
1451
1069
|
"properties": {
|
|
1452
|
-
"font-style": {
|
|
1453
|
-
"const": "normal",
|
|
1454
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1455
|
-
"type": "string"
|
|
1456
|
-
},
|
|
1457
|
-
"font-weight": {
|
|
1458
|
-
"description": "Font weight",
|
|
1459
|
-
"examples": [
|
|
1460
|
-
400,
|
|
1461
|
-
700
|
|
1462
|
-
],
|
|
1463
|
-
"type": "number"
|
|
1464
|
-
},
|
|
1465
1070
|
"fontFamily": {
|
|
1466
1071
|
"description": "Font family",
|
|
1467
1072
|
"examples": [
|
|
@@ -1474,7 +1079,7 @@ declare const _default: {
|
|
|
1474
1079
|
"type": "string"
|
|
1475
1080
|
},
|
|
1476
1081
|
"fontSize": {
|
|
1477
|
-
"description": "Font size in px",
|
|
1082
|
+
"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.",
|
|
1478
1083
|
"examples": [
|
|
1479
1084
|
10,
|
|
1480
1085
|
15,
|
|
@@ -1503,10 +1108,10 @@ declare const _default: {
|
|
|
1503
1108
|
"type": "string"
|
|
1504
1109
|
},
|
|
1505
1110
|
"legend": {
|
|
1506
|
-
"description": "Custom legend styling",
|
|
1111
|
+
"description": "Custom legend styling, it's applied if the legend is displayed",
|
|
1507
1112
|
"properties": {
|
|
1508
1113
|
"fontSize": {
|
|
1509
|
-
"description": "Legend font size in px",
|
|
1114
|
+
"description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1510
1115
|
"examples": [
|
|
1511
1116
|
12,
|
|
1512
1117
|
16
|
|
@@ -1540,7 +1145,7 @@ declare const _default: {
|
|
|
1540
1145
|
"type": "object"
|
|
1541
1146
|
},
|
|
1542
1147
|
"title": {
|
|
1543
|
-
"description": "Custom title styling",
|
|
1148
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1544
1149
|
"properties": {
|
|
1545
1150
|
"align": {
|
|
1546
1151
|
"description": "Title align",
|
|
@@ -1573,7 +1178,7 @@ declare const _default: {
|
|
|
1573
1178
|
"type": "boolean"
|
|
1574
1179
|
},
|
|
1575
1180
|
"fontSize": {
|
|
1576
|
-
"description": "Title's font size in px",
|
|
1181
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1577
1182
|
"examples": [
|
|
1578
1183
|
16,
|
|
1579
1184
|
20
|
|
@@ -1609,7 +1214,7 @@ declare const _default: {
|
|
|
1609
1214
|
"type": "object"
|
|
1610
1215
|
},
|
|
1611
1216
|
"tooltip": {
|
|
1612
|
-
"description": "Custom tooltip styling",
|
|
1217
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1613
1218
|
"properties": {
|
|
1614
1219
|
"background": {
|
|
1615
1220
|
"description": "Tooltip's background",
|
|
@@ -1622,16 +1227,7 @@ declare const _default: {
|
|
|
1622
1227
|
"type": "string"
|
|
1623
1228
|
},
|
|
1624
1229
|
"fontSize": {
|
|
1625
|
-
"description": "Tooltip's font size in px",
|
|
1626
|
-
"examples": [
|
|
1627
|
-
12,
|
|
1628
|
-
16,
|
|
1629
|
-
20
|
|
1630
|
-
],
|
|
1631
|
-
"type": "number"
|
|
1632
|
-
},
|
|
1633
|
-
"lineHeight": {
|
|
1634
|
-
"description": "Tooltip's line height in px",
|
|
1230
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1635
1231
|
"examples": [
|
|
1636
1232
|
12,
|
|
1637
1233
|
16,
|
|
@@ -1640,7 +1236,7 @@ declare const _default: {
|
|
|
1640
1236
|
"type": "number"
|
|
1641
1237
|
},
|
|
1642
1238
|
"opacity": {
|
|
1643
|
-
"description": "Tooltip's opacity",
|
|
1239
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1644
1240
|
"examples": [
|
|
1645
1241
|
0.5,
|
|
1646
1242
|
0.8,
|
|
@@ -1670,7 +1266,7 @@ declare const _default: {
|
|
|
1670
1266
|
"type": "string"
|
|
1671
1267
|
},
|
|
1672
1268
|
"title": {
|
|
1673
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1269
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1674
1270
|
"examples": [
|
|
1675
1271
|
{
|
|
1676
1272
|
"en": "Title"
|