@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/sankey-diagram-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"alignment": {
|
|
@@ -64,104 +64,91 @@ declare const _default: {
|
|
|
64
64
|
"interactivity": {
|
|
65
65
|
"description": "Interactivity options",
|
|
66
66
|
"properties": {
|
|
67
|
-
"availableExportTypes": {
|
|
68
|
-
"default": [
|
|
69
|
-
"xlsx",
|
|
70
|
-
"csv",
|
|
71
|
-
"png"
|
|
72
|
-
],
|
|
73
|
-
"description": "Available export types interactivity option",
|
|
74
|
-
"items": {
|
|
75
|
-
"description": "Export types",
|
|
76
|
-
"enum": [
|
|
77
|
-
"csv",
|
|
78
|
-
"csv-raw",
|
|
79
|
-
"png",
|
|
80
|
-
"xlsx",
|
|
81
|
-
"xlsx-raw"
|
|
82
|
-
],
|
|
83
|
-
"type": "string"
|
|
84
|
-
},
|
|
85
|
-
"type": "array"
|
|
86
|
-
},
|
|
87
67
|
"customEvents": {
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
68
|
+
"anyOf": [
|
|
69
|
+
{
|
|
70
|
+
"properties": {
|
|
71
|
+
"events": {
|
|
72
|
+
"items": {
|
|
73
|
+
"description": "Custom event configuration",
|
|
74
|
+
"properties": {
|
|
75
|
+
"label": {
|
|
76
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
77
|
+
"type": "object"
|
|
78
|
+
},
|
|
79
|
+
"name": {
|
|
80
|
+
"description": "Custom event name",
|
|
81
|
+
"type": "string"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
97
84
|
"type": "object"
|
|
98
85
|
},
|
|
99
|
-
"
|
|
100
|
-
"description": "Custom event name",
|
|
101
|
-
"type": "string"
|
|
102
|
-
}
|
|
86
|
+
"type": "array"
|
|
103
87
|
},
|
|
104
|
-
"
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
"
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
88
|
+
"extraData": {
|
|
89
|
+
"items": {
|
|
90
|
+
"properties": {
|
|
91
|
+
"aggregation": {
|
|
92
|
+
"description": "Aggregation query type",
|
|
93
|
+
"enum": [
|
|
94
|
+
"average",
|
|
95
|
+
"count",
|
|
96
|
+
"cumulativesum",
|
|
97
|
+
"distinctcount",
|
|
98
|
+
"histogram",
|
|
99
|
+
"max",
|
|
100
|
+
"median",
|
|
101
|
+
"min",
|
|
102
|
+
"rate",
|
|
103
|
+
"stddev",
|
|
104
|
+
"sum",
|
|
105
|
+
"weightedaverage"
|
|
106
|
+
],
|
|
107
|
+
"type": "string"
|
|
108
|
+
},
|
|
109
|
+
"columnId": {
|
|
110
|
+
"description": "Column id",
|
|
111
|
+
"format": "uuid",
|
|
112
|
+
"type": "string"
|
|
113
|
+
},
|
|
114
|
+
"datasetId": {
|
|
115
|
+
"description": "Dataset id",
|
|
116
|
+
"format": "uuid",
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"formulaId": {
|
|
120
|
+
"description": "Formula id",
|
|
121
|
+
"format": "uuid",
|
|
122
|
+
"type": "string"
|
|
123
|
+
},
|
|
124
|
+
"label": {
|
|
125
|
+
"description": "Label",
|
|
126
|
+
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
"weightedColumnId": {
|
|
129
|
+
"description": "Weighted column id",
|
|
130
|
+
"format": "uuid",
|
|
131
|
+
"type": "string"
|
|
132
|
+
},
|
|
133
|
+
"weightedDatasetId": {
|
|
134
|
+
"description": "Weighted dataset id",
|
|
135
|
+
"format": "uuid",
|
|
136
|
+
"type": "string"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"type": "object"
|
|
152
140
|
},
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
"format": "uuid",
|
|
156
|
-
"type": "string"
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
"type": "object"
|
|
141
|
+
"type": "array"
|
|
142
|
+
}
|
|
160
143
|
},
|
|
161
|
-
"type": "
|
|
144
|
+
"type": "object"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"type": "null"
|
|
162
148
|
}
|
|
163
|
-
|
|
164
|
-
"
|
|
149
|
+
],
|
|
150
|
+
"default": null,
|
|
151
|
+
"description": "Custom events interactivity option"
|
|
165
152
|
},
|
|
166
153
|
"exportTypes": {
|
|
167
154
|
"default": [
|
|
@@ -169,7 +156,7 @@ declare const _default: {
|
|
|
169
156
|
"csv",
|
|
170
157
|
"png"
|
|
171
158
|
],
|
|
172
|
-
"description": "Export types interactivity option",
|
|
159
|
+
"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.",
|
|
173
160
|
"items": {
|
|
174
161
|
"description": "Export types",
|
|
175
162
|
"enum": [
|
|
@@ -191,364 +178,25 @@ declare const _default: {
|
|
|
191
178
|
"items": {
|
|
192
179
|
"description": "Measure dimension picker configuration",
|
|
193
180
|
"properties": {
|
|
194
|
-
"acceptFormula": {
|
|
195
|
-
"type": "boolean"
|
|
196
|
-
},
|
|
197
|
-
"allAvailableColumns": {
|
|
198
|
-
"items": {
|
|
199
|
-
"properties": {
|
|
200
|
-
"columns": {
|
|
201
|
-
"items": {
|
|
202
|
-
"properties": {
|
|
203
|
-
"cardinality": {
|
|
204
|
-
"type": "number"
|
|
205
|
-
},
|
|
206
|
-
"color": {
|
|
207
|
-
"type": "string"
|
|
208
|
-
},
|
|
209
|
-
"columnHierarchies": {
|
|
210
|
-
"anyOf": [
|
|
211
|
-
{
|
|
212
|
-
"items": {
|
|
213
|
-
"type": "string"
|
|
214
|
-
},
|
|
215
|
-
"type": "array"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"items": {
|
|
219
|
-
"properties": {
|
|
220
|
-
"color": {
|
|
221
|
-
"type": "string"
|
|
222
|
-
},
|
|
223
|
-
"id": {
|
|
224
|
-
"type": "string"
|
|
225
|
-
},
|
|
226
|
-
"level": {
|
|
227
|
-
"type": "number"
|
|
228
|
-
},
|
|
229
|
-
"name": {
|
|
230
|
-
"type": "object"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
"type": "object"
|
|
234
|
-
},
|
|
235
|
-
"type": "array"
|
|
236
|
-
}
|
|
237
|
-
]
|
|
238
|
-
},
|
|
239
|
-
"currency": {
|
|
240
|
-
"properties": {
|
|
241
|
-
"id": {
|
|
242
|
-
"type": "string"
|
|
243
|
-
},
|
|
244
|
-
"name": {
|
|
245
|
-
"type": "string"
|
|
246
|
-
},
|
|
247
|
-
"symbol": {
|
|
248
|
-
"type": "string"
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
"type": "object"
|
|
252
|
-
},
|
|
253
|
-
"currency_id": {
|
|
254
|
-
"type": "string"
|
|
255
|
-
},
|
|
256
|
-
"description": {
|
|
257
|
-
"type": "object"
|
|
258
|
-
},
|
|
259
|
-
"duration_format": {
|
|
260
|
-
"enum": [
|
|
261
|
-
"long",
|
|
262
|
-
"short",
|
|
263
|
-
"time"
|
|
264
|
-
],
|
|
265
|
-
"type": "string"
|
|
266
|
-
},
|
|
267
|
-
"duration_levels": {
|
|
268
|
-
"items": {
|
|
269
|
-
"type": "number"
|
|
270
|
-
},
|
|
271
|
-
"type": "array"
|
|
272
|
-
},
|
|
273
|
-
"expression": {
|
|
274
|
-
"type": "string"
|
|
275
|
-
},
|
|
276
|
-
"format": {
|
|
277
|
-
"type": "string"
|
|
278
|
-
},
|
|
279
|
-
"hierarchyLevels": {
|
|
280
|
-
"items": {
|
|
281
|
-
"properties": {
|
|
282
|
-
"color": {
|
|
283
|
-
"type": "string"
|
|
284
|
-
},
|
|
285
|
-
"id": {
|
|
286
|
-
"type": "string"
|
|
287
|
-
},
|
|
288
|
-
"level": {
|
|
289
|
-
"type": "number"
|
|
290
|
-
},
|
|
291
|
-
"name": {
|
|
292
|
-
"type": "object"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
"type": "object"
|
|
296
|
-
},
|
|
297
|
-
"type": "array"
|
|
298
|
-
},
|
|
299
|
-
"hierarchy_enabled": {
|
|
300
|
-
"type": "boolean"
|
|
301
|
-
},
|
|
302
|
-
"highestLevel": {
|
|
303
|
-
"type": "number"
|
|
304
|
-
},
|
|
305
|
-
"id": {
|
|
306
|
-
"type": "string"
|
|
307
|
-
},
|
|
308
|
-
"informat": {
|
|
309
|
-
"type": "string"
|
|
310
|
-
},
|
|
311
|
-
"isFormula": {
|
|
312
|
-
"type": "boolean"
|
|
313
|
-
},
|
|
314
|
-
"isLabel": {
|
|
315
|
-
"type": "boolean"
|
|
316
|
-
},
|
|
317
|
-
"joins": {
|
|
318
|
-
"items": {
|
|
319
|
-
"properties": {
|
|
320
|
-
"currency_id": {
|
|
321
|
-
"type": [
|
|
322
|
-
"null",
|
|
323
|
-
"string"
|
|
324
|
-
]
|
|
325
|
-
},
|
|
326
|
-
"hierarchy_enabled": {
|
|
327
|
-
"type": "boolean"
|
|
328
|
-
},
|
|
329
|
-
"id": {
|
|
330
|
-
"type": "string"
|
|
331
|
-
},
|
|
332
|
-
"join": {
|
|
333
|
-
"properties": {
|
|
334
|
-
"column_id": {
|
|
335
|
-
"type": "string"
|
|
336
|
-
},
|
|
337
|
-
"created_at": {
|
|
338
|
-
"type": "string"
|
|
339
|
-
},
|
|
340
|
-
"joins_id": {
|
|
341
|
-
"type": "string"
|
|
342
|
-
},
|
|
343
|
-
"subtype": {
|
|
344
|
-
"type": "string"
|
|
345
|
-
},
|
|
346
|
-
"type": {
|
|
347
|
-
"enum": [
|
|
348
|
-
"exact",
|
|
349
|
-
"lookup"
|
|
350
|
-
],
|
|
351
|
-
"type": "string"
|
|
352
|
-
},
|
|
353
|
-
"update_at": {
|
|
354
|
-
"type": "string"
|
|
355
|
-
},
|
|
356
|
-
"updated_at": {
|
|
357
|
-
"type": "string"
|
|
358
|
-
}
|
|
359
|
-
},
|
|
360
|
-
"type": "object"
|
|
361
|
-
},
|
|
362
|
-
"securable_id": {
|
|
363
|
-
"type": "string"
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
"type": "object"
|
|
367
|
-
},
|
|
368
|
-
"type": "array"
|
|
369
|
-
},
|
|
370
|
-
"level": {
|
|
371
|
-
"type": "number"
|
|
372
|
-
},
|
|
373
|
-
"lowestLevel": {
|
|
374
|
-
"type": "number"
|
|
375
|
-
},
|
|
376
|
-
"name": {
|
|
377
|
-
"type": "object"
|
|
378
|
-
},
|
|
379
|
-
"order": {
|
|
380
|
-
"type": "number"
|
|
381
|
-
},
|
|
382
|
-
"securable_id": {
|
|
383
|
-
"type": "string"
|
|
384
|
-
},
|
|
385
|
-
"source_name": {
|
|
386
|
-
"type": "string"
|
|
387
|
-
},
|
|
388
|
-
"subtype": {
|
|
389
|
-
"enum": [
|
|
390
|
-
"coordinates",
|
|
391
|
-
"currency",
|
|
392
|
-
"duration",
|
|
393
|
-
"hierarchy_element_expression",
|
|
394
|
-
"topography"
|
|
395
|
-
],
|
|
396
|
-
"type": "string"
|
|
397
|
-
},
|
|
398
|
-
"type": {
|
|
399
|
-
"enum": [
|
|
400
|
-
"datetime",
|
|
401
|
-
"hierarchy",
|
|
402
|
-
"numeric",
|
|
403
|
-
"spatial"
|
|
404
|
-
],
|
|
405
|
-
"type": "string"
|
|
406
|
-
},
|
|
407
|
-
"version": {
|
|
408
|
-
"type": "number"
|
|
409
|
-
},
|
|
410
|
-
"width": {
|
|
411
|
-
"type": "number"
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
"type": "object"
|
|
415
|
-
},
|
|
416
|
-
"type": "array"
|
|
417
|
-
},
|
|
418
|
-
"datasetId": {
|
|
419
|
-
"format": "uuid",
|
|
420
|
-
"type": "string"
|
|
421
|
-
},
|
|
422
|
-
"datasetName": {
|
|
423
|
-
"type": "object"
|
|
424
|
-
},
|
|
425
|
-
"formulas": {
|
|
426
|
-
"items": {
|
|
427
|
-
"properties": {
|
|
428
|
-
"color": {
|
|
429
|
-
"type": "string"
|
|
430
|
-
},
|
|
431
|
-
"currency": {
|
|
432
|
-
"properties": {
|
|
433
|
-
"id": {
|
|
434
|
-
"type": "string"
|
|
435
|
-
},
|
|
436
|
-
"name": {
|
|
437
|
-
"type": "string"
|
|
438
|
-
},
|
|
439
|
-
"symbol": {
|
|
440
|
-
"type": "string"
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
"type": "object"
|
|
444
|
-
},
|
|
445
|
-
"currency_id": {
|
|
446
|
-
"type": "string"
|
|
447
|
-
},
|
|
448
|
-
"duration_format": {
|
|
449
|
-
"enum": [
|
|
450
|
-
"long",
|
|
451
|
-
"short",
|
|
452
|
-
"time"
|
|
453
|
-
],
|
|
454
|
-
"type": "string"
|
|
455
|
-
},
|
|
456
|
-
"duration_levels": {
|
|
457
|
-
"items": {
|
|
458
|
-
"type": "number"
|
|
459
|
-
},
|
|
460
|
-
"type": "array"
|
|
461
|
-
},
|
|
462
|
-
"expression": {
|
|
463
|
-
"type": "string"
|
|
464
|
-
},
|
|
465
|
-
"format": {
|
|
466
|
-
"type": "string"
|
|
467
|
-
},
|
|
468
|
-
"id": {
|
|
469
|
-
"type": "string"
|
|
470
|
-
},
|
|
471
|
-
"informat": {
|
|
472
|
-
"enum": [
|
|
473
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
474
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
475
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
476
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
477
|
-
"X",
|
|
478
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
479
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
480
|
-
"hierarchy",
|
|
481
|
-
"numeric",
|
|
482
|
-
"x"
|
|
483
|
-
],
|
|
484
|
-
"type": "string"
|
|
485
|
-
},
|
|
486
|
-
"isFormula": {
|
|
487
|
-
"type": "boolean"
|
|
488
|
-
},
|
|
489
|
-
"level": {
|
|
490
|
-
"type": "number"
|
|
491
|
-
},
|
|
492
|
-
"lowestLevel": {
|
|
493
|
-
"type": "number"
|
|
494
|
-
},
|
|
495
|
-
"name": {
|
|
496
|
-
"type": "object"
|
|
497
|
-
},
|
|
498
|
-
"securableFormula": {
|
|
499
|
-
"properties": {
|
|
500
|
-
"formula_id": {
|
|
501
|
-
"type": "string"
|
|
502
|
-
},
|
|
503
|
-
"securable_id": {
|
|
504
|
-
"type": "string"
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
"type": "object"
|
|
508
|
-
},
|
|
509
|
-
"securable_id": {
|
|
510
|
-
"type": "string"
|
|
511
|
-
},
|
|
512
|
-
"subtype": {
|
|
513
|
-
"enum": [
|
|
514
|
-
"currency",
|
|
515
|
-
"date",
|
|
516
|
-
"datetime",
|
|
517
|
-
"duration"
|
|
518
|
-
],
|
|
519
|
-
"type": "string"
|
|
520
|
-
},
|
|
521
|
-
"type": {
|
|
522
|
-
"enum": [
|
|
523
|
-
"datetime",
|
|
524
|
-
"hierarchy",
|
|
525
|
-
"numeric"
|
|
526
|
-
],
|
|
527
|
-
"type": "string"
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"type": "object"
|
|
531
|
-
},
|
|
532
|
-
"type": "array"
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
"type": "object"
|
|
536
|
-
},
|
|
537
|
-
"type": "array"
|
|
538
|
-
},
|
|
539
|
-
"allowMultiple": {
|
|
540
|
-
"type": "boolean"
|
|
541
|
-
},
|
|
542
|
-
"description": {
|
|
543
|
-
"type": "string"
|
|
544
|
-
},
|
|
545
181
|
"order": {
|
|
182
|
+
"description": "Order",
|
|
183
|
+
"examples": [
|
|
184
|
+
0,
|
|
185
|
+
9999
|
|
186
|
+
],
|
|
546
187
|
"type": "number"
|
|
547
188
|
},
|
|
548
189
|
"slot": {
|
|
190
|
+
"description": "Slot name",
|
|
191
|
+
"examples": [
|
|
192
|
+
"measure",
|
|
193
|
+
"dimension",
|
|
194
|
+
"legend"
|
|
195
|
+
],
|
|
549
196
|
"type": "string"
|
|
550
197
|
},
|
|
551
198
|
"values": {
|
|
199
|
+
"description": "An array of columns for the current picker",
|
|
552
200
|
"items": {
|
|
553
201
|
"properties": {
|
|
554
202
|
"aggregationFunc": {
|
|
@@ -584,6 +232,7 @@ declare const _default: {
|
|
|
584
232
|
"currency",
|
|
585
233
|
"duration",
|
|
586
234
|
"hierarchy_element_expression",
|
|
235
|
+
"ip_address",
|
|
587
236
|
"topography"
|
|
588
237
|
],
|
|
589
238
|
"type": "string"
|
|
@@ -617,36 +266,6 @@ declare const _default: {
|
|
|
617
266
|
"string"
|
|
618
267
|
]
|
|
619
268
|
},
|
|
620
|
-
"columnHierarchies": {
|
|
621
|
-
"anyOf": [
|
|
622
|
-
{
|
|
623
|
-
"items": {
|
|
624
|
-
"type": "string"
|
|
625
|
-
},
|
|
626
|
-
"type": "array"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"items": {
|
|
630
|
-
"properties": {
|
|
631
|
-
"color": {
|
|
632
|
-
"type": "string"
|
|
633
|
-
},
|
|
634
|
-
"id": {
|
|
635
|
-
"type": "string"
|
|
636
|
-
},
|
|
637
|
-
"level": {
|
|
638
|
-
"type": "number"
|
|
639
|
-
},
|
|
640
|
-
"name": {
|
|
641
|
-
"type": "object"
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
"type": "object"
|
|
645
|
-
},
|
|
646
|
-
"type": "array"
|
|
647
|
-
}
|
|
648
|
-
]
|
|
649
|
-
},
|
|
650
269
|
"columnId": {
|
|
651
270
|
"description": "Column id",
|
|
652
271
|
"format": "uuid",
|
|
@@ -721,13 +340,6 @@ declare const _default: {
|
|
|
721
340
|
},
|
|
722
341
|
"type": "object"
|
|
723
342
|
},
|
|
724
|
-
"hidden": {
|
|
725
|
-
"type": "boolean"
|
|
726
|
-
},
|
|
727
|
-
"include_nonoccurring": {
|
|
728
|
-
"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.",
|
|
729
|
-
"type": "boolean"
|
|
730
|
-
},
|
|
731
343
|
"label": {
|
|
732
344
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
733
345
|
"type": "object"
|
|
@@ -775,6 +387,7 @@ declare const _default: {
|
|
|
775
387
|
"enum": [
|
|
776
388
|
"none",
|
|
777
389
|
"past",
|
|
390
|
+
"absoluteChange",
|
|
778
391
|
"percentageChange"
|
|
779
392
|
],
|
|
780
393
|
"type": "string"
|
|
@@ -782,10 +395,8 @@ declare const _default: {
|
|
|
782
395
|
},
|
|
783
396
|
"type": "object"
|
|
784
397
|
},
|
|
785
|
-
"readonly": {
|
|
786
|
-
"type": "boolean"
|
|
787
|
-
},
|
|
788
398
|
"selected": {
|
|
399
|
+
"description": "Selected item",
|
|
789
400
|
"type": "boolean"
|
|
790
401
|
},
|
|
791
402
|
"subtype": {
|
|
@@ -798,6 +409,7 @@ declare const _default: {
|
|
|
798
409
|
"datetime",
|
|
799
410
|
"duration",
|
|
800
411
|
"hierarchy_element_expression",
|
|
412
|
+
"ip_address",
|
|
801
413
|
"topography"
|
|
802
414
|
],
|
|
803
415
|
"type": "string"
|
|
@@ -893,7 +505,7 @@ declare const _default: {
|
|
|
893
505
|
"type": "object"
|
|
894
506
|
},
|
|
895
507
|
"limit": {
|
|
896
|
-
"description": "
|
|
508
|
+
"description": "The maximum number of data rows to query and display",
|
|
897
509
|
"properties": {
|
|
898
510
|
"number": {
|
|
899
511
|
"default": 100000,
|
|
@@ -1006,7 +618,7 @@ declare const _default: {
|
|
|
1006
618
|
"description": "Custom border styling",
|
|
1007
619
|
"properties": {
|
|
1008
620
|
"border-bottom-width": {
|
|
1009
|
-
"description": "Border bottom width",
|
|
621
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1010
622
|
"examples": [
|
|
1011
623
|
"0px",
|
|
1012
624
|
"1px",
|
|
@@ -1015,7 +627,7 @@ declare const _default: {
|
|
|
1015
627
|
"type": "string"
|
|
1016
628
|
},
|
|
1017
629
|
"border-color": {
|
|
1018
|
-
"description": "Border color",
|
|
630
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1019
631
|
"examples": [
|
|
1020
632
|
"rgba(216, 216, 216, 1)",
|
|
1021
633
|
"rgb(147, 146, 148)"
|
|
@@ -1023,7 +635,7 @@ declare const _default: {
|
|
|
1023
635
|
"type": "string"
|
|
1024
636
|
},
|
|
1025
637
|
"border-left-width": {
|
|
1026
|
-
"description": "Border left width",
|
|
638
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1027
639
|
"examples": [
|
|
1028
640
|
"0px",
|
|
1029
641
|
"1px",
|
|
@@ -1041,7 +653,7 @@ declare const _default: {
|
|
|
1041
653
|
"type": "string"
|
|
1042
654
|
},
|
|
1043
655
|
"border-right-width": {
|
|
1044
|
-
"description": "Border right width",
|
|
656
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1045
657
|
"examples": [
|
|
1046
658
|
"0px",
|
|
1047
659
|
"1px",
|
|
@@ -1050,7 +662,7 @@ declare const _default: {
|
|
|
1050
662
|
"type": "string"
|
|
1051
663
|
},
|
|
1052
664
|
"border-style": {
|
|
1053
|
-
"description": "Border style",
|
|
665
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1054
666
|
"examples": [
|
|
1055
667
|
"none",
|
|
1056
668
|
"solid",
|
|
@@ -1060,7 +672,7 @@ declare const _default: {
|
|
|
1060
672
|
"type": "string"
|
|
1061
673
|
},
|
|
1062
674
|
"border-top-width": {
|
|
1063
|
-
"description": "Border top width",
|
|
675
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1064
676
|
"examples": [
|
|
1065
677
|
"0px",
|
|
1066
678
|
"1px",
|
|
@@ -1102,12 +714,15 @@ declare const _default: {
|
|
|
1102
714
|
"type": "object"
|
|
1103
715
|
},
|
|
1104
716
|
"colors": {
|
|
1105
|
-
"description": "Custom color palette",
|
|
717
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1106
718
|
"examples": [
|
|
1107
719
|
[
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
720
|
+
"red",
|
|
721
|
+
"green",
|
|
722
|
+
"blue",
|
|
723
|
+
"yellow",
|
|
724
|
+
"orange",
|
|
725
|
+
"purple"
|
|
1111
726
|
]
|
|
1112
727
|
],
|
|
1113
728
|
"items": {
|
|
@@ -1118,19 +733,6 @@ declare const _default: {
|
|
|
1118
733
|
"font": {
|
|
1119
734
|
"description": "Custom font styling",
|
|
1120
735
|
"properties": {
|
|
1121
|
-
"font-style": {
|
|
1122
|
-
"const": "normal",
|
|
1123
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1124
|
-
"type": "string"
|
|
1125
|
-
},
|
|
1126
|
-
"font-weight": {
|
|
1127
|
-
"description": "Font weight",
|
|
1128
|
-
"examples": [
|
|
1129
|
-
400,
|
|
1130
|
-
700
|
|
1131
|
-
],
|
|
1132
|
-
"type": "number"
|
|
1133
|
-
},
|
|
1134
736
|
"fontFamily": {
|
|
1135
737
|
"description": "Font family",
|
|
1136
738
|
"examples": [
|
|
@@ -1143,7 +745,7 @@ declare const _default: {
|
|
|
1143
745
|
"type": "string"
|
|
1144
746
|
},
|
|
1145
747
|
"fontSize": {
|
|
1146
|
-
"description": "Font size in px",
|
|
748
|
+
"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.",
|
|
1147
749
|
"examples": [
|
|
1148
750
|
10,
|
|
1149
751
|
15,
|
|
@@ -1172,7 +774,7 @@ declare const _default: {
|
|
|
1172
774
|
"type": "string"
|
|
1173
775
|
},
|
|
1174
776
|
"title": {
|
|
1175
|
-
"description": "Custom title styling",
|
|
777
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1176
778
|
"properties": {
|
|
1177
779
|
"align": {
|
|
1178
780
|
"description": "Title align",
|
|
@@ -1205,7 +807,7 @@ declare const _default: {
|
|
|
1205
807
|
"type": "boolean"
|
|
1206
808
|
},
|
|
1207
809
|
"fontSize": {
|
|
1208
|
-
"description": "Title's font size in px",
|
|
810
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1209
811
|
"examples": [
|
|
1210
812
|
16,
|
|
1211
813
|
20
|
|
@@ -1241,7 +843,7 @@ declare const _default: {
|
|
|
1241
843
|
"type": "object"
|
|
1242
844
|
},
|
|
1243
845
|
"tooltip": {
|
|
1244
|
-
"description": "Custom tooltip styling",
|
|
846
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1245
847
|
"properties": {
|
|
1246
848
|
"background": {
|
|
1247
849
|
"description": "Tooltip's background",
|
|
@@ -1254,16 +856,7 @@ declare const _default: {
|
|
|
1254
856
|
"type": "string"
|
|
1255
857
|
},
|
|
1256
858
|
"fontSize": {
|
|
1257
|
-
"description": "Tooltip's font size in px",
|
|
1258
|
-
"examples": [
|
|
1259
|
-
12,
|
|
1260
|
-
16,
|
|
1261
|
-
20
|
|
1262
|
-
],
|
|
1263
|
-
"type": "number"
|
|
1264
|
-
},
|
|
1265
|
-
"lineHeight": {
|
|
1266
|
-
"description": "Tooltip's line height in px",
|
|
859
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1267
860
|
"examples": [
|
|
1268
861
|
12,
|
|
1269
862
|
16,
|
|
@@ -1272,7 +865,7 @@ declare const _default: {
|
|
|
1272
865
|
"type": "number"
|
|
1273
866
|
},
|
|
1274
867
|
"opacity": {
|
|
1275
|
-
"description": "Tooltip's opacity",
|
|
868
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1276
869
|
"examples": [
|
|
1277
870
|
0.5,
|
|
1278
871
|
0.8,
|
|
@@ -1302,7 +895,7 @@ declare const _default: {
|
|
|
1302
895
|
"type": "string"
|
|
1303
896
|
},
|
|
1304
897
|
"title": {
|
|
1305
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
898
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1306
899
|
"examples": [
|
|
1307
900
|
{
|
|
1308
901
|
"en": "Title"
|