@luzmo/dashboard-contents-types 1.0.4 → 1.0.6
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 +12 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +24 -42
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +17 -38
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +20 -41
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +24 -42
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +32 -25
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +23 -41
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +16 -38
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +1514 -0
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +514 -0
- package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +23 -42
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -7
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +16 -38
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +37 -76
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +1568 -0
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +578 -0
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/options.schema.json.d.ts +15 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +17 -38
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +17 -38
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/route-map-options.schema.json.d.ts +16 -38
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +24 -42
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +27 -45
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +14 -26
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +34 -50
- package/assets/json-schemas/slots.schema.json.d.ts +15 -0
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +1322 -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 +23 -42
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +1419 -0
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +481 -0
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +23 -42
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +36 -75
- package/assets/json-schemas/text-options.schema.json.d.ts +8 -21
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +3459 -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/video-options.schema.json.d.ts +7 -20
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +25 -44
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +36 -75
- package/index.d.ts +1 -0
- package/index.js +227 -480
- package/index.mjs +23918 -12377
- package/json-schemas.d.ts +14663 -6017
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +38 -24
- 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-options.d.ts +186 -0
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
- 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/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 +5 -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 +5 -0
- package/src/lib/ohlc-chart/index.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +201 -0
- package/src/lib/ohlc-chart/ohlc-chart-options.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/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 +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 +3 -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 +96 -0
- package/src/lib/shared/iq-components.d.ts.map +1 -0
- package/src/lib/shared/item-filter-group.d.ts +1 -0
- package/src/lib/shared/legend.d.ts +2 -1
- 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 +22 -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 +22 -19
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +2 -1
- 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 +5 -0
- package/src/lib/sunburst-chart/index.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +88 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.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/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/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 +7 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +0 -32
- package/src/slots.d.ts.map +0 -1
|
@@ -127,31 +127,8 @@ declare const _default: {
|
|
|
127
127
|
"type": "string"
|
|
128
128
|
},
|
|
129
129
|
"periodOverPeriod": {
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"level": {
|
|
133
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
134
|
-
"type": "number"
|
|
135
|
-
},
|
|
136
|
-
"periodToDate": {
|
|
137
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
138
|
-
"type": "boolean"
|
|
139
|
-
},
|
|
140
|
-
"quantity": {
|
|
141
|
-
"description": "Number of periods",
|
|
142
|
-
"type": "number"
|
|
143
|
-
},
|
|
144
|
-
"type": {
|
|
145
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
146
|
-
"enum": [
|
|
147
|
-
"change",
|
|
148
|
-
"none",
|
|
149
|
-
"past"
|
|
150
|
-
],
|
|
151
|
-
"type": "string"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"type": "object"
|
|
130
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
131
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
155
132
|
},
|
|
156
133
|
"subtype": {
|
|
157
134
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -241,31 +218,8 @@ declare const _default: {
|
|
|
241
218
|
]
|
|
242
219
|
},
|
|
243
220
|
"periodOverPeriod": {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"level": {
|
|
247
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
248
|
-
"type": "number"
|
|
249
|
-
},
|
|
250
|
-
"periodToDate": {
|
|
251
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
252
|
-
"type": "boolean"
|
|
253
|
-
},
|
|
254
|
-
"quantity": {
|
|
255
|
-
"description": "Number of periods",
|
|
256
|
-
"type": "number"
|
|
257
|
-
},
|
|
258
|
-
"type": {
|
|
259
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
260
|
-
"enum": [
|
|
261
|
-
"change",
|
|
262
|
-
"none",
|
|
263
|
-
"past"
|
|
264
|
-
],
|
|
265
|
-
"type": "string"
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
"type": "object"
|
|
221
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
222
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
269
223
|
},
|
|
270
224
|
"subtype": {
|
|
271
225
|
"anyOf": [
|
|
@@ -445,31 +399,8 @@ declare const _default: {
|
|
|
445
399
|
"type": "object"
|
|
446
400
|
},
|
|
447
401
|
"periodOverPeriod": {
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"level": {
|
|
451
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
452
|
-
"type": "number"
|
|
453
|
-
},
|
|
454
|
-
"periodToDate": {
|
|
455
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
456
|
-
"type": "boolean"
|
|
457
|
-
},
|
|
458
|
-
"quantity": {
|
|
459
|
-
"description": "Number of periods",
|
|
460
|
-
"type": "number"
|
|
461
|
-
},
|
|
462
|
-
"type": {
|
|
463
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
464
|
-
"enum": [
|
|
465
|
-
"change",
|
|
466
|
-
"none",
|
|
467
|
-
"past"
|
|
468
|
-
],
|
|
469
|
-
"type": "string"
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
"type": "object"
|
|
402
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
403
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
473
404
|
},
|
|
474
405
|
"subtype": {
|
|
475
406
|
"anyOf": [
|
|
@@ -498,6 +429,36 @@ declare const _default: {
|
|
|
498
429
|
}
|
|
499
430
|
},
|
|
500
431
|
"type": "object"
|
|
432
|
+
},
|
|
433
|
+
"PeriodOverPeriod": {
|
|
434
|
+
"properties": {
|
|
435
|
+
"level": {
|
|
436
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
437
|
+
"type": "number"
|
|
438
|
+
},
|
|
439
|
+
"periodToDate": {
|
|
440
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
441
|
+
"type": "boolean"
|
|
442
|
+
},
|
|
443
|
+
"quantity": {
|
|
444
|
+
"description": "Number of periods",
|
|
445
|
+
"type": "number"
|
|
446
|
+
},
|
|
447
|
+
"type": {
|
|
448
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/donut-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
449
|
+
"description": "Period over period comparison type"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"type": "object"
|
|
453
|
+
},
|
|
454
|
+
"PeriodOverPeriodType": {
|
|
455
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'percentageChange' - percentage change comparison to the past",
|
|
456
|
+
"enum": [
|
|
457
|
+
"none",
|
|
458
|
+
"past",
|
|
459
|
+
"percentageChange"
|
|
460
|
+
],
|
|
461
|
+
"type": "string"
|
|
501
462
|
}
|
|
502
463
|
},
|
|
503
464
|
"description": "Data definition of the Donut chart",
|
|
@@ -636,11 +636,11 @@ declare const _default: {
|
|
|
636
636
|
"type": "number"
|
|
637
637
|
},
|
|
638
638
|
"type": {
|
|
639
|
-
"description": "Period over period comparison type
|
|
639
|
+
"description": "Period over period comparison type",
|
|
640
640
|
"enum": [
|
|
641
|
-
"change",
|
|
642
641
|
"none",
|
|
643
|
-
"past"
|
|
642
|
+
"past",
|
|
643
|
+
"percentageChange"
|
|
644
644
|
],
|
|
645
645
|
"type": "string"
|
|
646
646
|
}
|
|
@@ -914,7 +914,7 @@ declare const _default: {
|
|
|
914
914
|
"description": "Custom border styling",
|
|
915
915
|
"properties": {
|
|
916
916
|
"border-bottom-width": {
|
|
917
|
-
"description": "Border bottom width",
|
|
917
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
918
918
|
"examples": [
|
|
919
919
|
"0px",
|
|
920
920
|
"1px",
|
|
@@ -923,7 +923,7 @@ declare const _default: {
|
|
|
923
923
|
"type": "string"
|
|
924
924
|
},
|
|
925
925
|
"border-color": {
|
|
926
|
-
"description": "Border color",
|
|
926
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
927
927
|
"examples": [
|
|
928
928
|
"rgba(216, 216, 216, 1)",
|
|
929
929
|
"rgb(147, 146, 148)"
|
|
@@ -931,7 +931,7 @@ declare const _default: {
|
|
|
931
931
|
"type": "string"
|
|
932
932
|
},
|
|
933
933
|
"border-left-width": {
|
|
934
|
-
"description": "Border left width",
|
|
934
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
935
935
|
"examples": [
|
|
936
936
|
"0px",
|
|
937
937
|
"1px",
|
|
@@ -949,7 +949,7 @@ declare const _default: {
|
|
|
949
949
|
"type": "string"
|
|
950
950
|
},
|
|
951
951
|
"border-right-width": {
|
|
952
|
-
"description": "Border right width",
|
|
952
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
953
953
|
"examples": [
|
|
954
954
|
"0px",
|
|
955
955
|
"1px",
|
|
@@ -958,7 +958,7 @@ declare const _default: {
|
|
|
958
958
|
"type": "string"
|
|
959
959
|
},
|
|
960
960
|
"border-style": {
|
|
961
|
-
"description": "Border style",
|
|
961
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
962
962
|
"examples": [
|
|
963
963
|
"none",
|
|
964
964
|
"solid",
|
|
@@ -968,7 +968,7 @@ declare const _default: {
|
|
|
968
968
|
"type": "string"
|
|
969
969
|
},
|
|
970
970
|
"border-top-width": {
|
|
971
|
-
"description": "Border top width",
|
|
971
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
972
972
|
"examples": [
|
|
973
973
|
"0px",
|
|
974
974
|
"1px",
|
|
@@ -1012,19 +1012,6 @@ declare const _default: {
|
|
|
1012
1012
|
"font": {
|
|
1013
1013
|
"description": "Custom font styling",
|
|
1014
1014
|
"properties": {
|
|
1015
|
-
"font-style": {
|
|
1016
|
-
"const": "normal",
|
|
1017
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1018
|
-
"type": "string"
|
|
1019
|
-
},
|
|
1020
|
-
"font-weight": {
|
|
1021
|
-
"description": "Font weight",
|
|
1022
|
-
"examples": [
|
|
1023
|
-
400,
|
|
1024
|
-
700
|
|
1025
|
-
],
|
|
1026
|
-
"type": "number"
|
|
1027
|
-
},
|
|
1028
1015
|
"fontFamily": {
|
|
1029
1016
|
"description": "Font family",
|
|
1030
1017
|
"examples": [
|
|
@@ -1037,7 +1024,7 @@ declare const _default: {
|
|
|
1037
1024
|
"type": "string"
|
|
1038
1025
|
},
|
|
1039
1026
|
"fontSize": {
|
|
1040
|
-
"description": "Font size in px",
|
|
1027
|
+
"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.",
|
|
1041
1028
|
"examples": [
|
|
1042
1029
|
10,
|
|
1043
1030
|
15,
|
|
@@ -1066,7 +1053,7 @@ declare const _default: {
|
|
|
1066
1053
|
"type": "string"
|
|
1067
1054
|
},
|
|
1068
1055
|
"title": {
|
|
1069
|
-
"description": "Custom title styling",
|
|
1056
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1070
1057
|
"properties": {
|
|
1071
1058
|
"align": {
|
|
1072
1059
|
"description": "Title align",
|
|
@@ -1099,7 +1086,7 @@ declare const _default: {
|
|
|
1099
1086
|
"type": "boolean"
|
|
1100
1087
|
},
|
|
1101
1088
|
"fontSize": {
|
|
1102
|
-
"description": "Title's font size in px",
|
|
1089
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1103
1090
|
"examples": [
|
|
1104
1091
|
16,
|
|
1105
1092
|
20
|
|
@@ -1153,7 +1140,7 @@ declare const _default: {
|
|
|
1153
1140
|
"type": "string"
|
|
1154
1141
|
},
|
|
1155
1142
|
"title": {
|
|
1156
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1143
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1157
1144
|
"examples": [
|
|
1158
1145
|
{
|
|
1159
1146
|
"en": "Title"
|
|
@@ -1164,6 +1151,7 @@ declare const _default: {
|
|
|
1164
1151
|
},
|
|
1165
1152
|
"type": "object"
|
|
1166
1153
|
}
|
|
1154
|
+
|
|
1167
1155
|
;
|
|
1168
1156
|
|
|
1169
1157
|
export default _default;
|
|
@@ -98,31 +98,8 @@ declare const _default: {
|
|
|
98
98
|
"type": "string"
|
|
99
99
|
},
|
|
100
100
|
"periodOverPeriod": {
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"level": {
|
|
104
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
105
|
-
"type": "number"
|
|
106
|
-
},
|
|
107
|
-
"periodToDate": {
|
|
108
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
109
|
-
"type": "boolean"
|
|
110
|
-
},
|
|
111
|
-
"quantity": {
|
|
112
|
-
"description": "Number of periods",
|
|
113
|
-
"type": "number"
|
|
114
|
-
},
|
|
115
|
-
"type": {
|
|
116
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
117
|
-
"enum": [
|
|
118
|
-
"change",
|
|
119
|
-
"none",
|
|
120
|
-
"past"
|
|
121
|
-
],
|
|
122
|
-
"type": "string"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"type": "object"
|
|
101
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/dropdown-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
102
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
126
103
|
},
|
|
127
104
|
"subtype": {
|
|
128
105
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -240,31 +217,8 @@ declare const _default: {
|
|
|
240
217
|
]
|
|
241
218
|
},
|
|
242
219
|
"periodOverPeriod": {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"level": {
|
|
246
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
247
|
-
"type": "number"
|
|
248
|
-
},
|
|
249
|
-
"periodToDate": {
|
|
250
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
251
|
-
"type": "boolean"
|
|
252
|
-
},
|
|
253
|
-
"quantity": {
|
|
254
|
-
"description": "Number of periods",
|
|
255
|
-
"type": "number"
|
|
256
|
-
},
|
|
257
|
-
"type": {
|
|
258
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
259
|
-
"enum": [
|
|
260
|
-
"change",
|
|
261
|
-
"none",
|
|
262
|
-
"past"
|
|
263
|
-
],
|
|
264
|
-
"type": "string"
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
"type": "object"
|
|
220
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/dropdown-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
221
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
268
222
|
},
|
|
269
223
|
"subtype": {
|
|
270
224
|
"anyOf": [
|
|
@@ -416,31 +370,8 @@ declare const _default: {
|
|
|
416
370
|
"type": "object"
|
|
417
371
|
},
|
|
418
372
|
"periodOverPeriod": {
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
"level": {
|
|
422
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
423
|
-
"type": "number"
|
|
424
|
-
},
|
|
425
|
-
"periodToDate": {
|
|
426
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
427
|
-
"type": "boolean"
|
|
428
|
-
},
|
|
429
|
-
"quantity": {
|
|
430
|
-
"description": "Number of periods",
|
|
431
|
-
"type": "number"
|
|
432
|
-
},
|
|
433
|
-
"type": {
|
|
434
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
435
|
-
"enum": [
|
|
436
|
-
"change",
|
|
437
|
-
"none",
|
|
438
|
-
"past"
|
|
439
|
-
],
|
|
440
|
-
"type": "string"
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
"type": "object"
|
|
373
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/dropdown-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
374
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
444
375
|
},
|
|
445
376
|
"subtype": {
|
|
446
377
|
"anyOf": [
|
|
@@ -469,6 +400,36 @@ declare const _default: {
|
|
|
469
400
|
}
|
|
470
401
|
},
|
|
471
402
|
"type": "object"
|
|
403
|
+
},
|
|
404
|
+
"PeriodOverPeriod": {
|
|
405
|
+
"properties": {
|
|
406
|
+
"level": {
|
|
407
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
408
|
+
"type": "number"
|
|
409
|
+
},
|
|
410
|
+
"periodToDate": {
|
|
411
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
412
|
+
"type": "boolean"
|
|
413
|
+
},
|
|
414
|
+
"quantity": {
|
|
415
|
+
"description": "Number of periods",
|
|
416
|
+
"type": "number"
|
|
417
|
+
},
|
|
418
|
+
"type": {
|
|
419
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/dropdown-filter-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
420
|
+
"description": "Period over period comparison type"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"type": "object"
|
|
424
|
+
},
|
|
425
|
+
"PeriodOverPeriodType": {
|
|
426
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'percentageChange' - percentage change comparison to the past",
|
|
427
|
+
"enum": [
|
|
428
|
+
"none",
|
|
429
|
+
"past",
|
|
430
|
+
"percentageChange"
|
|
431
|
+
],
|
|
432
|
+
"type": "string"
|
|
472
433
|
}
|
|
473
434
|
},
|
|
474
435
|
"description": "Data definition of the Dropdown filter",
|
|
@@ -851,11 +851,11 @@ declare const _default: {
|
|
|
851
851
|
"type": "number"
|
|
852
852
|
},
|
|
853
853
|
"type": {
|
|
854
|
-
"description": "Period over period comparison type
|
|
854
|
+
"description": "Period over period comparison type",
|
|
855
855
|
"enum": [
|
|
856
|
-
"change",
|
|
857
856
|
"none",
|
|
858
|
-
"past"
|
|
857
|
+
"past",
|
|
858
|
+
"percentageChange"
|
|
859
859
|
],
|
|
860
860
|
"type": "string"
|
|
861
861
|
}
|
|
@@ -1112,7 +1112,7 @@ declare const _default: {
|
|
|
1112
1112
|
"description": "Custom border styling",
|
|
1113
1113
|
"properties": {
|
|
1114
1114
|
"border-bottom-width": {
|
|
1115
|
-
"description": "Border bottom width",
|
|
1115
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1116
1116
|
"examples": [
|
|
1117
1117
|
"0px",
|
|
1118
1118
|
"1px",
|
|
@@ -1121,7 +1121,7 @@ declare const _default: {
|
|
|
1121
1121
|
"type": "string"
|
|
1122
1122
|
},
|
|
1123
1123
|
"border-color": {
|
|
1124
|
-
"description": "Border color",
|
|
1124
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1125
1125
|
"examples": [
|
|
1126
1126
|
"rgba(216, 216, 216, 1)",
|
|
1127
1127
|
"rgb(147, 146, 148)"
|
|
@@ -1129,7 +1129,7 @@ declare const _default: {
|
|
|
1129
1129
|
"type": "string"
|
|
1130
1130
|
},
|
|
1131
1131
|
"border-left-width": {
|
|
1132
|
-
"description": "Border left width",
|
|
1132
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1133
1133
|
"examples": [
|
|
1134
1134
|
"0px",
|
|
1135
1135
|
"1px",
|
|
@@ -1147,7 +1147,7 @@ declare const _default: {
|
|
|
1147
1147
|
"type": "string"
|
|
1148
1148
|
},
|
|
1149
1149
|
"border-right-width": {
|
|
1150
|
-
"description": "Border right width",
|
|
1150
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1151
1151
|
"examples": [
|
|
1152
1152
|
"0px",
|
|
1153
1153
|
"1px",
|
|
@@ -1156,7 +1156,7 @@ declare const _default: {
|
|
|
1156
1156
|
"type": "string"
|
|
1157
1157
|
},
|
|
1158
1158
|
"border-style": {
|
|
1159
|
-
"description": "Border style",
|
|
1159
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1160
1160
|
"examples": [
|
|
1161
1161
|
"none",
|
|
1162
1162
|
"solid",
|
|
@@ -1166,7 +1166,7 @@ declare const _default: {
|
|
|
1166
1166
|
"type": "string"
|
|
1167
1167
|
},
|
|
1168
1168
|
"border-top-width": {
|
|
1169
|
-
"description": "Border top width",
|
|
1169
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1170
1170
|
"examples": [
|
|
1171
1171
|
"0px",
|
|
1172
1172
|
"1px",
|
|
@@ -1208,12 +1208,15 @@ declare const _default: {
|
|
|
1208
1208
|
"type": "object"
|
|
1209
1209
|
},
|
|
1210
1210
|
"colors": {
|
|
1211
|
-
"description": "Custom color palette",
|
|
1211
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1212
1212
|
"examples": [
|
|
1213
1213
|
[
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1214
|
+
"red",
|
|
1215
|
+
"green",
|
|
1216
|
+
"blue",
|
|
1217
|
+
"yellow",
|
|
1218
|
+
"orange",
|
|
1219
|
+
"purple"
|
|
1217
1220
|
]
|
|
1218
1221
|
],
|
|
1219
1222
|
"items": {
|
|
@@ -1224,19 +1227,6 @@ declare const _default: {
|
|
|
1224
1227
|
"font": {
|
|
1225
1228
|
"description": "Custom font styling",
|
|
1226
1229
|
"properties": {
|
|
1227
|
-
"font-style": {
|
|
1228
|
-
"const": "normal",
|
|
1229
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1230
|
-
"type": "string"
|
|
1231
|
-
},
|
|
1232
|
-
"font-weight": {
|
|
1233
|
-
"description": "Font weight",
|
|
1234
|
-
"examples": [
|
|
1235
|
-
400,
|
|
1236
|
-
700
|
|
1237
|
-
],
|
|
1238
|
-
"type": "number"
|
|
1239
|
-
},
|
|
1240
1230
|
"fontFamily": {
|
|
1241
1231
|
"description": "Font family",
|
|
1242
1232
|
"examples": [
|
|
@@ -1249,7 +1239,7 @@ declare const _default: {
|
|
|
1249
1239
|
"type": "string"
|
|
1250
1240
|
},
|
|
1251
1241
|
"fontSize": {
|
|
1252
|
-
"description": "Font size in px",
|
|
1242
|
+
"description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
|
|
1253
1243
|
"examples": [
|
|
1254
1244
|
10,
|
|
1255
1245
|
15,
|
|
@@ -1278,7 +1268,7 @@ declare const _default: {
|
|
|
1278
1268
|
"type": "string"
|
|
1279
1269
|
},
|
|
1280
1270
|
"title": {
|
|
1281
|
-
"description": "Custom title styling",
|
|
1271
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1282
1272
|
"properties": {
|
|
1283
1273
|
"align": {
|
|
1284
1274
|
"description": "Title align",
|
|
@@ -1311,7 +1301,7 @@ declare const _default: {
|
|
|
1311
1301
|
"type": "boolean"
|
|
1312
1302
|
},
|
|
1313
1303
|
"fontSize": {
|
|
1314
|
-
"description": "Title's font size in px",
|
|
1304
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1315
1305
|
"examples": [
|
|
1316
1306
|
16,
|
|
1317
1307
|
20
|
|
@@ -1347,7 +1337,7 @@ declare const _default: {
|
|
|
1347
1337
|
"type": "object"
|
|
1348
1338
|
},
|
|
1349
1339
|
"tooltip": {
|
|
1350
|
-
"description": "Custom tooltip styling",
|
|
1340
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1351
1341
|
"properties": {
|
|
1352
1342
|
"background": {
|
|
1353
1343
|
"description": "Tooltip's background",
|
|
@@ -1360,16 +1350,7 @@ declare const _default: {
|
|
|
1360
1350
|
"type": "string"
|
|
1361
1351
|
},
|
|
1362
1352
|
"fontSize": {
|
|
1363
|
-
"description": "Tooltip's font size in px",
|
|
1364
|
-
"examples": [
|
|
1365
|
-
12,
|
|
1366
|
-
16,
|
|
1367
|
-
20
|
|
1368
|
-
],
|
|
1369
|
-
"type": "number"
|
|
1370
|
-
},
|
|
1371
|
-
"lineHeight": {
|
|
1372
|
-
"description": "Tooltip's line height in px",
|
|
1353
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1373
1354
|
"examples": [
|
|
1374
1355
|
12,
|
|
1375
1356
|
16,
|
|
@@ -1378,7 +1359,7 @@ declare const _default: {
|
|
|
1378
1359
|
"type": "number"
|
|
1379
1360
|
},
|
|
1380
1361
|
"opacity": {
|
|
1381
|
-
"description": "Tooltip's opacity",
|
|
1362
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1382
1363
|
"examples": [
|
|
1383
1364
|
0.5,
|
|
1384
1365
|
0.8,
|
|
@@ -1446,6 +1427,7 @@ declare const _default: {
|
|
|
1446
1427
|
},
|
|
1447
1428
|
"type": "object"
|
|
1448
1429
|
}
|
|
1430
|
+
|
|
1449
1431
|
;
|
|
1450
1432
|
|
|
1451
1433
|
export default _default;
|