@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/combination-chart-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",
|
|
@@ -212,31 +189,8 @@ declare const _default: {
|
|
|
212
189
|
]
|
|
213
190
|
},
|
|
214
191
|
"periodOverPeriod": {
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"level": {
|
|
218
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
219
|
-
"type": "number"
|
|
220
|
-
},
|
|
221
|
-
"periodToDate": {
|
|
222
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
223
|
-
"type": "boolean"
|
|
224
|
-
},
|
|
225
|
-
"quantity": {
|
|
226
|
-
"description": "Number of periods",
|
|
227
|
-
"type": "number"
|
|
228
|
-
},
|
|
229
|
-
"type": {
|
|
230
|
-
"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",
|
|
231
|
-
"enum": [
|
|
232
|
-
"change",
|
|
233
|
-
"none",
|
|
234
|
-
"past"
|
|
235
|
-
],
|
|
236
|
-
"type": "string"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"type": "object"
|
|
192
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/combination-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
193
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
240
194
|
},
|
|
241
195
|
"subtype": {
|
|
242
196
|
"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/combination-chart-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": [
|
|
@@ -470,6 +401,36 @@ declare const _default: {
|
|
|
470
401
|
},
|
|
471
402
|
"type": "object"
|
|
472
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/combination-chart-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"
|
|
433
|
+
},
|
|
473
434
|
"XAxisSlot": {
|
|
474
435
|
"description": "Evolution slot definition of the Combination chart",
|
|
475
436
|
"properties": {
|
|
@@ -722,11 +722,11 @@ declare const _default: {
|
|
|
722
722
|
"type": "number"
|
|
723
723
|
},
|
|
724
724
|
"type": {
|
|
725
|
-
"description": "Period over period comparison type
|
|
725
|
+
"description": "Period over period comparison type",
|
|
726
726
|
"enum": [
|
|
727
|
-
"change",
|
|
728
727
|
"none",
|
|
729
|
-
"past"
|
|
728
|
+
"past",
|
|
729
|
+
"percentageChange"
|
|
730
730
|
],
|
|
731
731
|
"type": "string"
|
|
732
732
|
}
|
|
@@ -888,7 +888,7 @@ declare const _default: {
|
|
|
888
888
|
"description": "Custom border styling",
|
|
889
889
|
"properties": {
|
|
890
890
|
"border-bottom-width": {
|
|
891
|
-
"description": "Border bottom width",
|
|
891
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
892
892
|
"examples": [
|
|
893
893
|
"0px",
|
|
894
894
|
"1px",
|
|
@@ -897,7 +897,7 @@ declare const _default: {
|
|
|
897
897
|
"type": "string"
|
|
898
898
|
},
|
|
899
899
|
"border-color": {
|
|
900
|
-
"description": "Border color",
|
|
900
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
901
901
|
"examples": [
|
|
902
902
|
"rgba(216, 216, 216, 1)",
|
|
903
903
|
"rgb(147, 146, 148)"
|
|
@@ -905,7 +905,7 @@ declare const _default: {
|
|
|
905
905
|
"type": "string"
|
|
906
906
|
},
|
|
907
907
|
"border-left-width": {
|
|
908
|
-
"description": "Border left width",
|
|
908
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
909
909
|
"examples": [
|
|
910
910
|
"0px",
|
|
911
911
|
"1px",
|
|
@@ -923,7 +923,7 @@ declare const _default: {
|
|
|
923
923
|
"type": "string"
|
|
924
924
|
},
|
|
925
925
|
"border-right-width": {
|
|
926
|
-
"description": "Border right width",
|
|
926
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
927
927
|
"examples": [
|
|
928
928
|
"0px",
|
|
929
929
|
"1px",
|
|
@@ -932,7 +932,7 @@ declare const _default: {
|
|
|
932
932
|
"type": "string"
|
|
933
933
|
},
|
|
934
934
|
"border-style": {
|
|
935
|
-
"description": "Border style",
|
|
935
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
936
936
|
"examples": [
|
|
937
937
|
"none",
|
|
938
938
|
"solid",
|
|
@@ -942,7 +942,7 @@ declare const _default: {
|
|
|
942
942
|
"type": "string"
|
|
943
943
|
},
|
|
944
944
|
"border-top-width": {
|
|
945
|
-
"description": "Border top width",
|
|
945
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
946
946
|
"examples": [
|
|
947
947
|
"0px",
|
|
948
948
|
"1px",
|
|
@@ -986,19 +986,6 @@ declare const _default: {
|
|
|
986
986
|
"font": {
|
|
987
987
|
"description": "Custom font styling",
|
|
988
988
|
"properties": {
|
|
989
|
-
"font-style": {
|
|
990
|
-
"const": "normal",
|
|
991
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
992
|
-
"type": "string"
|
|
993
|
-
},
|
|
994
|
-
"font-weight": {
|
|
995
|
-
"description": "Font weight",
|
|
996
|
-
"examples": [
|
|
997
|
-
400,
|
|
998
|
-
700
|
|
999
|
-
],
|
|
1000
|
-
"type": "number"
|
|
1001
|
-
},
|
|
1002
989
|
"fontFamily": {
|
|
1003
990
|
"description": "Font family",
|
|
1004
991
|
"examples": [
|
|
@@ -1011,7 +998,7 @@ declare const _default: {
|
|
|
1011
998
|
"type": "string"
|
|
1012
999
|
},
|
|
1013
1000
|
"fontSize": {
|
|
1014
|
-
"description": "Font size in px",
|
|
1001
|
+
"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.",
|
|
1015
1002
|
"examples": [
|
|
1016
1003
|
10,
|
|
1017
1004
|
15,
|
|
@@ -1040,7 +1027,7 @@ declare const _default: {
|
|
|
1040
1027
|
"type": "string"
|
|
1041
1028
|
},
|
|
1042
1029
|
"title": {
|
|
1043
|
-
"description": "Custom title styling",
|
|
1030
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1044
1031
|
"properties": {
|
|
1045
1032
|
"align": {
|
|
1046
1033
|
"description": "Title align",
|
|
@@ -1073,7 +1060,7 @@ declare const _default: {
|
|
|
1073
1060
|
"type": "boolean"
|
|
1074
1061
|
},
|
|
1075
1062
|
"fontSize": {
|
|
1076
|
-
"description": "Title's font size in px",
|
|
1063
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1077
1064
|
"examples": [
|
|
1078
1065
|
16,
|
|
1079
1066
|
20
|
|
@@ -1127,7 +1114,7 @@ declare const _default: {
|
|
|
1127
1114
|
"type": "string"
|
|
1128
1115
|
},
|
|
1129
1116
|
"title": {
|
|
1130
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1117
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1131
1118
|
"examples": [
|
|
1132
1119
|
{
|
|
1133
1120
|
"en": "Title"
|
|
@@ -1138,6 +1125,7 @@ declare const _default: {
|
|
|
1138
1125
|
},
|
|
1139
1126
|
"type": "object"
|
|
1140
1127
|
}
|
|
1128
|
+
|
|
1141
1129
|
;
|
|
1142
1130
|
|
|
1143
1131
|
export default _default;
|
|
@@ -88,31 +88,8 @@ declare const _default: {
|
|
|
88
88
|
"type": "string"
|
|
89
89
|
},
|
|
90
90
|
"periodOverPeriod": {
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"level": {
|
|
94
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
95
|
-
"type": "number"
|
|
96
|
-
},
|
|
97
|
-
"periodToDate": {
|
|
98
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
99
|
-
"type": "boolean"
|
|
100
|
-
},
|
|
101
|
-
"quantity": {
|
|
102
|
-
"description": "Number of periods",
|
|
103
|
-
"type": "number"
|
|
104
|
-
},
|
|
105
|
-
"type": {
|
|
106
|
-
"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",
|
|
107
|
-
"enum": [
|
|
108
|
-
"change",
|
|
109
|
-
"none",
|
|
110
|
-
"past"
|
|
111
|
-
],
|
|
112
|
-
"type": "string"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
"type": "object"
|
|
91
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
92
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
116
93
|
},
|
|
117
94
|
"subtype": {
|
|
118
95
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -143,6 +120,36 @@ declare const _default: {
|
|
|
143
120
|
},
|
|
144
121
|
"type": "object"
|
|
145
122
|
},
|
|
123
|
+
"PeriodOverPeriod": {
|
|
124
|
+
"properties": {
|
|
125
|
+
"level": {
|
|
126
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
127
|
+
"type": "number"
|
|
128
|
+
},
|
|
129
|
+
"periodToDate": {
|
|
130
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
131
|
+
"type": "boolean"
|
|
132
|
+
},
|
|
133
|
+
"quantity": {
|
|
134
|
+
"description": "Number of periods",
|
|
135
|
+
"type": "number"
|
|
136
|
+
},
|
|
137
|
+
"type": {
|
|
138
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/date-filter-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
139
|
+
"description": "Period over period comparison type"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"type": "object"
|
|
143
|
+
},
|
|
144
|
+
"PeriodOverPeriodType": {
|
|
145
|
+
"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",
|
|
146
|
+
"enum": [
|
|
147
|
+
"none",
|
|
148
|
+
"past",
|
|
149
|
+
"percentageChange"
|
|
150
|
+
],
|
|
151
|
+
"type": "string"
|
|
152
|
+
},
|
|
146
153
|
"TimeSlot": {
|
|
147
154
|
"description": "Time slot definition of the date filter. It can accept only datetime type column, and it's a required slot.\nThis can include multiple time slots to filter on multiple columns at once.",
|
|
148
155
|
"properties": {
|
|
@@ -2821,11 +2821,11 @@ declare const _default: {
|
|
|
2821
2821
|
"type": "number"
|
|
2822
2822
|
},
|
|
2823
2823
|
"type": {
|
|
2824
|
-
"description": "Period over period comparison type
|
|
2824
|
+
"description": "Period over period comparison type",
|
|
2825
2825
|
"enum": [
|
|
2826
|
-
"change",
|
|
2827
2826
|
"none",
|
|
2828
|
-
"past"
|
|
2827
|
+
"past",
|
|
2828
|
+
"percentageChange"
|
|
2829
2829
|
],
|
|
2830
2830
|
"type": "string"
|
|
2831
2831
|
}
|
|
@@ -2927,7 +2927,7 @@ declare const _default: {
|
|
|
2927
2927
|
"type": "object"
|
|
2928
2928
|
},
|
|
2929
2929
|
"legend": {
|
|
2930
|
-
"description": "Legend options",
|
|
2930
|
+
"description": "Legend options, they are applied if the legend is displayed",
|
|
2931
2931
|
"properties": {
|
|
2932
2932
|
"position": {
|
|
2933
2933
|
"description": "Position of the legend. Only available when the legend is shown.",
|
|
@@ -3171,7 +3171,7 @@ declare const _default: {
|
|
|
3171
3171
|
"description": "Custom border styling",
|
|
3172
3172
|
"properties": {
|
|
3173
3173
|
"border-bottom-width": {
|
|
3174
|
-
"description": "Border bottom width",
|
|
3174
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
3175
3175
|
"examples": [
|
|
3176
3176
|
"0px",
|
|
3177
3177
|
"1px",
|
|
@@ -3180,7 +3180,7 @@ declare const _default: {
|
|
|
3180
3180
|
"type": "string"
|
|
3181
3181
|
},
|
|
3182
3182
|
"border-color": {
|
|
3183
|
-
"description": "Border color",
|
|
3183
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
3184
3184
|
"examples": [
|
|
3185
3185
|
"rgba(216, 216, 216, 1)",
|
|
3186
3186
|
"rgb(147, 146, 148)"
|
|
@@ -3188,7 +3188,7 @@ declare const _default: {
|
|
|
3188
3188
|
"type": "string"
|
|
3189
3189
|
},
|
|
3190
3190
|
"border-left-width": {
|
|
3191
|
-
"description": "Border left width",
|
|
3191
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
3192
3192
|
"examples": [
|
|
3193
3193
|
"0px",
|
|
3194
3194
|
"1px",
|
|
@@ -3206,7 +3206,7 @@ declare const _default: {
|
|
|
3206
3206
|
"type": "string"
|
|
3207
3207
|
},
|
|
3208
3208
|
"border-right-width": {
|
|
3209
|
-
"description": "Border right width",
|
|
3209
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
3210
3210
|
"examples": [
|
|
3211
3211
|
"0px",
|
|
3212
3212
|
"1px",
|
|
@@ -3215,7 +3215,7 @@ declare const _default: {
|
|
|
3215
3215
|
"type": "string"
|
|
3216
3216
|
},
|
|
3217
3217
|
"border-style": {
|
|
3218
|
-
"description": "Border style",
|
|
3218
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
3219
3219
|
"examples": [
|
|
3220
3220
|
"none",
|
|
3221
3221
|
"solid",
|
|
@@ -3225,7 +3225,7 @@ declare const _default: {
|
|
|
3225
3225
|
"type": "string"
|
|
3226
3226
|
},
|
|
3227
3227
|
"border-top-width": {
|
|
3228
|
-
"description": "Border top width",
|
|
3228
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
3229
3229
|
"examples": [
|
|
3230
3230
|
"0px",
|
|
3231
3231
|
"1px",
|
|
@@ -3267,12 +3267,15 @@ declare const _default: {
|
|
|
3267
3267
|
"type": "object"
|
|
3268
3268
|
},
|
|
3269
3269
|
"colors": {
|
|
3270
|
-
"description": "Custom color palette",
|
|
3270
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
3271
3271
|
"examples": [
|
|
3272
3272
|
[
|
|
3273
|
-
"
|
|
3274
|
-
"
|
|
3275
|
-
"
|
|
3273
|
+
"red",
|
|
3274
|
+
"green",
|
|
3275
|
+
"blue",
|
|
3276
|
+
"yellow",
|
|
3277
|
+
"orange",
|
|
3278
|
+
"purple"
|
|
3276
3279
|
]
|
|
3277
3280
|
],
|
|
3278
3281
|
"items": {
|
|
@@ -3283,19 +3286,6 @@ declare const _default: {
|
|
|
3283
3286
|
"font": {
|
|
3284
3287
|
"description": "Custom font styling",
|
|
3285
3288
|
"properties": {
|
|
3286
|
-
"font-style": {
|
|
3287
|
-
"const": "normal",
|
|
3288
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
3289
|
-
"type": "string"
|
|
3290
|
-
},
|
|
3291
|
-
"font-weight": {
|
|
3292
|
-
"description": "Font weight",
|
|
3293
|
-
"examples": [
|
|
3294
|
-
400,
|
|
3295
|
-
700
|
|
3296
|
-
],
|
|
3297
|
-
"type": "number"
|
|
3298
|
-
},
|
|
3299
3289
|
"fontFamily": {
|
|
3300
3290
|
"description": "Font family",
|
|
3301
3291
|
"examples": [
|
|
@@ -3308,7 +3298,7 @@ declare const _default: {
|
|
|
3308
3298
|
"type": "string"
|
|
3309
3299
|
},
|
|
3310
3300
|
"fontSize": {
|
|
3311
|
-
"description": "Font size in px",
|
|
3301
|
+
"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.",
|
|
3312
3302
|
"examples": [
|
|
3313
3303
|
10,
|
|
3314
3304
|
15,
|
|
@@ -3337,10 +3327,10 @@ declare const _default: {
|
|
|
3337
3327
|
"type": "string"
|
|
3338
3328
|
},
|
|
3339
3329
|
"legend": {
|
|
3340
|
-
"description": "Custom legend styling",
|
|
3330
|
+
"description": "Custom legend styling, it's applied if the legend is displayed",
|
|
3341
3331
|
"properties": {
|
|
3342
3332
|
"fontSize": {
|
|
3343
|
-
"description": "Legend font size in px",
|
|
3333
|
+
"description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3344
3334
|
"examples": [
|
|
3345
3335
|
12,
|
|
3346
3336
|
16
|
|
@@ -3374,7 +3364,7 @@ declare const _default: {
|
|
|
3374
3364
|
"type": "object"
|
|
3375
3365
|
},
|
|
3376
3366
|
"title": {
|
|
3377
|
-
"description": "Custom title styling",
|
|
3367
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
3378
3368
|
"properties": {
|
|
3379
3369
|
"align": {
|
|
3380
3370
|
"description": "Title align",
|
|
@@ -3407,7 +3397,7 @@ declare const _default: {
|
|
|
3407
3397
|
"type": "boolean"
|
|
3408
3398
|
},
|
|
3409
3399
|
"fontSize": {
|
|
3410
|
-
"description": "Title's font size in px",
|
|
3400
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3411
3401
|
"examples": [
|
|
3412
3402
|
16,
|
|
3413
3403
|
20
|
|
@@ -3443,7 +3433,7 @@ declare const _default: {
|
|
|
3443
3433
|
"type": "object"
|
|
3444
3434
|
},
|
|
3445
3435
|
"tooltip": {
|
|
3446
|
-
"description": "Custom tooltip styling",
|
|
3436
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
3447
3437
|
"properties": {
|
|
3448
3438
|
"background": {
|
|
3449
3439
|
"description": "Tooltip's background",
|
|
@@ -3456,16 +3446,7 @@ declare const _default: {
|
|
|
3456
3446
|
"type": "string"
|
|
3457
3447
|
},
|
|
3458
3448
|
"fontSize": {
|
|
3459
|
-
"description": "Tooltip's font size in px",
|
|
3460
|
-
"examples": [
|
|
3461
|
-
12,
|
|
3462
|
-
16,
|
|
3463
|
-
20
|
|
3464
|
-
],
|
|
3465
|
-
"type": "number"
|
|
3466
|
-
},
|
|
3467
|
-
"lineHeight": {
|
|
3468
|
-
"description": "Tooltip's line height in px",
|
|
3449
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3469
3450
|
"examples": [
|
|
3470
3451
|
12,
|
|
3471
3452
|
16,
|
|
@@ -3474,7 +3455,7 @@ declare const _default: {
|
|
|
3474
3455
|
"type": "number"
|
|
3475
3456
|
},
|
|
3476
3457
|
"opacity": {
|
|
3477
|
-
"description": "Tooltip's opacity",
|
|
3458
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
3478
3459
|
"examples": [
|
|
3479
3460
|
0.5,
|
|
3480
3461
|
0.8,
|
|
@@ -3504,7 +3485,7 @@ declare const _default: {
|
|
|
3504
3485
|
"type": "string"
|
|
3505
3486
|
},
|
|
3506
3487
|
"title": {
|
|
3507
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
3488
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
3508
3489
|
"examples": [
|
|
3509
3490
|
{
|
|
3510
3491
|
"en": "Title"
|
|
@@ -3515,6 +3496,7 @@ declare const _default: {
|
|
|
3515
3496
|
},
|
|
3516
3497
|
"type": "object"
|
|
3517
3498
|
}
|
|
3499
|
+
|
|
3518
3500
|
;
|
|
3519
3501
|
|
|
3520
3502
|
export default _default;
|