@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
|
@@ -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/evolution-number-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",
|
|
@@ -231,31 +208,8 @@ declare const _default: {
|
|
|
231
208
|
]
|
|
232
209
|
},
|
|
233
210
|
"periodOverPeriod": {
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"level": {
|
|
237
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
238
|
-
"type": "number"
|
|
239
|
-
},
|
|
240
|
-
"periodToDate": {
|
|
241
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
242
|
-
"type": "boolean"
|
|
243
|
-
},
|
|
244
|
-
"quantity": {
|
|
245
|
-
"description": "Number of periods",
|
|
246
|
-
"type": "number"
|
|
247
|
-
},
|
|
248
|
-
"type": {
|
|
249
|
-
"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",
|
|
250
|
-
"enum": [
|
|
251
|
-
"change",
|
|
252
|
-
"none",
|
|
253
|
-
"past"
|
|
254
|
-
],
|
|
255
|
-
"type": "string"
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
"type": "object"
|
|
211
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/evolution-number-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
212
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
259
213
|
},
|
|
260
214
|
"subtype": {
|
|
261
215
|
"anyOf": [
|
|
@@ -436,31 +390,8 @@ declare const _default: {
|
|
|
436
390
|
"type": "object"
|
|
437
391
|
},
|
|
438
392
|
"periodOverPeriod": {
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"level": {
|
|
442
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
443
|
-
"type": "number"
|
|
444
|
-
},
|
|
445
|
-
"periodToDate": {
|
|
446
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
447
|
-
"type": "boolean"
|
|
448
|
-
},
|
|
449
|
-
"quantity": {
|
|
450
|
-
"description": "Number of periods",
|
|
451
|
-
"type": "number"
|
|
452
|
-
},
|
|
453
|
-
"type": {
|
|
454
|
-
"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",
|
|
455
|
-
"enum": [
|
|
456
|
-
"change",
|
|
457
|
-
"none",
|
|
458
|
-
"past"
|
|
459
|
-
],
|
|
460
|
-
"type": "string"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
"type": "object"
|
|
393
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/evolution-number-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
394
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
464
395
|
},
|
|
465
396
|
"subtype": {
|
|
466
397
|
"anyOf": [
|
|
@@ -489,6 +420,36 @@ declare const _default: {
|
|
|
489
420
|
}
|
|
490
421
|
},
|
|
491
422
|
"type": "object"
|
|
423
|
+
},
|
|
424
|
+
"PeriodOverPeriod": {
|
|
425
|
+
"properties": {
|
|
426
|
+
"level": {
|
|
427
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
428
|
+
"type": "number"
|
|
429
|
+
},
|
|
430
|
+
"periodToDate": {
|
|
431
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
432
|
+
"type": "boolean"
|
|
433
|
+
},
|
|
434
|
+
"quantity": {
|
|
435
|
+
"description": "Number of periods",
|
|
436
|
+
"type": "number"
|
|
437
|
+
},
|
|
438
|
+
"type": {
|
|
439
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/evolution-number-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
440
|
+
"description": "Period over period comparison type"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"type": "object"
|
|
444
|
+
},
|
|
445
|
+
"PeriodOverPeriodType": {
|
|
446
|
+
"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",
|
|
447
|
+
"enum": [
|
|
448
|
+
"none",
|
|
449
|
+
"past",
|
|
450
|
+
"percentageChange"
|
|
451
|
+
],
|
|
452
|
+
"type": "string"
|
|
492
453
|
}
|
|
493
454
|
},
|
|
494
455
|
"description": "Data definition of the Evolution number",
|
|
@@ -2844,11 +2844,11 @@ declare const _default: {
|
|
|
2844
2844
|
"type": "number"
|
|
2845
2845
|
},
|
|
2846
2846
|
"type": {
|
|
2847
|
-
"description": "Period over period comparison type
|
|
2847
|
+
"description": "Period over period comparison type",
|
|
2848
2848
|
"enum": [
|
|
2849
|
-
"change",
|
|
2850
2849
|
"none",
|
|
2851
|
-
"past"
|
|
2850
|
+
"past",
|
|
2851
|
+
"percentageChange"
|
|
2852
2852
|
],
|
|
2853
2853
|
"type": "string"
|
|
2854
2854
|
}
|
|
@@ -2950,7 +2950,7 @@ declare const _default: {
|
|
|
2950
2950
|
"type": "object"
|
|
2951
2951
|
},
|
|
2952
2952
|
"legend": {
|
|
2953
|
-
"description": "Legend options",
|
|
2953
|
+
"description": "Legend options, they are applied if the legend is displayed",
|
|
2954
2954
|
"properties": {
|
|
2955
2955
|
"position": {
|
|
2956
2956
|
"description": "Position of the legend. Only available when the legend is shown.",
|
|
@@ -3159,7 +3159,7 @@ declare const _default: {
|
|
|
3159
3159
|
"description": "Custom border styling",
|
|
3160
3160
|
"properties": {
|
|
3161
3161
|
"border-bottom-width": {
|
|
3162
|
-
"description": "Border bottom width",
|
|
3162
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
3163
3163
|
"examples": [
|
|
3164
3164
|
"0px",
|
|
3165
3165
|
"1px",
|
|
@@ -3168,7 +3168,7 @@ declare const _default: {
|
|
|
3168
3168
|
"type": "string"
|
|
3169
3169
|
},
|
|
3170
3170
|
"border-color": {
|
|
3171
|
-
"description": "Border color",
|
|
3171
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
3172
3172
|
"examples": [
|
|
3173
3173
|
"rgba(216, 216, 216, 1)",
|
|
3174
3174
|
"rgb(147, 146, 148)"
|
|
@@ -3176,7 +3176,7 @@ declare const _default: {
|
|
|
3176
3176
|
"type": "string"
|
|
3177
3177
|
},
|
|
3178
3178
|
"border-left-width": {
|
|
3179
|
-
"description": "Border left width",
|
|
3179
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
3180
3180
|
"examples": [
|
|
3181
3181
|
"0px",
|
|
3182
3182
|
"1px",
|
|
@@ -3194,7 +3194,7 @@ declare const _default: {
|
|
|
3194
3194
|
"type": "string"
|
|
3195
3195
|
},
|
|
3196
3196
|
"border-right-width": {
|
|
3197
|
-
"description": "Border right width",
|
|
3197
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
3198
3198
|
"examples": [
|
|
3199
3199
|
"0px",
|
|
3200
3200
|
"1px",
|
|
@@ -3203,7 +3203,7 @@ declare const _default: {
|
|
|
3203
3203
|
"type": "string"
|
|
3204
3204
|
},
|
|
3205
3205
|
"border-style": {
|
|
3206
|
-
"description": "Border style",
|
|
3206
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
3207
3207
|
"examples": [
|
|
3208
3208
|
"none",
|
|
3209
3209
|
"solid",
|
|
@@ -3213,7 +3213,7 @@ declare const _default: {
|
|
|
3213
3213
|
"type": "string"
|
|
3214
3214
|
},
|
|
3215
3215
|
"border-top-width": {
|
|
3216
|
-
"description": "Border top width",
|
|
3216
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
3217
3217
|
"examples": [
|
|
3218
3218
|
"0px",
|
|
3219
3219
|
"1px",
|
|
@@ -3255,12 +3255,15 @@ declare const _default: {
|
|
|
3255
3255
|
"type": "object"
|
|
3256
3256
|
},
|
|
3257
3257
|
"colors": {
|
|
3258
|
-
"description": "Custom color palette",
|
|
3258
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
3259
3259
|
"examples": [
|
|
3260
3260
|
[
|
|
3261
|
-
"
|
|
3262
|
-
"
|
|
3263
|
-
"
|
|
3261
|
+
"red",
|
|
3262
|
+
"green",
|
|
3263
|
+
"blue",
|
|
3264
|
+
"yellow",
|
|
3265
|
+
"orange",
|
|
3266
|
+
"purple"
|
|
3264
3267
|
]
|
|
3265
3268
|
],
|
|
3266
3269
|
"items": {
|
|
@@ -3271,19 +3274,6 @@ declare const _default: {
|
|
|
3271
3274
|
"font": {
|
|
3272
3275
|
"description": "Custom font styling",
|
|
3273
3276
|
"properties": {
|
|
3274
|
-
"font-style": {
|
|
3275
|
-
"const": "normal",
|
|
3276
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
3277
|
-
"type": "string"
|
|
3278
|
-
},
|
|
3279
|
-
"font-weight": {
|
|
3280
|
-
"description": "Font weight",
|
|
3281
|
-
"examples": [
|
|
3282
|
-
400,
|
|
3283
|
-
700
|
|
3284
|
-
],
|
|
3285
|
-
"type": "number"
|
|
3286
|
-
},
|
|
3287
3277
|
"fontFamily": {
|
|
3288
3278
|
"description": "Font family",
|
|
3289
3279
|
"examples": [
|
|
@@ -3296,7 +3286,7 @@ declare const _default: {
|
|
|
3296
3286
|
"type": "string"
|
|
3297
3287
|
},
|
|
3298
3288
|
"fontSize": {
|
|
3299
|
-
"description": "Font size in px",
|
|
3289
|
+
"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.",
|
|
3300
3290
|
"examples": [
|
|
3301
3291
|
10,
|
|
3302
3292
|
15,
|
|
@@ -3325,10 +3315,10 @@ declare const _default: {
|
|
|
3325
3315
|
"type": "string"
|
|
3326
3316
|
},
|
|
3327
3317
|
"legend": {
|
|
3328
|
-
"description": "Custom legend styling",
|
|
3318
|
+
"description": "Custom legend styling, it's applied if the legend is displayed",
|
|
3329
3319
|
"properties": {
|
|
3330
3320
|
"fontSize": {
|
|
3331
|
-
"description": "Legend font size in px",
|
|
3321
|
+
"description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3332
3322
|
"examples": [
|
|
3333
3323
|
12,
|
|
3334
3324
|
16
|
|
@@ -3362,7 +3352,7 @@ declare const _default: {
|
|
|
3362
3352
|
"type": "object"
|
|
3363
3353
|
},
|
|
3364
3354
|
"title": {
|
|
3365
|
-
"description": "Custom title styling",
|
|
3355
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
3366
3356
|
"properties": {
|
|
3367
3357
|
"align": {
|
|
3368
3358
|
"description": "Title align",
|
|
@@ -3395,7 +3385,7 @@ declare const _default: {
|
|
|
3395
3385
|
"type": "boolean"
|
|
3396
3386
|
},
|
|
3397
3387
|
"fontSize": {
|
|
3398
|
-
"description": "Title's font size in px",
|
|
3388
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3399
3389
|
"examples": [
|
|
3400
3390
|
16,
|
|
3401
3391
|
20
|
|
@@ -3431,7 +3421,7 @@ declare const _default: {
|
|
|
3431
3421
|
"type": "object"
|
|
3432
3422
|
},
|
|
3433
3423
|
"tooltip": {
|
|
3434
|
-
"description": "Custom tooltip styling",
|
|
3424
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
3435
3425
|
"properties": {
|
|
3436
3426
|
"background": {
|
|
3437
3427
|
"description": "Tooltip's background",
|
|
@@ -3444,16 +3434,7 @@ declare const _default: {
|
|
|
3444
3434
|
"type": "string"
|
|
3445
3435
|
},
|
|
3446
3436
|
"fontSize": {
|
|
3447
|
-
"description": "Tooltip's font size in px",
|
|
3448
|
-
"examples": [
|
|
3449
|
-
12,
|
|
3450
|
-
16,
|
|
3451
|
-
20
|
|
3452
|
-
],
|
|
3453
|
-
"type": "number"
|
|
3454
|
-
},
|
|
3455
|
-
"lineHeight": {
|
|
3456
|
-
"description": "Tooltip's line height in px",
|
|
3437
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3457
3438
|
"examples": [
|
|
3458
3439
|
12,
|
|
3459
3440
|
16,
|
|
@@ -3462,7 +3443,7 @@ declare const _default: {
|
|
|
3462
3443
|
"type": "number"
|
|
3463
3444
|
},
|
|
3464
3445
|
"opacity": {
|
|
3465
|
-
"description": "Tooltip's opacity",
|
|
3446
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
3466
3447
|
"examples": [
|
|
3467
3448
|
0.5,
|
|
3468
3449
|
0.8,
|
|
@@ -3492,7 +3473,7 @@ declare const _default: {
|
|
|
3492
3473
|
"type": "string"
|
|
3493
3474
|
},
|
|
3494
3475
|
"title": {
|
|
3495
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
3476
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
3496
3477
|
"examples": [
|
|
3497
3478
|
{
|
|
3498
3479
|
"en": "Title"
|
|
@@ -3503,6 +3484,7 @@ declare const _default: {
|
|
|
3503
3484
|
},
|
|
3504
3485
|
"type": "object"
|
|
3505
3486
|
}
|
|
3487
|
+
|
|
3506
3488
|
;
|
|
3507
3489
|
|
|
3508
3490
|
export default _default;
|
|
@@ -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/funnel-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/funnel-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": [
|
|
@@ -443,31 +397,8 @@ declare const _default: {
|
|
|
443
397
|
"type": "object"
|
|
444
398
|
},
|
|
445
399
|
"periodOverPeriod": {
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"level": {
|
|
449
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
450
|
-
"type": "number"
|
|
451
|
-
},
|
|
452
|
-
"periodToDate": {
|
|
453
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
454
|
-
"type": "boolean"
|
|
455
|
-
},
|
|
456
|
-
"quantity": {
|
|
457
|
-
"description": "Number of periods",
|
|
458
|
-
"type": "number"
|
|
459
|
-
},
|
|
460
|
-
"type": {
|
|
461
|
-
"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",
|
|
462
|
-
"enum": [
|
|
463
|
-
"change",
|
|
464
|
-
"none",
|
|
465
|
-
"past"
|
|
466
|
-
],
|
|
467
|
-
"type": "string"
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
"type": "object"
|
|
400
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/funnel-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
401
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
471
402
|
},
|
|
472
403
|
"subtype": {
|
|
473
404
|
"anyOf": [
|
|
@@ -496,6 +427,36 @@ declare const _default: {
|
|
|
496
427
|
}
|
|
497
428
|
},
|
|
498
429
|
"type": "object"
|
|
430
|
+
},
|
|
431
|
+
"PeriodOverPeriod": {
|
|
432
|
+
"properties": {
|
|
433
|
+
"level": {
|
|
434
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
435
|
+
"type": "number"
|
|
436
|
+
},
|
|
437
|
+
"periodToDate": {
|
|
438
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
439
|
+
"type": "boolean"
|
|
440
|
+
},
|
|
441
|
+
"quantity": {
|
|
442
|
+
"description": "Number of periods",
|
|
443
|
+
"type": "number"
|
|
444
|
+
},
|
|
445
|
+
"type": {
|
|
446
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/funnel-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
447
|
+
"description": "Period over period comparison type"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"type": "object"
|
|
451
|
+
},
|
|
452
|
+
"PeriodOverPeriodType": {
|
|
453
|
+
"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",
|
|
454
|
+
"enum": [
|
|
455
|
+
"none",
|
|
456
|
+
"past",
|
|
457
|
+
"percentageChange"
|
|
458
|
+
],
|
|
459
|
+
"type": "string"
|
|
499
460
|
}
|
|
500
461
|
},
|
|
501
462
|
"description": "Data definition of the Funnel chart",
|
|
@@ -729,11 +729,11 @@ declare const _default: {
|
|
|
729
729
|
"type": "number"
|
|
730
730
|
},
|
|
731
731
|
"type": {
|
|
732
|
-
"description": "Period over period comparison type
|
|
732
|
+
"description": "Period over period comparison type",
|
|
733
733
|
"enum": [
|
|
734
|
-
"change",
|
|
735
734
|
"none",
|
|
736
|
-
"past"
|
|
735
|
+
"past",
|
|
736
|
+
"percentageChange"
|
|
737
737
|
],
|
|
738
738
|
"type": "string"
|
|
739
739
|
}
|
|
@@ -973,7 +973,7 @@ declare const _default: {
|
|
|
973
973
|
"description": "Custom border styling",
|
|
974
974
|
"properties": {
|
|
975
975
|
"border-bottom-width": {
|
|
976
|
-
"description": "Border bottom width",
|
|
976
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
977
977
|
"examples": [
|
|
978
978
|
"0px",
|
|
979
979
|
"1px",
|
|
@@ -982,7 +982,7 @@ declare const _default: {
|
|
|
982
982
|
"type": "string"
|
|
983
983
|
},
|
|
984
984
|
"border-color": {
|
|
985
|
-
"description": "Border color",
|
|
985
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
986
986
|
"examples": [
|
|
987
987
|
"rgba(216, 216, 216, 1)",
|
|
988
988
|
"rgb(147, 146, 148)"
|
|
@@ -990,7 +990,7 @@ declare const _default: {
|
|
|
990
990
|
"type": "string"
|
|
991
991
|
},
|
|
992
992
|
"border-left-width": {
|
|
993
|
-
"description": "Border left width",
|
|
993
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
994
994
|
"examples": [
|
|
995
995
|
"0px",
|
|
996
996
|
"1px",
|
|
@@ -1008,7 +1008,7 @@ declare const _default: {
|
|
|
1008
1008
|
"type": "string"
|
|
1009
1009
|
},
|
|
1010
1010
|
"border-right-width": {
|
|
1011
|
-
"description": "Border right width",
|
|
1011
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1012
1012
|
"examples": [
|
|
1013
1013
|
"0px",
|
|
1014
1014
|
"1px",
|
|
@@ -1017,7 +1017,7 @@ declare const _default: {
|
|
|
1017
1017
|
"type": "string"
|
|
1018
1018
|
},
|
|
1019
1019
|
"border-style": {
|
|
1020
|
-
"description": "Border style",
|
|
1020
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1021
1021
|
"examples": [
|
|
1022
1022
|
"none",
|
|
1023
1023
|
"solid",
|
|
@@ -1027,7 +1027,7 @@ declare const _default: {
|
|
|
1027
1027
|
"type": "string"
|
|
1028
1028
|
},
|
|
1029
1029
|
"border-top-width": {
|
|
1030
|
-
"description": "Border top width",
|
|
1030
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1031
1031
|
"examples": [
|
|
1032
1032
|
"0px",
|
|
1033
1033
|
"1px",
|
|
@@ -1071,19 +1071,6 @@ declare const _default: {
|
|
|
1071
1071
|
"font": {
|
|
1072
1072
|
"description": "Custom font styling",
|
|
1073
1073
|
"properties": {
|
|
1074
|
-
"font-style": {
|
|
1075
|
-
"const": "normal",
|
|
1076
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1077
|
-
"type": "string"
|
|
1078
|
-
},
|
|
1079
|
-
"font-weight": {
|
|
1080
|
-
"description": "Font weight",
|
|
1081
|
-
"examples": [
|
|
1082
|
-
400,
|
|
1083
|
-
700
|
|
1084
|
-
],
|
|
1085
|
-
"type": "number"
|
|
1086
|
-
},
|
|
1087
1074
|
"fontFamily": {
|
|
1088
1075
|
"description": "Font family",
|
|
1089
1076
|
"examples": [
|
|
@@ -1096,7 +1083,7 @@ declare const _default: {
|
|
|
1096
1083
|
"type": "string"
|
|
1097
1084
|
},
|
|
1098
1085
|
"fontSize": {
|
|
1099
|
-
"description": "Font size in px",
|
|
1086
|
+
"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.",
|
|
1100
1087
|
"examples": [
|
|
1101
1088
|
10,
|
|
1102
1089
|
15,
|
|
@@ -1125,7 +1112,7 @@ declare const _default: {
|
|
|
1125
1112
|
"type": "string"
|
|
1126
1113
|
},
|
|
1127
1114
|
"title": {
|
|
1128
|
-
"description": "Custom title styling",
|
|
1115
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1129
1116
|
"properties": {
|
|
1130
1117
|
"align": {
|
|
1131
1118
|
"description": "Title align",
|
|
@@ -1158,7 +1145,7 @@ declare const _default: {
|
|
|
1158
1145
|
"type": "boolean"
|
|
1159
1146
|
},
|
|
1160
1147
|
"fontSize": {
|
|
1161
|
-
"description": "Title's font size in px",
|
|
1148
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1162
1149
|
"examples": [
|
|
1163
1150
|
16,
|
|
1164
1151
|
20
|
|
@@ -1194,7 +1181,7 @@ declare const _default: {
|
|
|
1194
1181
|
"type": "object"
|
|
1195
1182
|
},
|
|
1196
1183
|
"tooltip": {
|
|
1197
|
-
"description": "Custom tooltip styling",
|
|
1184
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1198
1185
|
"properties": {
|
|
1199
1186
|
"background": {
|
|
1200
1187
|
"description": "Tooltip's background",
|
|
@@ -1207,16 +1194,7 @@ declare const _default: {
|
|
|
1207
1194
|
"type": "string"
|
|
1208
1195
|
},
|
|
1209
1196
|
"fontSize": {
|
|
1210
|
-
"description": "Tooltip's font size in px",
|
|
1211
|
-
"examples": [
|
|
1212
|
-
12,
|
|
1213
|
-
16,
|
|
1214
|
-
20
|
|
1215
|
-
],
|
|
1216
|
-
"type": "number"
|
|
1217
|
-
},
|
|
1218
|
-
"lineHeight": {
|
|
1219
|
-
"description": "Tooltip's line height in px",
|
|
1197
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1220
1198
|
"examples": [
|
|
1221
1199
|
12,
|
|
1222
1200
|
16,
|
|
@@ -1225,7 +1203,7 @@ declare const _default: {
|
|
|
1225
1203
|
"type": "number"
|
|
1226
1204
|
},
|
|
1227
1205
|
"opacity": {
|
|
1228
|
-
"description": "Tooltip's opacity",
|
|
1206
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1229
1207
|
"examples": [
|
|
1230
1208
|
0.5,
|
|
1231
1209
|
0.8,
|
|
@@ -1355,7 +1333,7 @@ declare const _default: {
|
|
|
1355
1333
|
"type": "string"
|
|
1356
1334
|
},
|
|
1357
1335
|
"title": {
|
|
1358
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1336
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1359
1337
|
"examples": [
|
|
1360
1338
|
{
|
|
1361
1339
|
"en": "Title"
|