@luzmo/dashboard-contents-types 1.0.4-beta.0 → 1.0.5
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/assets/json-schemas/area-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -25
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +37 -76
- package/assets/json-schemas/options.schema.json.d.ts +6 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/route-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +4 -3
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +34 -50
- package/assets/json-schemas/slots.schema.json.d.ts +6 -0
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +1335 -0
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +728 -0
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +3478 -0
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +773 -0
- package/assets/json-schemas/treemap-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3 -3
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +36 -75
- package/index.d.ts +1 -0
- package/index.js +202 -485
- package/index.mjs +10738 -4767
- package/json-schemas.d.ts +7147 -2620
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +37 -23
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +2 -1
- package/src/lib/area-chart/area-chart-slots.config.d.ts +3 -0
- package/src/lib/area-chart/area-chart-slots.config.d.ts.map +1 -0
- package/src/lib/area-chart/area-chart-slots.d.ts +5 -4
- package/src/lib/area-chart/area-chart-slots.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart.d.ts +1 -0
- package/src/lib/area-chart/index.d.ts +2 -0
- package/src/lib/area-chart/index.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart-slots.config.d.ts +3 -0
- package/src/lib/bar-chart/bar-chart-slots.config.d.ts.map +1 -0
- package/src/lib/bar-chart/bar-chart.d.ts +1 -0
- package/src/lib/bar-chart/bar-chart.slots.d.ts +5 -4
- package/src/lib/bar-chart/bar-chart.slots.d.ts.map +1 -1
- package/src/lib/bar-chart/index.d.ts +2 -0
- package/src/lib/bar-chart/index.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +1 -0
- package/src/lib/box-plot/box-plot-slots.config.d.ts +3 -0
- package/src/lib/box-plot/box-plot-slots.config.d.ts.map +1 -0
- package/src/lib/box-plot/box-plot-slots.d.ts +4 -3
- package/src/lib/box-plot/box-plot-slots.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot.d.ts +1 -0
- package/src/lib/box-plot/index.d.ts +2 -0
- package/src/lib/box-plot/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +2 -1
- package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts +3 -0
- package/src/lib/bubble-chart/bubble-chart-slots.config.d.ts.map +1 -0
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts +5 -4
- package/src/lib/bubble-chart/bubble-chart-slots.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart.d.ts +1 -0
- package/src/lib/bubble-chart/index.d.ts +2 -0
- package/src/lib/bubble-chart/index.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +2 -1
- package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts +3 -0
- package/src/lib/bullet-chart/bullet-chart-slots.config.d.ts.map +1 -0
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts +5 -4
- package/src/lib/bullet-chart/bullet-chart-slots.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart.d.ts +1 -0
- package/src/lib/bullet-chart/index.d.ts +2 -0
- package/src/lib/bullet-chart/index.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +2 -1
- package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts +3 -0
- package/src/lib/choropleth-map/choropleth-map-slots.config.d.ts.map +1 -0
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts +5 -4
- package/src/lib/choropleth-map/choropleth-map-slots.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map.d.ts +1 -0
- package/src/lib/choropleth-map/index.d.ts +2 -0
- package/src/lib/choropleth-map/index.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts +3 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.config.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/index.d.ts +2 -0
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +1 -0
- package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts +3 -0
- package/src/lib/circular-gauge/circular-gauge-slots.config.d.ts.map +1 -0
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts +4 -3
- package/src/lib/circular-gauge/circular-gauge-slots.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge.d.ts +1 -0
- package/src/lib/circular-gauge/index.d.ts +2 -0
- package/src/lib/circular-gauge/index.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +1 -0
- package/src/lib/column-chart/column-chart-slots.config.d.ts +3 -0
- package/src/lib/column-chart/column-chart-slots.config.d.ts.map +1 -0
- package/src/lib/column-chart/column-chart-slots.d.ts +5 -4
- package/src/lib/column-chart/column-chart-slots.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart.d.ts +1 -0
- package/src/lib/column-chart/index.d.ts +2 -0
- package/src/lib/column-chart/index.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +1 -0
- package/src/lib/combination-chart/combination-chart-slots.config.d.ts +3 -0
- package/src/lib/combination-chart/combination-chart-slots.config.d.ts.map +1 -0
- package/src/lib/combination-chart/combination-chart-slots.d.ts +4 -3
- package/src/lib/combination-chart/combination-chart-slots.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart.d.ts +1 -0
- package/src/lib/combination-chart/index.d.ts +2 -0
- package/src/lib/combination-chart/index.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +1 -0
- package/src/lib/conditional-number/conditional-number-slots.config.d.ts +3 -0
- package/src/lib/conditional-number/conditional-number-slots.config.d.ts.map +1 -0
- package/src/lib/conditional-number/conditional-number-slots.d.ts +4 -3
- package/src/lib/conditional-number/conditional-number-slots.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number.d.ts +1 -0
- package/src/lib/conditional-number/index.d.ts +2 -0
- package/src/lib/conditional-number/index.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +1 -0
- package/src/lib/date-filter/date-filter-slots.config.d.ts +3 -0
- package/src/lib/date-filter/date-filter-slots.config.d.ts.map +1 -0
- package/src/lib/date-filter/date-filter-slots.d.ts +3 -2
- package/src/lib/date-filter/date-filter-slots.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter.d.ts +1 -0
- package/src/lib/date-filter/index.d.ts +2 -0
- package/src/lib/date-filter/index.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +2 -1
- package/src/lib/donut-chart/donut-chart-slots.config.d.ts +3 -0
- package/src/lib/donut-chart/donut-chart-slots.config.d.ts.map +1 -0
- package/src/lib/donut-chart/donut-chart-slots.d.ts +4 -3
- package/src/lib/donut-chart/donut-chart-slots.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart.d.ts +1 -0
- package/src/lib/donut-chart/index.d.ts +2 -0
- package/src/lib/donut-chart/index.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -1
- package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts +3 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.config.d.ts.map +1 -0
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts +3 -2
- package/src/lib/dropdown-filter/dropdown-filter-slots.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter.d.ts +1 -0
- package/src/lib/dropdown-filter/index.d.ts +2 -0
- package/src/lib/dropdown-filter/index.d.ts.map +1 -1
- package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts +3 -0
- package/src/lib/dynamic-imageobject/dynamic-imageobject-slots.config.d.ts.map +1 -0
- package/src/lib/dynamic-imageobject/index.d.ts +2 -0
- package/src/lib/dynamic-imageobject/index.d.ts.map +1 -0
- package/src/lib/evolution-number/evolution-number-options.d.ts +1 -0
- package/src/lib/evolution-number/evolution-number-slots.config.d.ts +3 -0
- package/src/lib/evolution-number/evolution-number-slots.config.d.ts.map +1 -0
- package/src/lib/evolution-number/evolution-number-slots.d.ts +4 -3
- package/src/lib/evolution-number/evolution-number-slots.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number.d.ts +1 -0
- package/src/lib/evolution-number/index.d.ts +2 -0
- package/src/lib/evolution-number/index.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +2 -1
- package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts +3 -0
- package/src/lib/funnel-chart/funnel-chart-slots.config.d.ts.map +1 -0
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts +4 -3
- package/src/lib/funnel-chart/funnel-chart-slots.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart.d.ts +1 -0
- package/src/lib/funnel-chart/index.d.ts +2 -0
- package/src/lib/funnel-chart/index.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +1 -0
- package/src/lib/heat-map/heat-map-slots.config.d.ts +3 -0
- package/src/lib/heat-map/heat-map-slots.config.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map-slots.d.ts +4 -3
- package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map.d.ts +1 -0
- package/src/lib/heat-map/index.d.ts +2 -0
- package/src/lib/heat-map/index.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-slots.config.d.ts +3 -0
- package/src/lib/heat-table/heat-table-slots.config.d.ts.map +1 -0
- package/src/lib/heat-table/index.d.ts +2 -0
- package/src/lib/heat-table/index.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +1 -0
- package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts +3 -0
- package/src/lib/hexbin-map/hexbin-map-slots.config.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts +4 -3
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map.d.ts +1 -0
- package/src/lib/hexbin-map/index.d.ts +2 -0
- package/src/lib/hexbin-map/index.d.ts.map +1 -1
- package/src/lib/image/image-options.d.ts +1 -0
- package/src/lib/image/image.d.ts +1 -0
- package/src/lib/image/index.d.ts +1 -0
- package/src/lib/line-chart/index.d.ts +2 -0
- package/src/lib/line-chart/index.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +1 -0
- package/src/lib/line-chart/line-chart-slots.config.d.ts +3 -0
- package/src/lib/line-chart/line-chart-slots.config.d.ts.map +1 -0
- package/src/lib/line-chart/line-chart-slots.d.ts +5 -4
- package/src/lib/line-chart/line-chart-slots.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart.d.ts +1 -0
- package/src/lib/line-chart-forecast/index.d.ts +2 -0
- package/src/lib/line-chart-forecast/index.d.ts.map +1 -0
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +3 -0
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts.map +1 -0
- package/src/lib/marker-map/index.d.ts +2 -0
- package/src/lib/marker-map/index.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-options.d.ts +1 -0
- package/src/lib/marker-map/marker-map-slots.config.d.ts +3 -0
- package/src/lib/marker-map/marker-map-slots.config.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-slots.d.ts +5 -4
- package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map.d.ts +1 -0
- package/src/lib/ohlc-chart/index.d.ts +2 -0
- package/src/lib/ohlc-chart/index.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts +3 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.config.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts +2 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +3 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts.map +1 -0
- package/src/lib/pivot-table/index.d.ts +2 -0
- package/src/lib/pivot-table/index.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table-options.d.ts +2 -1
- package/src/lib/pivot-table/pivot-table-slots.config.d.ts +3 -0
- package/src/lib/pivot-table/pivot-table-slots.config.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table-slots.d.ts +5 -4
- package/src/lib/pivot-table/pivot-table-slots.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table.d.ts +1 -0
- package/src/lib/pyramid-chart/index.d.ts +2 -0
- package/src/lib/pyramid-chart/index.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts +3 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.config.d.ts.map +1 -0
- package/src/lib/radar-chart/index.d.ts +2 -0
- package/src/lib/radar-chart/index.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart-slots.config.d.ts +3 -0
- package/src/lib/radar-chart/radar-chart-slots.config.d.ts.map +1 -0
- package/src/lib/regular-table/index.d.ts +2 -0
- package/src/lib/regular-table/index.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table-options.d.ts +2 -1
- package/src/lib/regular-table/regular-table-slots.config.d.ts +3 -0
- package/src/lib/regular-table/regular-table-slots.config.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table-slots.d.ts +3 -2
- package/src/lib/regular-table/regular-table-slots.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table.d.ts +1 -0
- package/src/lib/route-map/index.d.ts +2 -0
- package/src/lib/route-map/index.d.ts.map +1 -1
- package/src/lib/route-map/route-map-options.d.ts +1 -0
- package/src/lib/route-map/route-map-slots.config.d.ts +3 -0
- package/src/lib/route-map/route-map-slots.config.d.ts.map +1 -0
- package/src/lib/route-map/route-map-slots.d.ts +6 -5
- package/src/lib/route-map/route-map-slots.d.ts.map +1 -1
- package/src/lib/route-map/route-map.d.ts +1 -0
- package/src/lib/sankey-diagram/index.d.ts +2 -0
- package/src/lib/sankey-diagram/index.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +2 -1
- package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts +3 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.config.d.ts.map +1 -0
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts +6 -5
- package/src/lib/sankey-diagram/sankey-diagram-slots.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram.d.ts +1 -0
- package/src/lib/scatter-plot/index.d.ts +2 -0
- package/src/lib/scatter-plot/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +2 -1
- package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts +3 -0
- package/src/lib/scatter-plot/scatter-plot-slots.config.d.ts.map +1 -0
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts +7 -6
- package/src/lib/scatter-plot/scatter-plot-slots.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot.d.ts +1 -0
- package/src/lib/search-filter/index.d.ts +2 -0
- package/src/lib/search-filter/index.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +1 -0
- package/src/lib/search-filter/search-filter-slots.config.d.ts +3 -0
- package/src/lib/search-filter/search-filter-slots.config.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-slots.d.ts +3 -2
- package/src/lib/search-filter/search-filter-slots.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter.d.ts +1 -0
- package/src/lib/shared/axes.d.ts +1 -0
- package/src/lib/shared/common.d.ts +1 -0
- package/src/lib/shared/drop-object-view-options.d.ts +1 -0
- package/src/lib/shared/filters.d.ts +1 -0
- package/src/lib/shared/formula.d.ts +1 -0
- package/src/lib/shared/index.d.ts +2 -0
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/info-tooltip-options.d.ts +1 -0
- package/src/lib/shared/interactivity-brush.d.ts +1 -0
- package/src/lib/shared/interactivity-custom-events.d.ts +1 -0
- package/src/lib/shared/interactivity-custom-tooltip.d.ts +1 -0
- package/src/lib/shared/interactivity-drilldown.d.ts +1 -0
- package/src/lib/shared/interactivity-export.d.ts +1 -0
- package/src/lib/shared/interactivity-filter.d.ts +1 -0
- package/src/lib/shared/interactivity-go-to-url.d.ts +1 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +3 -2
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
- package/src/lib/shared/interactivity-target.d.ts +1 -0
- package/src/lib/shared/interpolation.d.ts +1 -0
- package/src/lib/shared/iq-components.d.ts +6 -5
- package/src/lib/shared/item-filter-group.d.ts +1 -0
- package/src/lib/shared/legend.d.ts +1 -0
- package/src/lib/shared/map-object-view-options.d.ts +2 -1
- package/src/lib/shared/object-view-options.d.ts +1 -0
- package/src/lib/shared/period-over-period.d.ts +36 -0
- package/src/lib/shared/period-over-period.d.ts.map +1 -0
- package/src/lib/shared/placeholder.d.ts +1 -0
- package/src/lib/shared/query.d.ts +1 -0
- package/src/lib/shared/ranges.d.ts +1 -0
- package/src/lib/shared/slots.d.ts +21 -36
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/sort.d.ts +1 -0
- package/src/lib/shared/theme.d.ts +1 -0
- package/src/lib/shared/title.d.ts +1 -0
- package/src/lib/shared/viz-item.d.ts +1 -0
- package/src/lib/slicer-filter/index.d.ts +2 -0
- package/src/lib/slicer-filter/index.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -0
- package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts +3 -0
- package/src/lib/slicer-filter/slicer-filter-slots.config.d.ts.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts +4 -3
- package/src/lib/slicer-filter/slicer-filter-slots.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter.d.ts +1 -0
- package/src/lib/slider-filter/index.d.ts +2 -0
- package/src/lib/slider-filter/index.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +5 -4
- package/src/lib/slider-filter/slider-filter-slots.config.d.ts +3 -0
- package/src/lib/slider-filter/slider-filter-slots.config.d.ts.map +1 -0
- package/src/lib/slider-filter/slider-filter-slots.d.ts +3 -2
- package/src/lib/slider-filter/slider-filter-slots.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter.d.ts +1 -0
- package/src/lib/speedometer-chart/index.d.ts +5 -0
- package/src/lib/speedometer-chart/index.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +146 -0
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts +3 -0
- package/src/lib/speedometer-chart/speedometer-chart-slots.config.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts +30 -0
- package/src/lib/speedometer-chart/speedometer-chart-slots.d.ts.map +1 -0
- package/src/lib/speedometer-chart/speedometer-chart.d.ts +24 -0
- package/src/lib/speedometer-chart/speedometer-chart.d.ts.map +1 -0
- package/src/lib/spike-map/index.d.ts +2 -0
- package/src/lib/spike-map/index.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-options.d.ts +1 -0
- package/src/lib/spike-map/spike-map-slots.config.d.ts +3 -0
- package/src/lib/spike-map/spike-map-slots.config.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-slots.d.ts +5 -4
- package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map.d.ts +1 -0
- package/src/lib/strip-plot/index.d.ts +2 -0
- package/src/lib/strip-plot/index.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot-slots.config.d.ts +3 -0
- package/src/lib/strip-plot/strip-plot-slots.config.d.ts.map +1 -0
- package/src/lib/sunburst-chart/index.d.ts +2 -0
- package/src/lib/sunburst-chart/index.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts +3 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.config.d.ts.map +1 -0
- package/src/lib/symbol-map/index.d.ts +2 -0
- package/src/lib/symbol-map/index.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map-options.d.ts +1 -0
- package/src/lib/symbol-map/symbol-map-slots.config.d.ts +3 -0
- package/src/lib/symbol-map/symbol-map-slots.config.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-slots.d.ts +5 -4
- package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map.d.ts +1 -0
- package/src/lib/text/index.d.ts +1 -0
- package/src/lib/text/text-options.d.ts +1 -0
- package/src/lib/text/text.d.ts +1 -0
- package/src/lib/treemap-chart/index.d.ts +5 -0
- package/src/lib/treemap-chart/index.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +145 -0
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts +3 -0
- package/src/lib/treemap-chart/treemap-chart-slots.config.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart-slots.d.ts +41 -0
- package/src/lib/treemap-chart/treemap-chart-slots.d.ts.map +1 -0
- package/src/lib/treemap-chart/treemap-chart.d.ts +24 -0
- package/src/lib/treemap-chart/treemap-chart.d.ts.map +1 -0
- package/src/lib/venn-diagram/index.d.ts +2 -0
- package/src/lib/venn-diagram/index.d.ts.map +1 -0
- package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts +3 -0
- package/src/lib/venn-diagram/venn-diagram-slots.config.d.ts.map +1 -0
- package/src/lib/video/index.d.ts +1 -0
- package/src/lib/video/video-options.d.ts +1 -0
- package/src/lib/video/video.d.ts +1 -0
- package/src/lib/visual-item/index.d.ts +1 -0
- package/src/lib/visual-item/visual-item.d.ts +5 -2
- package/src/lib/visual-item/visual-item.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/index.d.ts +2 -0
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts +3 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.config.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +5 -4
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +1 -0
- package/src/options.d.ts +4 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +4 -1
- package/src/slots.d.ts.map +1 -1
|
@@ -0,0 +1,1335 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/speedometer-chart-options.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"properties": {
|
|
5
|
+
"arcWidth": {
|
|
6
|
+
"default": 0.08,
|
|
7
|
+
"description": "Width of the arc of the Speedometer chart, decides the curve of the chart.",
|
|
8
|
+
"type": "number"
|
|
9
|
+
},
|
|
10
|
+
"color": {
|
|
11
|
+
"default": "",
|
|
12
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
13
|
+
"examples": [
|
|
14
|
+
"#FF5733",
|
|
15
|
+
"#33FF57",
|
|
16
|
+
"#5733FF"
|
|
17
|
+
],
|
|
18
|
+
"type": "string"
|
|
19
|
+
},
|
|
20
|
+
"degrees": {
|
|
21
|
+
"default": 230,
|
|
22
|
+
"description": "Degrees to span for the Speedometer chart, can be set to 180 for a semicircle.",
|
|
23
|
+
"type": "number"
|
|
24
|
+
},
|
|
25
|
+
"display": {
|
|
26
|
+
"description": "Title display option",
|
|
27
|
+
"properties": {
|
|
28
|
+
"meterLabel": {
|
|
29
|
+
"default": true,
|
|
30
|
+
"description": "Show or hide label displayed on the meter.",
|
|
31
|
+
"type": "boolean"
|
|
32
|
+
},
|
|
33
|
+
"meterValue": {
|
|
34
|
+
"default": true,
|
|
35
|
+
"description": "Show or hide value displayed on the meter.",
|
|
36
|
+
"type": "boolean"
|
|
37
|
+
},
|
|
38
|
+
"ticks": {
|
|
39
|
+
"default": true,
|
|
40
|
+
"description": "Show or hide ticks displayed on the meter.",
|
|
41
|
+
"type": "boolean"
|
|
42
|
+
},
|
|
43
|
+
"title": {
|
|
44
|
+
"default": false,
|
|
45
|
+
"description": "Show or hide the title",
|
|
46
|
+
"type": "boolean"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"type": "object"
|
|
50
|
+
},
|
|
51
|
+
"interactivity": {
|
|
52
|
+
"description": "Interactivity options",
|
|
53
|
+
"properties": {
|
|
54
|
+
"availableExportTypes": {
|
|
55
|
+
"default": [
|
|
56
|
+
"xlsx",
|
|
57
|
+
"csv",
|
|
58
|
+
"png"
|
|
59
|
+
],
|
|
60
|
+
"description": "Available export types interactivity option",
|
|
61
|
+
"items": {
|
|
62
|
+
"description": "Export types",
|
|
63
|
+
"enum": [
|
|
64
|
+
"csv",
|
|
65
|
+
"csv-raw",
|
|
66
|
+
"png",
|
|
67
|
+
"xlsx",
|
|
68
|
+
"xlsx-raw"
|
|
69
|
+
],
|
|
70
|
+
"type": "string"
|
|
71
|
+
},
|
|
72
|
+
"type": "array"
|
|
73
|
+
},
|
|
74
|
+
"customEvents": {
|
|
75
|
+
"anyOf": [
|
|
76
|
+
{
|
|
77
|
+
"properties": {
|
|
78
|
+
"events": {
|
|
79
|
+
"items": {
|
|
80
|
+
"description": "Custom event configuration",
|
|
81
|
+
"properties": {
|
|
82
|
+
"label": {
|
|
83
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
84
|
+
"type": "object"
|
|
85
|
+
},
|
|
86
|
+
"name": {
|
|
87
|
+
"description": "Custom event name",
|
|
88
|
+
"type": "string"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"type": "object"
|
|
92
|
+
},
|
|
93
|
+
"type": "array"
|
|
94
|
+
},
|
|
95
|
+
"extraData": {
|
|
96
|
+
"items": {
|
|
97
|
+
"properties": {
|
|
98
|
+
"aggregation": {
|
|
99
|
+
"description": "Aggregation query type",
|
|
100
|
+
"enum": [
|
|
101
|
+
"average",
|
|
102
|
+
"count",
|
|
103
|
+
"cumulativesum",
|
|
104
|
+
"distinctcount",
|
|
105
|
+
"histogram",
|
|
106
|
+
"max",
|
|
107
|
+
"median",
|
|
108
|
+
"min",
|
|
109
|
+
"rate",
|
|
110
|
+
"stddev",
|
|
111
|
+
"sum",
|
|
112
|
+
"weightedaverage"
|
|
113
|
+
],
|
|
114
|
+
"type": "string"
|
|
115
|
+
},
|
|
116
|
+
"columnId": {
|
|
117
|
+
"description": "Column id",
|
|
118
|
+
"format": "uuid",
|
|
119
|
+
"type": "string"
|
|
120
|
+
},
|
|
121
|
+
"datasetId": {
|
|
122
|
+
"description": "Dataset id",
|
|
123
|
+
"format": "uuid",
|
|
124
|
+
"type": "string"
|
|
125
|
+
},
|
|
126
|
+
"formulaId": {
|
|
127
|
+
"description": "Formula id",
|
|
128
|
+
"format": "uuid",
|
|
129
|
+
"type": "string"
|
|
130
|
+
},
|
|
131
|
+
"label": {
|
|
132
|
+
"description": "Label",
|
|
133
|
+
"type": "string"
|
|
134
|
+
},
|
|
135
|
+
"weightedColumnId": {
|
|
136
|
+
"description": "Weighted column id",
|
|
137
|
+
"format": "uuid",
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
"weightedDatasetId": {
|
|
141
|
+
"description": "Weighted dataset id",
|
|
142
|
+
"format": "uuid",
|
|
143
|
+
"type": "string"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"type": "object"
|
|
147
|
+
},
|
|
148
|
+
"type": "array"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"type": "object"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": "null"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"default": null,
|
|
158
|
+
"description": "Custom events interactivity option"
|
|
159
|
+
},
|
|
160
|
+
"exportTypes": {
|
|
161
|
+
"default": [
|
|
162
|
+
"xlsx",
|
|
163
|
+
"csv",
|
|
164
|
+
"png"
|
|
165
|
+
],
|
|
166
|
+
"description": "Export types interactivity option",
|
|
167
|
+
"items": {
|
|
168
|
+
"description": "Export types",
|
|
169
|
+
"enum": [
|
|
170
|
+
"csv",
|
|
171
|
+
"csv-raw",
|
|
172
|
+
"png",
|
|
173
|
+
"xlsx",
|
|
174
|
+
"xlsx-raw"
|
|
175
|
+
],
|
|
176
|
+
"type": "string"
|
|
177
|
+
},
|
|
178
|
+
"type": "array"
|
|
179
|
+
},
|
|
180
|
+
"measureDimensionPicker": {
|
|
181
|
+
"default": [
|
|
182
|
+
[]
|
|
183
|
+
],
|
|
184
|
+
"description": "An array of measure dimension picker configurations",
|
|
185
|
+
"items": {
|
|
186
|
+
"description": "Measure dimension picker configuration",
|
|
187
|
+
"properties": {
|
|
188
|
+
"acceptFormula": {
|
|
189
|
+
"type": "boolean"
|
|
190
|
+
},
|
|
191
|
+
"allAvailableColumns": {
|
|
192
|
+
"items": {
|
|
193
|
+
"properties": {
|
|
194
|
+
"columns": {
|
|
195
|
+
"items": {
|
|
196
|
+
"properties": {
|
|
197
|
+
"cardinality": {
|
|
198
|
+
"type": "number"
|
|
199
|
+
},
|
|
200
|
+
"color": {
|
|
201
|
+
"type": "string"
|
|
202
|
+
},
|
|
203
|
+
"columnHierarchies": {
|
|
204
|
+
"anyOf": [
|
|
205
|
+
{
|
|
206
|
+
"items": {
|
|
207
|
+
"type": "string"
|
|
208
|
+
},
|
|
209
|
+
"type": "array"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"items": {
|
|
213
|
+
"properties": {
|
|
214
|
+
"color": {
|
|
215
|
+
"type": "string"
|
|
216
|
+
},
|
|
217
|
+
"id": {
|
|
218
|
+
"type": "string"
|
|
219
|
+
},
|
|
220
|
+
"level": {
|
|
221
|
+
"type": "number"
|
|
222
|
+
},
|
|
223
|
+
"name": {
|
|
224
|
+
"type": "object"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"type": "object"
|
|
228
|
+
},
|
|
229
|
+
"type": "array"
|
|
230
|
+
}
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
"currency": {
|
|
234
|
+
"properties": {
|
|
235
|
+
"id": {
|
|
236
|
+
"type": "string"
|
|
237
|
+
},
|
|
238
|
+
"name": {
|
|
239
|
+
"type": "string"
|
|
240
|
+
},
|
|
241
|
+
"symbol": {
|
|
242
|
+
"type": "string"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"type": "object"
|
|
246
|
+
},
|
|
247
|
+
"currency_id": {
|
|
248
|
+
"type": "string"
|
|
249
|
+
},
|
|
250
|
+
"description": {
|
|
251
|
+
"type": "object"
|
|
252
|
+
},
|
|
253
|
+
"duration_format": {
|
|
254
|
+
"enum": [
|
|
255
|
+
"long",
|
|
256
|
+
"short",
|
|
257
|
+
"time"
|
|
258
|
+
],
|
|
259
|
+
"type": "string"
|
|
260
|
+
},
|
|
261
|
+
"duration_levels": {
|
|
262
|
+
"items": {
|
|
263
|
+
"type": "number"
|
|
264
|
+
},
|
|
265
|
+
"type": "array"
|
|
266
|
+
},
|
|
267
|
+
"expression": {
|
|
268
|
+
"type": "string"
|
|
269
|
+
},
|
|
270
|
+
"format": {
|
|
271
|
+
"type": "string"
|
|
272
|
+
},
|
|
273
|
+
"hierarchyLevels": {
|
|
274
|
+
"items": {
|
|
275
|
+
"properties": {
|
|
276
|
+
"color": {
|
|
277
|
+
"type": "string"
|
|
278
|
+
},
|
|
279
|
+
"id": {
|
|
280
|
+
"type": "string"
|
|
281
|
+
},
|
|
282
|
+
"level": {
|
|
283
|
+
"type": "number"
|
|
284
|
+
},
|
|
285
|
+
"name": {
|
|
286
|
+
"type": "object"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"type": "object"
|
|
290
|
+
},
|
|
291
|
+
"type": "array"
|
|
292
|
+
},
|
|
293
|
+
"hierarchy_enabled": {
|
|
294
|
+
"type": "boolean"
|
|
295
|
+
},
|
|
296
|
+
"highestLevel": {
|
|
297
|
+
"type": "number"
|
|
298
|
+
},
|
|
299
|
+
"id": {
|
|
300
|
+
"type": "string"
|
|
301
|
+
},
|
|
302
|
+
"informat": {
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
"isFormula": {
|
|
306
|
+
"type": "boolean"
|
|
307
|
+
},
|
|
308
|
+
"isLabel": {
|
|
309
|
+
"type": "boolean"
|
|
310
|
+
},
|
|
311
|
+
"joins": {
|
|
312
|
+
"items": {
|
|
313
|
+
"properties": {
|
|
314
|
+
"currency_id": {
|
|
315
|
+
"type": [
|
|
316
|
+
"null",
|
|
317
|
+
"string"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
"hierarchy_enabled": {
|
|
321
|
+
"type": "boolean"
|
|
322
|
+
},
|
|
323
|
+
"id": {
|
|
324
|
+
"type": "string"
|
|
325
|
+
},
|
|
326
|
+
"join": {
|
|
327
|
+
"properties": {
|
|
328
|
+
"column_id": {
|
|
329
|
+
"type": "string"
|
|
330
|
+
},
|
|
331
|
+
"created_at": {
|
|
332
|
+
"type": "string"
|
|
333
|
+
},
|
|
334
|
+
"joins_id": {
|
|
335
|
+
"type": "string"
|
|
336
|
+
},
|
|
337
|
+
"subtype": {
|
|
338
|
+
"type": "string"
|
|
339
|
+
},
|
|
340
|
+
"type": {
|
|
341
|
+
"enum": [
|
|
342
|
+
"exact",
|
|
343
|
+
"lookup"
|
|
344
|
+
],
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
347
|
+
"update_at": {
|
|
348
|
+
"type": "string"
|
|
349
|
+
},
|
|
350
|
+
"updated_at": {
|
|
351
|
+
"type": "string"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"type": "object"
|
|
355
|
+
},
|
|
356
|
+
"securable_id": {
|
|
357
|
+
"type": "string"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"type": "object"
|
|
361
|
+
},
|
|
362
|
+
"type": "array"
|
|
363
|
+
},
|
|
364
|
+
"level": {
|
|
365
|
+
"type": "number"
|
|
366
|
+
},
|
|
367
|
+
"lowestLevel": {
|
|
368
|
+
"type": "number"
|
|
369
|
+
},
|
|
370
|
+
"name": {
|
|
371
|
+
"type": "object"
|
|
372
|
+
},
|
|
373
|
+
"order": {
|
|
374
|
+
"type": "number"
|
|
375
|
+
},
|
|
376
|
+
"securable_id": {
|
|
377
|
+
"type": "string"
|
|
378
|
+
},
|
|
379
|
+
"source_name": {
|
|
380
|
+
"type": "string"
|
|
381
|
+
},
|
|
382
|
+
"subtype": {
|
|
383
|
+
"enum": [
|
|
384
|
+
"coordinates",
|
|
385
|
+
"currency",
|
|
386
|
+
"duration",
|
|
387
|
+
"hierarchy_element_expression",
|
|
388
|
+
"topography"
|
|
389
|
+
],
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
392
|
+
"type": {
|
|
393
|
+
"enum": [
|
|
394
|
+
"datetime",
|
|
395
|
+
"hierarchy",
|
|
396
|
+
"numeric",
|
|
397
|
+
"spatial"
|
|
398
|
+
],
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
"version": {
|
|
402
|
+
"type": "number"
|
|
403
|
+
},
|
|
404
|
+
"width": {
|
|
405
|
+
"type": "number"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"type": "object"
|
|
409
|
+
},
|
|
410
|
+
"type": "array"
|
|
411
|
+
},
|
|
412
|
+
"datasetId": {
|
|
413
|
+
"format": "uuid",
|
|
414
|
+
"type": "string"
|
|
415
|
+
},
|
|
416
|
+
"datasetName": {
|
|
417
|
+
"type": "object"
|
|
418
|
+
},
|
|
419
|
+
"formulas": {
|
|
420
|
+
"items": {
|
|
421
|
+
"properties": {
|
|
422
|
+
"color": {
|
|
423
|
+
"type": "string"
|
|
424
|
+
},
|
|
425
|
+
"currency": {
|
|
426
|
+
"properties": {
|
|
427
|
+
"id": {
|
|
428
|
+
"type": "string"
|
|
429
|
+
},
|
|
430
|
+
"name": {
|
|
431
|
+
"type": "string"
|
|
432
|
+
},
|
|
433
|
+
"symbol": {
|
|
434
|
+
"type": "string"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"type": "object"
|
|
438
|
+
},
|
|
439
|
+
"currency_id": {
|
|
440
|
+
"type": "string"
|
|
441
|
+
},
|
|
442
|
+
"duration_format": {
|
|
443
|
+
"enum": [
|
|
444
|
+
"long",
|
|
445
|
+
"short",
|
|
446
|
+
"time"
|
|
447
|
+
],
|
|
448
|
+
"type": "string"
|
|
449
|
+
},
|
|
450
|
+
"duration_levels": {
|
|
451
|
+
"items": {
|
|
452
|
+
"type": "number"
|
|
453
|
+
},
|
|
454
|
+
"type": "array"
|
|
455
|
+
},
|
|
456
|
+
"expression": {
|
|
457
|
+
"type": "string"
|
|
458
|
+
},
|
|
459
|
+
"format": {
|
|
460
|
+
"type": "string"
|
|
461
|
+
},
|
|
462
|
+
"id": {
|
|
463
|
+
"type": "string"
|
|
464
|
+
},
|
|
465
|
+
"informat": {
|
|
466
|
+
"enum": [
|
|
467
|
+
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
468
|
+
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
469
|
+
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
470
|
+
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
471
|
+
"X",
|
|
472
|
+
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
473
|
+
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
474
|
+
"hierarchy",
|
|
475
|
+
"numeric",
|
|
476
|
+
"x"
|
|
477
|
+
],
|
|
478
|
+
"type": "string"
|
|
479
|
+
},
|
|
480
|
+
"isFormula": {
|
|
481
|
+
"type": "boolean"
|
|
482
|
+
},
|
|
483
|
+
"level": {
|
|
484
|
+
"type": "number"
|
|
485
|
+
},
|
|
486
|
+
"lowestLevel": {
|
|
487
|
+
"type": "number"
|
|
488
|
+
},
|
|
489
|
+
"name": {
|
|
490
|
+
"type": "object"
|
|
491
|
+
},
|
|
492
|
+
"securableFormula": {
|
|
493
|
+
"properties": {
|
|
494
|
+
"formula_id": {
|
|
495
|
+
"type": "string"
|
|
496
|
+
},
|
|
497
|
+
"securable_id": {
|
|
498
|
+
"type": "string"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"type": "object"
|
|
502
|
+
},
|
|
503
|
+
"securable_id": {
|
|
504
|
+
"type": "string"
|
|
505
|
+
},
|
|
506
|
+
"subtype": {
|
|
507
|
+
"enum": [
|
|
508
|
+
"currency",
|
|
509
|
+
"date",
|
|
510
|
+
"datetime",
|
|
511
|
+
"duration"
|
|
512
|
+
],
|
|
513
|
+
"type": "string"
|
|
514
|
+
},
|
|
515
|
+
"type": {
|
|
516
|
+
"enum": [
|
|
517
|
+
"datetime",
|
|
518
|
+
"hierarchy",
|
|
519
|
+
"numeric"
|
|
520
|
+
],
|
|
521
|
+
"type": "string"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"type": "object"
|
|
525
|
+
},
|
|
526
|
+
"type": "array"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"type": "object"
|
|
530
|
+
},
|
|
531
|
+
"type": "array"
|
|
532
|
+
},
|
|
533
|
+
"allowMultiple": {
|
|
534
|
+
"type": "boolean"
|
|
535
|
+
},
|
|
536
|
+
"description": {
|
|
537
|
+
"type": "string"
|
|
538
|
+
},
|
|
539
|
+
"order": {
|
|
540
|
+
"type": "number"
|
|
541
|
+
},
|
|
542
|
+
"slot": {
|
|
543
|
+
"type": "string"
|
|
544
|
+
},
|
|
545
|
+
"values": {
|
|
546
|
+
"items": {
|
|
547
|
+
"properties": {
|
|
548
|
+
"aggregationFunc": {
|
|
549
|
+
"description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
|
|
550
|
+
"enum": [
|
|
551
|
+
"average",
|
|
552
|
+
"count",
|
|
553
|
+
"cumulativesum",
|
|
554
|
+
"distinctcount",
|
|
555
|
+
"histogram",
|
|
556
|
+
"max",
|
|
557
|
+
"median",
|
|
558
|
+
"min",
|
|
559
|
+
"rate",
|
|
560
|
+
"stddev",
|
|
561
|
+
"sum",
|
|
562
|
+
"weightedaverage"
|
|
563
|
+
],
|
|
564
|
+
"type": "string"
|
|
565
|
+
},
|
|
566
|
+
"aggregationWeight": {
|
|
567
|
+
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
568
|
+
"properties": {
|
|
569
|
+
"columnId": {
|
|
570
|
+
"description": "Column id",
|
|
571
|
+
"format": "uuid",
|
|
572
|
+
"type": "string"
|
|
573
|
+
},
|
|
574
|
+
"columnSubType": {
|
|
575
|
+
"description": "Column subtype",
|
|
576
|
+
"enum": [
|
|
577
|
+
"coordinates",
|
|
578
|
+
"currency",
|
|
579
|
+
"duration",
|
|
580
|
+
"hierarchy_element_expression",
|
|
581
|
+
"topography"
|
|
582
|
+
],
|
|
583
|
+
"type": "string"
|
|
584
|
+
},
|
|
585
|
+
"datasetId": {
|
|
586
|
+
"description": "Dataset id",
|
|
587
|
+
"format": "uuid",
|
|
588
|
+
"type": "string"
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
"type": "object"
|
|
592
|
+
},
|
|
593
|
+
"bins": {
|
|
594
|
+
"description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
|
|
595
|
+
"properties": {
|
|
596
|
+
"enabled": {
|
|
597
|
+
"description": "Enable or disable binning",
|
|
598
|
+
"type": "boolean"
|
|
599
|
+
},
|
|
600
|
+
"number": {
|
|
601
|
+
"description": "Defines the range of the bins",
|
|
602
|
+
"type": "number"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"type": "object"
|
|
606
|
+
},
|
|
607
|
+
"color": {
|
|
608
|
+
"description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
|
|
609
|
+
"type": [
|
|
610
|
+
"null",
|
|
611
|
+
"string"
|
|
612
|
+
]
|
|
613
|
+
},
|
|
614
|
+
"columnHierarchies": {
|
|
615
|
+
"anyOf": [
|
|
616
|
+
{
|
|
617
|
+
"items": {
|
|
618
|
+
"type": "string"
|
|
619
|
+
},
|
|
620
|
+
"type": "array"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"items": {
|
|
624
|
+
"properties": {
|
|
625
|
+
"color": {
|
|
626
|
+
"type": "string"
|
|
627
|
+
},
|
|
628
|
+
"id": {
|
|
629
|
+
"type": "string"
|
|
630
|
+
},
|
|
631
|
+
"level": {
|
|
632
|
+
"type": "number"
|
|
633
|
+
},
|
|
634
|
+
"name": {
|
|
635
|
+
"type": "object"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"type": "object"
|
|
639
|
+
},
|
|
640
|
+
"type": "array"
|
|
641
|
+
}
|
|
642
|
+
]
|
|
643
|
+
},
|
|
644
|
+
"columnId": {
|
|
645
|
+
"description": "Column id",
|
|
646
|
+
"format": "uuid",
|
|
647
|
+
"type": "string"
|
|
648
|
+
},
|
|
649
|
+
"currency": {
|
|
650
|
+
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
651
|
+
"type": [
|
|
652
|
+
"null",
|
|
653
|
+
"string"
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
"datasetId": {
|
|
657
|
+
"description": "Dataset id",
|
|
658
|
+
"format": "uuid",
|
|
659
|
+
"type": "string"
|
|
660
|
+
},
|
|
661
|
+
"datetimeDisplayMode": {
|
|
662
|
+
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
663
|
+
"enum": [
|
|
664
|
+
"day_in_month",
|
|
665
|
+
"day_in_year",
|
|
666
|
+
"default",
|
|
667
|
+
"hour_in_day",
|
|
668
|
+
"minute_in_hour",
|
|
669
|
+
"month_name",
|
|
670
|
+
"month_number",
|
|
671
|
+
"quarter_number",
|
|
672
|
+
"second_in_minute",
|
|
673
|
+
"week_number",
|
|
674
|
+
"weekday_name",
|
|
675
|
+
"weekday_number"
|
|
676
|
+
],
|
|
677
|
+
"type": "string"
|
|
678
|
+
},
|
|
679
|
+
"duration": {
|
|
680
|
+
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
681
|
+
"properties": {
|
|
682
|
+
"format": {
|
|
683
|
+
"description": "Duration format",
|
|
684
|
+
"enum": [
|
|
685
|
+
"long",
|
|
686
|
+
"short",
|
|
687
|
+
"time"
|
|
688
|
+
],
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
"levels": {
|
|
692
|
+
"description": "Duration levels used",
|
|
693
|
+
"items": {
|
|
694
|
+
"type": "number"
|
|
695
|
+
},
|
|
696
|
+
"type": "array"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"type": "object"
|
|
700
|
+
},
|
|
701
|
+
"format": {
|
|
702
|
+
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
703
|
+
"type": "string"
|
|
704
|
+
},
|
|
705
|
+
"formula": {
|
|
706
|
+
"description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
707
|
+
"type": "string"
|
|
708
|
+
},
|
|
709
|
+
"grandTotals": {
|
|
710
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
711
|
+
"properties": {
|
|
712
|
+
"enabled": {
|
|
713
|
+
"type": "boolean"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"type": "object"
|
|
717
|
+
},
|
|
718
|
+
"hidden": {
|
|
719
|
+
"type": "boolean"
|
|
720
|
+
},
|
|
721
|
+
"include_nonoccurring": {
|
|
722
|
+
"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.",
|
|
723
|
+
"type": "boolean"
|
|
724
|
+
},
|
|
725
|
+
"label": {
|
|
726
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
727
|
+
"type": "object"
|
|
728
|
+
},
|
|
729
|
+
"level": {
|
|
730
|
+
"description": "\"hierarchy\" or \"datetime\" level",
|
|
731
|
+
"type": [
|
|
732
|
+
"number",
|
|
733
|
+
"null"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
"lowestLevel": {
|
|
737
|
+
"description": "Lowest \"hierarchy\" or \"datetime\" level",
|
|
738
|
+
"type": [
|
|
739
|
+
"null",
|
|
740
|
+
"number"
|
|
741
|
+
]
|
|
742
|
+
},
|
|
743
|
+
"monthNameFormat": {
|
|
744
|
+
"description": "Month name format for datetime column formatting",
|
|
745
|
+
"enum": [
|
|
746
|
+
"letter",
|
|
747
|
+
"long",
|
|
748
|
+
"short"
|
|
749
|
+
],
|
|
750
|
+
"type": "string"
|
|
751
|
+
},
|
|
752
|
+
"periodOverPeriod": {
|
|
753
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
754
|
+
"properties": {
|
|
755
|
+
"level": {
|
|
756
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
757
|
+
"type": "number"
|
|
758
|
+
},
|
|
759
|
+
"periodToDate": {
|
|
760
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
761
|
+
"type": "boolean"
|
|
762
|
+
},
|
|
763
|
+
"quantity": {
|
|
764
|
+
"description": "Number of periods",
|
|
765
|
+
"type": "number"
|
|
766
|
+
},
|
|
767
|
+
"type": {
|
|
768
|
+
"description": "Period over period comparison type",
|
|
769
|
+
"enum": [
|
|
770
|
+
"none",
|
|
771
|
+
"past",
|
|
772
|
+
"percentageChange"
|
|
773
|
+
],
|
|
774
|
+
"type": "string"
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
"type": "object"
|
|
778
|
+
},
|
|
779
|
+
"readonly": {
|
|
780
|
+
"type": "boolean"
|
|
781
|
+
},
|
|
782
|
+
"selected": {
|
|
783
|
+
"type": "boolean"
|
|
784
|
+
},
|
|
785
|
+
"subtype": {
|
|
786
|
+
"anyOf": [
|
|
787
|
+
{
|
|
788
|
+
"enum": [
|
|
789
|
+
"coordinates",
|
|
790
|
+
"currency",
|
|
791
|
+
"date",
|
|
792
|
+
"datetime",
|
|
793
|
+
"duration",
|
|
794
|
+
"hierarchy_element_expression",
|
|
795
|
+
"topography"
|
|
796
|
+
],
|
|
797
|
+
"type": "string"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"type": "null"
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"description": "Column subtype"
|
|
804
|
+
},
|
|
805
|
+
"type": {
|
|
806
|
+
"description": "Column / Formula type",
|
|
807
|
+
"enum": [
|
|
808
|
+
"datetime",
|
|
809
|
+
"hierarchy",
|
|
810
|
+
"numeric",
|
|
811
|
+
"spatial"
|
|
812
|
+
],
|
|
813
|
+
"type": "string"
|
|
814
|
+
},
|
|
815
|
+
"weekDayNameFormat": {
|
|
816
|
+
"description": "Week day name format for datetime column formatting",
|
|
817
|
+
"enum": [
|
|
818
|
+
"letter",
|
|
819
|
+
"long",
|
|
820
|
+
"short"
|
|
821
|
+
],
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
"weekStart": {
|
|
825
|
+
"description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
|
|
826
|
+
"enum": [
|
|
827
|
+
"monday",
|
|
828
|
+
"sunday"
|
|
829
|
+
],
|
|
830
|
+
"type": "string"
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
"type": "object"
|
|
834
|
+
},
|
|
835
|
+
"type": "array"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"type": "object"
|
|
839
|
+
},
|
|
840
|
+
"type": "array"
|
|
841
|
+
},
|
|
842
|
+
"urlConfig": {
|
|
843
|
+
"default": {
|
|
844
|
+
"target": "_blank",
|
|
845
|
+
"url": null
|
|
846
|
+
},
|
|
847
|
+
"description": "Go to URL interactivity option",
|
|
848
|
+
"properties": {
|
|
849
|
+
"target": {
|
|
850
|
+
"description": "URL target",
|
|
851
|
+
"enum": [
|
|
852
|
+
"_blank",
|
|
853
|
+
"_parent",
|
|
854
|
+
"_self"
|
|
855
|
+
],
|
|
856
|
+
"type": "string"
|
|
857
|
+
},
|
|
858
|
+
"url": {
|
|
859
|
+
"description": "URL in format {locale: \"url\"}, for example, {en: \"...\"}",
|
|
860
|
+
"type": "object"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"type": "object"
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"type": "object"
|
|
867
|
+
},
|
|
868
|
+
"loader": {
|
|
869
|
+
"description": "The loader configuration",
|
|
870
|
+
"properties": {
|
|
871
|
+
"background": {
|
|
872
|
+
"default": "#f9f9f9",
|
|
873
|
+
"description": "Background color of the chart loader element",
|
|
874
|
+
"type": "string"
|
|
875
|
+
},
|
|
876
|
+
"fontColor": {
|
|
877
|
+
"default": "#5a5a5a",
|
|
878
|
+
"description": "Font color of the text of the chart loaders",
|
|
879
|
+
"type": "string"
|
|
880
|
+
},
|
|
881
|
+
"locale": {
|
|
882
|
+
"default": "en",
|
|
883
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
884
|
+
"examples": [
|
|
885
|
+
"en",
|
|
886
|
+
"fr"
|
|
887
|
+
],
|
|
888
|
+
"type": "string"
|
|
889
|
+
},
|
|
890
|
+
"mode": {
|
|
891
|
+
"default": "light",
|
|
892
|
+
"description": "Light or dark loader",
|
|
893
|
+
"type": "string"
|
|
894
|
+
},
|
|
895
|
+
"msg": {
|
|
896
|
+
"description": "Loading message",
|
|
897
|
+
"examples": [
|
|
898
|
+
"Loading dashboard..."
|
|
899
|
+
],
|
|
900
|
+
"type": "string"
|
|
901
|
+
},
|
|
902
|
+
"showBranded": {
|
|
903
|
+
"default": false,
|
|
904
|
+
"description": "Shows the branded \"powered by\" information",
|
|
905
|
+
"type": "boolean"
|
|
906
|
+
},
|
|
907
|
+
"spinnerBackground": {
|
|
908
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
909
|
+
"description": "Background color of the spinner",
|
|
910
|
+
"type": "string"
|
|
911
|
+
},
|
|
912
|
+
"spinnerColor": {
|
|
913
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
914
|
+
"description": "Spinner color of the loader",
|
|
915
|
+
"type": "string"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"type": "object"
|
|
919
|
+
},
|
|
920
|
+
"locale": {
|
|
921
|
+
"default": "en",
|
|
922
|
+
"description": "Locale to be used",
|
|
923
|
+
"examples": [
|
|
924
|
+
"en",
|
|
925
|
+
"fr"
|
|
926
|
+
],
|
|
927
|
+
"type": "string"
|
|
928
|
+
},
|
|
929
|
+
"lookupFiltering": {
|
|
930
|
+
"default": false,
|
|
931
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
932
|
+
"type": "boolean"
|
|
933
|
+
},
|
|
934
|
+
"manualValues": {
|
|
935
|
+
"description": "Manual values configuration of the Speedometer chart",
|
|
936
|
+
"properties": {
|
|
937
|
+
"conditional": {
|
|
938
|
+
"default": "true",
|
|
939
|
+
"description": "If set to true, a fill color is set on value displayed on the meter.",
|
|
940
|
+
"type": "string"
|
|
941
|
+
},
|
|
942
|
+
"display": {
|
|
943
|
+
"default": "absolute",
|
|
944
|
+
"description": "Display percentage or absolute values.",
|
|
945
|
+
"enum": [
|
|
946
|
+
"absolute",
|
|
947
|
+
"percentage"
|
|
948
|
+
],
|
|
949
|
+
"type": "string"
|
|
950
|
+
},
|
|
951
|
+
"mode": {
|
|
952
|
+
"default": "relative",
|
|
953
|
+
"description": "Mode of the Speedometer chart for manual values.",
|
|
954
|
+
"enum": [
|
|
955
|
+
"absolute",
|
|
956
|
+
"relative"
|
|
957
|
+
],
|
|
958
|
+
"type": "string"
|
|
959
|
+
},
|
|
960
|
+
"ranges": {
|
|
961
|
+
"description": "Manual values ranges of the Speedometer chart",
|
|
962
|
+
"items": {
|
|
963
|
+
"description": "Values range options that are configured manually",
|
|
964
|
+
"properties": {
|
|
965
|
+
"color": {
|
|
966
|
+
"description": "Color of the range, it can be a hex or rgb(a) color",
|
|
967
|
+
"type": "string"
|
|
968
|
+
},
|
|
969
|
+
"isNegativeInfinityRange": {
|
|
970
|
+
"description": "Is negative infinity range",
|
|
971
|
+
"type": "boolean"
|
|
972
|
+
},
|
|
973
|
+
"val": {
|
|
974
|
+
"description": "Value of the range",
|
|
975
|
+
"type": "number"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"type": "object"
|
|
979
|
+
},
|
|
980
|
+
"type": "array"
|
|
981
|
+
},
|
|
982
|
+
"target": {
|
|
983
|
+
"description": "Target value of the Speedometer chart.",
|
|
984
|
+
"examples": [
|
|
985
|
+
100
|
|
986
|
+
],
|
|
987
|
+
"type": "number"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"type": "object"
|
|
991
|
+
},
|
|
992
|
+
"marker": {
|
|
993
|
+
"properties": {
|
|
994
|
+
"arrowSize": {
|
|
995
|
+
"description": "Arrow size of the marker.",
|
|
996
|
+
"examples": [
|
|
997
|
+
0.05
|
|
998
|
+
],
|
|
999
|
+
"type": "number"
|
|
1000
|
+
},
|
|
1001
|
+
"centerBandWidth": {
|
|
1002
|
+
"description": "Center band width of the marker.",
|
|
1003
|
+
"examples": [
|
|
1004
|
+
0.34
|
|
1005
|
+
],
|
|
1006
|
+
"type": "number"
|
|
1007
|
+
},
|
|
1008
|
+
"color": {
|
|
1009
|
+
"description": "Color of the marker.",
|
|
1010
|
+
"examples": [
|
|
1011
|
+
"white",
|
|
1012
|
+
"black"
|
|
1013
|
+
],
|
|
1014
|
+
"type": "string"
|
|
1015
|
+
},
|
|
1016
|
+
"innerBandWidth": {
|
|
1017
|
+
"description": "Inner band width of the marker.",
|
|
1018
|
+
"examples": [
|
|
1019
|
+
0.34
|
|
1020
|
+
],
|
|
1021
|
+
"type": "number"
|
|
1022
|
+
},
|
|
1023
|
+
"lineWidth": {
|
|
1024
|
+
"description": "Line width of the marker.",
|
|
1025
|
+
"examples": [
|
|
1026
|
+
2
|
|
1027
|
+
],
|
|
1028
|
+
"type": "number"
|
|
1029
|
+
},
|
|
1030
|
+
"type": {
|
|
1031
|
+
"default": "innerBand",
|
|
1032
|
+
"description": "Style of marker to be displayed.",
|
|
1033
|
+
"enum": [
|
|
1034
|
+
"band",
|
|
1035
|
+
"centerBand",
|
|
1036
|
+
"innerBand",
|
|
1037
|
+
"inside",
|
|
1038
|
+
"line",
|
|
1039
|
+
"needle",
|
|
1040
|
+
"outside",
|
|
1041
|
+
"round"
|
|
1042
|
+
],
|
|
1043
|
+
"type": "string"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"type": "object"
|
|
1047
|
+
},
|
|
1048
|
+
"mode": {
|
|
1049
|
+
"default": "normal",
|
|
1050
|
+
"description": "Mode of the Speedometer chart, normal, percentage or difference.",
|
|
1051
|
+
"enum": [
|
|
1052
|
+
"difference",
|
|
1053
|
+
"normal",
|
|
1054
|
+
"percentage"
|
|
1055
|
+
],
|
|
1056
|
+
"type": "string"
|
|
1057
|
+
},
|
|
1058
|
+
"theme": {
|
|
1059
|
+
"description": "Theme configuration",
|
|
1060
|
+
"properties": {
|
|
1061
|
+
"axis": {
|
|
1062
|
+
"description": "Custom axis styling",
|
|
1063
|
+
"examples": [
|
|
1064
|
+
{
|
|
1065
|
+
"fontSize": 12
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"fontSize": 10
|
|
1069
|
+
}
|
|
1070
|
+
],
|
|
1071
|
+
"type": "object"
|
|
1072
|
+
},
|
|
1073
|
+
"borders": {
|
|
1074
|
+
"description": "Custom border styling",
|
|
1075
|
+
"properties": {
|
|
1076
|
+
"border-bottom-width": {
|
|
1077
|
+
"description": "Border bottom width",
|
|
1078
|
+
"examples": [
|
|
1079
|
+
"0px",
|
|
1080
|
+
"1px",
|
|
1081
|
+
"3px"
|
|
1082
|
+
],
|
|
1083
|
+
"type": "string"
|
|
1084
|
+
},
|
|
1085
|
+
"border-color": {
|
|
1086
|
+
"description": "Border color",
|
|
1087
|
+
"examples": [
|
|
1088
|
+
"rgba(216, 216, 216, 1)",
|
|
1089
|
+
"rgb(147, 146, 148)"
|
|
1090
|
+
],
|
|
1091
|
+
"type": "string"
|
|
1092
|
+
},
|
|
1093
|
+
"border-left-width": {
|
|
1094
|
+
"description": "Border left width",
|
|
1095
|
+
"examples": [
|
|
1096
|
+
"0px",
|
|
1097
|
+
"1px",
|
|
1098
|
+
"3px"
|
|
1099
|
+
],
|
|
1100
|
+
"type": "string"
|
|
1101
|
+
},
|
|
1102
|
+
"border-radius": {
|
|
1103
|
+
"description": "Border radius",
|
|
1104
|
+
"examples": [
|
|
1105
|
+
"0",
|
|
1106
|
+
"12px",
|
|
1107
|
+
"20px"
|
|
1108
|
+
],
|
|
1109
|
+
"type": "string"
|
|
1110
|
+
},
|
|
1111
|
+
"border-right-width": {
|
|
1112
|
+
"description": "Border right width",
|
|
1113
|
+
"examples": [
|
|
1114
|
+
"0px",
|
|
1115
|
+
"1px",
|
|
1116
|
+
"3px"
|
|
1117
|
+
],
|
|
1118
|
+
"type": "string"
|
|
1119
|
+
},
|
|
1120
|
+
"border-style": {
|
|
1121
|
+
"description": "Border style",
|
|
1122
|
+
"examples": [
|
|
1123
|
+
"none",
|
|
1124
|
+
"solid",
|
|
1125
|
+
"dotted",
|
|
1126
|
+
"dashed"
|
|
1127
|
+
],
|
|
1128
|
+
"type": "string"
|
|
1129
|
+
},
|
|
1130
|
+
"border-top-width": {
|
|
1131
|
+
"description": "Border top width",
|
|
1132
|
+
"examples": [
|
|
1133
|
+
"0px",
|
|
1134
|
+
"1px",
|
|
1135
|
+
"3px"
|
|
1136
|
+
],
|
|
1137
|
+
"type": "string"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"type": "object"
|
|
1141
|
+
},
|
|
1142
|
+
"boxShadow": {
|
|
1143
|
+
"description": "Custom shadow styling",
|
|
1144
|
+
"properties": {
|
|
1145
|
+
"color": {
|
|
1146
|
+
"description": "Shadow color",
|
|
1147
|
+
"examples": [
|
|
1148
|
+
"rgb(0, 0, 0)",
|
|
1149
|
+
"rgb(100, 100, 103)"
|
|
1150
|
+
],
|
|
1151
|
+
"type": "string"
|
|
1152
|
+
},
|
|
1153
|
+
"size": {
|
|
1154
|
+
"description": "Shadow size",
|
|
1155
|
+
"enum": [
|
|
1156
|
+
"L",
|
|
1157
|
+
"M",
|
|
1158
|
+
"S",
|
|
1159
|
+
"none"
|
|
1160
|
+
],
|
|
1161
|
+
"examples": [
|
|
1162
|
+
"none",
|
|
1163
|
+
"S",
|
|
1164
|
+
"M",
|
|
1165
|
+
"L"
|
|
1166
|
+
],
|
|
1167
|
+
"type": "string"
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
"type": "object"
|
|
1171
|
+
},
|
|
1172
|
+
"font": {
|
|
1173
|
+
"description": "Custom font styling",
|
|
1174
|
+
"properties": {
|
|
1175
|
+
"font-style": {
|
|
1176
|
+
"const": "normal",
|
|
1177
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
1178
|
+
"type": "string"
|
|
1179
|
+
},
|
|
1180
|
+
"font-weight": {
|
|
1181
|
+
"description": "Font weight",
|
|
1182
|
+
"examples": [
|
|
1183
|
+
400,
|
|
1184
|
+
700
|
|
1185
|
+
],
|
|
1186
|
+
"type": "number"
|
|
1187
|
+
},
|
|
1188
|
+
"fontFamily": {
|
|
1189
|
+
"description": "Font family",
|
|
1190
|
+
"examples": [
|
|
1191
|
+
"Lato",
|
|
1192
|
+
"Montserrat",
|
|
1193
|
+
"Roboto Mono",
|
|
1194
|
+
"Arial",
|
|
1195
|
+
"Times New Roman"
|
|
1196
|
+
],
|
|
1197
|
+
"type": "string"
|
|
1198
|
+
},
|
|
1199
|
+
"fontSize": {
|
|
1200
|
+
"description": "Font size in px",
|
|
1201
|
+
"examples": [
|
|
1202
|
+
10,
|
|
1203
|
+
15,
|
|
1204
|
+
18
|
|
1205
|
+
],
|
|
1206
|
+
"type": "number"
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
"type": "object"
|
|
1210
|
+
},
|
|
1211
|
+
"id": {
|
|
1212
|
+
"description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
|
|
1213
|
+
"examples": [
|
|
1214
|
+
"seasonal",
|
|
1215
|
+
"urban"
|
|
1216
|
+
],
|
|
1217
|
+
"type": "string"
|
|
1218
|
+
},
|
|
1219
|
+
"itemsBackground": {
|
|
1220
|
+
"description": "Custom item background color",
|
|
1221
|
+
"examples": [
|
|
1222
|
+
"rgb(255, 255, 255)",
|
|
1223
|
+
"rgb(71, 69, 69)",
|
|
1224
|
+
"rgb(195, 191, 191)"
|
|
1225
|
+
],
|
|
1226
|
+
"type": "string"
|
|
1227
|
+
},
|
|
1228
|
+
"title": {
|
|
1229
|
+
"description": "Custom title styling",
|
|
1230
|
+
"properties": {
|
|
1231
|
+
"align": {
|
|
1232
|
+
"description": "Title align",
|
|
1233
|
+
"enum": [
|
|
1234
|
+
"center",
|
|
1235
|
+
"left",
|
|
1236
|
+
"right"
|
|
1237
|
+
],
|
|
1238
|
+
"examples": [
|
|
1239
|
+
"left",
|
|
1240
|
+
"center",
|
|
1241
|
+
"right"
|
|
1242
|
+
],
|
|
1243
|
+
"type": "string"
|
|
1244
|
+
},
|
|
1245
|
+
"bold": {
|
|
1246
|
+
"description": "Is title bold",
|
|
1247
|
+
"examples": [
|
|
1248
|
+
true,
|
|
1249
|
+
false
|
|
1250
|
+
],
|
|
1251
|
+
"type": "boolean"
|
|
1252
|
+
},
|
|
1253
|
+
"border": {
|
|
1254
|
+
"description": "Is title a border",
|
|
1255
|
+
"examples": [
|
|
1256
|
+
true,
|
|
1257
|
+
false
|
|
1258
|
+
],
|
|
1259
|
+
"type": "boolean"
|
|
1260
|
+
},
|
|
1261
|
+
"fontSize": {
|
|
1262
|
+
"description": "Title's font size in px",
|
|
1263
|
+
"examples": [
|
|
1264
|
+
16,
|
|
1265
|
+
20
|
|
1266
|
+
],
|
|
1267
|
+
"type": "number"
|
|
1268
|
+
},
|
|
1269
|
+
"italic": {
|
|
1270
|
+
"description": "Is title italic",
|
|
1271
|
+
"examples": [
|
|
1272
|
+
true,
|
|
1273
|
+
false
|
|
1274
|
+
],
|
|
1275
|
+
"type": "boolean"
|
|
1276
|
+
},
|
|
1277
|
+
"lineHeight": {
|
|
1278
|
+
"description": "Title's line height in px",
|
|
1279
|
+
"examples": [
|
|
1280
|
+
30,
|
|
1281
|
+
42,
|
|
1282
|
+
50
|
|
1283
|
+
],
|
|
1284
|
+
"type": "number"
|
|
1285
|
+
},
|
|
1286
|
+
"underline": {
|
|
1287
|
+
"description": "Is title underline",
|
|
1288
|
+
"examples": [
|
|
1289
|
+
true,
|
|
1290
|
+
false
|
|
1291
|
+
],
|
|
1292
|
+
"type": "boolean"
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
"type": "object"
|
|
1296
|
+
},
|
|
1297
|
+
"type": {
|
|
1298
|
+
"description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
|
|
1299
|
+
"examples": [
|
|
1300
|
+
"custom"
|
|
1301
|
+
],
|
|
1302
|
+
"type": "string"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"type": "object"
|
|
1306
|
+
},
|
|
1307
|
+
"ticks": {
|
|
1308
|
+
"default": 5,
|
|
1309
|
+
"description": "Number of ticks to show on the Speedometer chart.",
|
|
1310
|
+
"type": "number"
|
|
1311
|
+
},
|
|
1312
|
+
"timezoneId": {
|
|
1313
|
+
"description": "The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database",
|
|
1314
|
+
"examples": [
|
|
1315
|
+
"Europe/Brussels",
|
|
1316
|
+
"America/New_York"
|
|
1317
|
+
],
|
|
1318
|
+
"type": "string"
|
|
1319
|
+
},
|
|
1320
|
+
"title": {
|
|
1321
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1322
|
+
"examples": [
|
|
1323
|
+
{
|
|
1324
|
+
"en": "Title"
|
|
1325
|
+
}
|
|
1326
|
+
],
|
|
1327
|
+
"type": "object"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
"type": "object"
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
;
|
|
1334
|
+
|
|
1335
|
+
export default _default;
|