@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
|
@@ -2845,11 +2845,11 @@ declare const _default: {
|
|
|
2845
2845
|
"type": "number"
|
|
2846
2846
|
},
|
|
2847
2847
|
"type": {
|
|
2848
|
-
"description": "Period over period comparison type
|
|
2848
|
+
"description": "Period over period comparison type",
|
|
2849
2849
|
"enum": [
|
|
2850
|
-
"change",
|
|
2851
2850
|
"none",
|
|
2852
|
-
"past"
|
|
2851
|
+
"past",
|
|
2852
|
+
"percentageChange"
|
|
2853
2853
|
],
|
|
2854
2854
|
"type": "string"
|
|
2855
2855
|
}
|
|
@@ -2951,7 +2951,7 @@ declare const _default: {
|
|
|
2951
2951
|
"type": "object"
|
|
2952
2952
|
},
|
|
2953
2953
|
"legend": {
|
|
2954
|
-
"description": "Legend options",
|
|
2954
|
+
"description": "Legend options, they are applied if the legend is displayed",
|
|
2955
2955
|
"properties": {
|
|
2956
2956
|
"position": {
|
|
2957
2957
|
"description": "Position of the legend. Only available when the legend is shown.",
|
|
@@ -3084,7 +3084,7 @@ declare const _default: {
|
|
|
3084
3084
|
"description": "Custom border styling",
|
|
3085
3085
|
"properties": {
|
|
3086
3086
|
"border-bottom-width": {
|
|
3087
|
-
"description": "Border bottom width",
|
|
3087
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
3088
3088
|
"examples": [
|
|
3089
3089
|
"0px",
|
|
3090
3090
|
"1px",
|
|
@@ -3093,7 +3093,7 @@ declare const _default: {
|
|
|
3093
3093
|
"type": "string"
|
|
3094
3094
|
},
|
|
3095
3095
|
"border-color": {
|
|
3096
|
-
"description": "Border color",
|
|
3096
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
3097
3097
|
"examples": [
|
|
3098
3098
|
"rgba(216, 216, 216, 1)",
|
|
3099
3099
|
"rgb(147, 146, 148)"
|
|
@@ -3101,7 +3101,7 @@ declare const _default: {
|
|
|
3101
3101
|
"type": "string"
|
|
3102
3102
|
},
|
|
3103
3103
|
"border-left-width": {
|
|
3104
|
-
"description": "Border left width",
|
|
3104
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
3105
3105
|
"examples": [
|
|
3106
3106
|
"0px",
|
|
3107
3107
|
"1px",
|
|
@@ -3119,7 +3119,7 @@ declare const _default: {
|
|
|
3119
3119
|
"type": "string"
|
|
3120
3120
|
},
|
|
3121
3121
|
"border-right-width": {
|
|
3122
|
-
"description": "Border right width",
|
|
3122
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
3123
3123
|
"examples": [
|
|
3124
3124
|
"0px",
|
|
3125
3125
|
"1px",
|
|
@@ -3128,7 +3128,7 @@ declare const _default: {
|
|
|
3128
3128
|
"type": "string"
|
|
3129
3129
|
},
|
|
3130
3130
|
"border-style": {
|
|
3131
|
-
"description": "Border style",
|
|
3131
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
3132
3132
|
"examples": [
|
|
3133
3133
|
"none",
|
|
3134
3134
|
"solid",
|
|
@@ -3138,7 +3138,7 @@ declare const _default: {
|
|
|
3138
3138
|
"type": "string"
|
|
3139
3139
|
},
|
|
3140
3140
|
"border-top-width": {
|
|
3141
|
-
"description": "Border top width",
|
|
3141
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
3142
3142
|
"examples": [
|
|
3143
3143
|
"0px",
|
|
3144
3144
|
"1px",
|
|
@@ -3180,12 +3180,15 @@ declare const _default: {
|
|
|
3180
3180
|
"type": "object"
|
|
3181
3181
|
},
|
|
3182
3182
|
"colors": {
|
|
3183
|
-
"description": "Custom color palette",
|
|
3183
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
3184
3184
|
"examples": [
|
|
3185
3185
|
[
|
|
3186
|
-
"
|
|
3187
|
-
"
|
|
3188
|
-
"
|
|
3186
|
+
"red",
|
|
3187
|
+
"green",
|
|
3188
|
+
"blue",
|
|
3189
|
+
"yellow",
|
|
3190
|
+
"orange",
|
|
3191
|
+
"purple"
|
|
3189
3192
|
]
|
|
3190
3193
|
],
|
|
3191
3194
|
"items": {
|
|
@@ -3196,19 +3199,6 @@ declare const _default: {
|
|
|
3196
3199
|
"font": {
|
|
3197
3200
|
"description": "Custom font styling",
|
|
3198
3201
|
"properties": {
|
|
3199
|
-
"font-style": {
|
|
3200
|
-
"const": "normal",
|
|
3201
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
3202
|
-
"type": "string"
|
|
3203
|
-
},
|
|
3204
|
-
"font-weight": {
|
|
3205
|
-
"description": "Font weight",
|
|
3206
|
-
"examples": [
|
|
3207
|
-
400,
|
|
3208
|
-
700
|
|
3209
|
-
],
|
|
3210
|
-
"type": "number"
|
|
3211
|
-
},
|
|
3212
3202
|
"fontFamily": {
|
|
3213
3203
|
"description": "Font family",
|
|
3214
3204
|
"examples": [
|
|
@@ -3221,7 +3211,7 @@ declare const _default: {
|
|
|
3221
3211
|
"type": "string"
|
|
3222
3212
|
},
|
|
3223
3213
|
"fontSize": {
|
|
3224
|
-
"description": "Font size in px",
|
|
3214
|
+
"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.",
|
|
3225
3215
|
"examples": [
|
|
3226
3216
|
10,
|
|
3227
3217
|
15,
|
|
@@ -3250,10 +3240,10 @@ declare const _default: {
|
|
|
3250
3240
|
"type": "string"
|
|
3251
3241
|
},
|
|
3252
3242
|
"legend": {
|
|
3253
|
-
"description": "Custom legend styling",
|
|
3243
|
+
"description": "Custom legend styling, it's applied if the legend is displayed",
|
|
3254
3244
|
"properties": {
|
|
3255
3245
|
"fontSize": {
|
|
3256
|
-
"description": "Legend font size in px",
|
|
3246
|
+
"description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3257
3247
|
"examples": [
|
|
3258
3248
|
12,
|
|
3259
3249
|
16
|
|
@@ -3287,7 +3277,7 @@ declare const _default: {
|
|
|
3287
3277
|
"type": "object"
|
|
3288
3278
|
},
|
|
3289
3279
|
"title": {
|
|
3290
|
-
"description": "Custom title styling",
|
|
3280
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
3291
3281
|
"properties": {
|
|
3292
3282
|
"align": {
|
|
3293
3283
|
"description": "Title align",
|
|
@@ -3320,7 +3310,7 @@ declare const _default: {
|
|
|
3320
3310
|
"type": "boolean"
|
|
3321
3311
|
},
|
|
3322
3312
|
"fontSize": {
|
|
3323
|
-
"description": "Title's font size in px",
|
|
3313
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3324
3314
|
"examples": [
|
|
3325
3315
|
16,
|
|
3326
3316
|
20
|
|
@@ -3356,7 +3346,7 @@ declare const _default: {
|
|
|
3356
3346
|
"type": "object"
|
|
3357
3347
|
},
|
|
3358
3348
|
"tooltip": {
|
|
3359
|
-
"description": "Custom tooltip styling",
|
|
3349
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
3360
3350
|
"properties": {
|
|
3361
3351
|
"background": {
|
|
3362
3352
|
"description": "Tooltip's background",
|
|
@@ -3369,16 +3359,7 @@ declare const _default: {
|
|
|
3369
3359
|
"type": "string"
|
|
3370
3360
|
},
|
|
3371
3361
|
"fontSize": {
|
|
3372
|
-
"description": "Tooltip's font size in px",
|
|
3373
|
-
"examples": [
|
|
3374
|
-
12,
|
|
3375
|
-
16,
|
|
3376
|
-
20
|
|
3377
|
-
],
|
|
3378
|
-
"type": "number"
|
|
3379
|
-
},
|
|
3380
|
-
"lineHeight": {
|
|
3381
|
-
"description": "Tooltip's line height in px",
|
|
3362
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
3382
3363
|
"examples": [
|
|
3383
3364
|
12,
|
|
3384
3365
|
16,
|
|
@@ -3387,7 +3368,7 @@ declare const _default: {
|
|
|
3387
3368
|
"type": "number"
|
|
3388
3369
|
},
|
|
3389
3370
|
"opacity": {
|
|
3390
|
-
"description": "Tooltip's opacity",
|
|
3371
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
3391
3372
|
"examples": [
|
|
3392
3373
|
0.5,
|
|
3393
3374
|
0.8,
|
|
@@ -3417,7 +3398,7 @@ declare const _default: {
|
|
|
3417
3398
|
"type": "string"
|
|
3418
3399
|
},
|
|
3419
3400
|
"title": {
|
|
3420
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
3401
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
3421
3402
|
"examples": [
|
|
3422
3403
|
{
|
|
3423
3404
|
"en": "Title"
|
|
@@ -3428,6 +3409,7 @@ declare const _default: {
|
|
|
3428
3409
|
},
|
|
3429
3410
|
"type": "object"
|
|
3430
3411
|
}
|
|
3412
|
+
|
|
3431
3413
|
;
|
|
3432
3414
|
|
|
3433
3415
|
export default _default;
|
|
@@ -156,31 +156,8 @@ declare const _default: {
|
|
|
156
156
|
"type": "string"
|
|
157
157
|
},
|
|
158
158
|
"periodOverPeriod": {
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"level": {
|
|
162
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
163
|
-
"type": "number"
|
|
164
|
-
},
|
|
165
|
-
"periodToDate": {
|
|
166
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
167
|
-
"type": "boolean"
|
|
168
|
-
},
|
|
169
|
-
"quantity": {
|
|
170
|
-
"description": "Number of periods",
|
|
171
|
-
"type": "number"
|
|
172
|
-
},
|
|
173
|
-
"type": {
|
|
174
|
-
"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",
|
|
175
|
-
"enum": [
|
|
176
|
-
"change",
|
|
177
|
-
"none",
|
|
178
|
-
"past"
|
|
179
|
-
],
|
|
180
|
-
"type": "string"
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
"type": "object"
|
|
159
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
160
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
184
161
|
},
|
|
185
162
|
"subtype": {
|
|
186
163
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -270,31 +247,8 @@ declare const _default: {
|
|
|
270
247
|
]
|
|
271
248
|
},
|
|
272
249
|
"periodOverPeriod": {
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"level": {
|
|
276
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
277
|
-
"type": "number"
|
|
278
|
-
},
|
|
279
|
-
"periodToDate": {
|
|
280
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
281
|
-
"type": "boolean"
|
|
282
|
-
},
|
|
283
|
-
"quantity": {
|
|
284
|
-
"description": "Number of periods",
|
|
285
|
-
"type": "number"
|
|
286
|
-
},
|
|
287
|
-
"type": {
|
|
288
|
-
"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",
|
|
289
|
-
"enum": [
|
|
290
|
-
"change",
|
|
291
|
-
"none",
|
|
292
|
-
"past"
|
|
293
|
-
],
|
|
294
|
-
"type": "string"
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
"type": "object"
|
|
250
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
251
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
298
252
|
},
|
|
299
253
|
"subtype": {
|
|
300
254
|
"anyOf": [
|
|
@@ -475,31 +429,8 @@ declare const _default: {
|
|
|
475
429
|
"type": "object"
|
|
476
430
|
},
|
|
477
431
|
"periodOverPeriod": {
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"level": {
|
|
481
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
482
|
-
"type": "number"
|
|
483
|
-
},
|
|
484
|
-
"periodToDate": {
|
|
485
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
486
|
-
"type": "boolean"
|
|
487
|
-
},
|
|
488
|
-
"quantity": {
|
|
489
|
-
"description": "Number of periods",
|
|
490
|
-
"type": "number"
|
|
491
|
-
},
|
|
492
|
-
"type": {
|
|
493
|
-
"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",
|
|
494
|
-
"enum": [
|
|
495
|
-
"change",
|
|
496
|
-
"none",
|
|
497
|
-
"past"
|
|
498
|
-
],
|
|
499
|
-
"type": "string"
|
|
500
|
-
}
|
|
501
|
-
},
|
|
502
|
-
"type": "object"
|
|
432
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
433
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
503
434
|
},
|
|
504
435
|
"subtype": {
|
|
505
436
|
"anyOf": [
|
|
@@ -528,6 +459,36 @@ declare const _default: {
|
|
|
528
459
|
}
|
|
529
460
|
},
|
|
530
461
|
"type": "object"
|
|
462
|
+
},
|
|
463
|
+
"PeriodOverPeriod": {
|
|
464
|
+
"properties": {
|
|
465
|
+
"level": {
|
|
466
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
467
|
+
"type": "number"
|
|
468
|
+
},
|
|
469
|
+
"periodToDate": {
|
|
470
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
471
|
+
"type": "boolean"
|
|
472
|
+
},
|
|
473
|
+
"quantity": {
|
|
474
|
+
"description": "Number of periods",
|
|
475
|
+
"type": "number"
|
|
476
|
+
},
|
|
477
|
+
"type": {
|
|
478
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
479
|
+
"description": "Period over period comparison type"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"type": "object"
|
|
483
|
+
},
|
|
484
|
+
"PeriodOverPeriodType": {
|
|
485
|
+
"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",
|
|
486
|
+
"enum": [
|
|
487
|
+
"none",
|
|
488
|
+
"past",
|
|
489
|
+
"percentageChange"
|
|
490
|
+
],
|
|
491
|
+
"type": "string"
|
|
531
492
|
}
|
|
532
493
|
},
|
|
533
494
|
"description": "Data definition of the Bubble chart",
|
|
@@ -748,11 +748,11 @@ declare const _default: {
|
|
|
748
748
|
"type": "number"
|
|
749
749
|
},
|
|
750
750
|
"type": {
|
|
751
|
-
"description": "Period over period comparison type
|
|
751
|
+
"description": "Period over period comparison type",
|
|
752
752
|
"enum": [
|
|
753
|
-
"change",
|
|
754
753
|
"none",
|
|
755
|
-
"past"
|
|
754
|
+
"past",
|
|
755
|
+
"percentageChange"
|
|
756
756
|
],
|
|
757
757
|
"type": "string"
|
|
758
758
|
}
|
|
@@ -1081,7 +1081,7 @@ declare const _default: {
|
|
|
1081
1081
|
"description": "Custom border styling",
|
|
1082
1082
|
"properties": {
|
|
1083
1083
|
"border-bottom-width": {
|
|
1084
|
-
"description": "Border bottom width",
|
|
1084
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1085
1085
|
"examples": [
|
|
1086
1086
|
"0px",
|
|
1087
1087
|
"1px",
|
|
@@ -1090,7 +1090,7 @@ declare const _default: {
|
|
|
1090
1090
|
"type": "string"
|
|
1091
1091
|
},
|
|
1092
1092
|
"border-color": {
|
|
1093
|
-
"description": "Border color",
|
|
1093
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1094
1094
|
"examples": [
|
|
1095
1095
|
"rgba(216, 216, 216, 1)",
|
|
1096
1096
|
"rgb(147, 146, 148)"
|
|
@@ -1098,7 +1098,7 @@ declare const _default: {
|
|
|
1098
1098
|
"type": "string"
|
|
1099
1099
|
},
|
|
1100
1100
|
"border-left-width": {
|
|
1101
|
-
"description": "Border left width",
|
|
1101
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1102
1102
|
"examples": [
|
|
1103
1103
|
"0px",
|
|
1104
1104
|
"1px",
|
|
@@ -1116,7 +1116,7 @@ declare const _default: {
|
|
|
1116
1116
|
"type": "string"
|
|
1117
1117
|
},
|
|
1118
1118
|
"border-right-width": {
|
|
1119
|
-
"description": "Border right width",
|
|
1119
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1120
1120
|
"examples": [
|
|
1121
1121
|
"0px",
|
|
1122
1122
|
"1px",
|
|
@@ -1125,7 +1125,7 @@ declare const _default: {
|
|
|
1125
1125
|
"type": "string"
|
|
1126
1126
|
},
|
|
1127
1127
|
"border-style": {
|
|
1128
|
-
"description": "Border style",
|
|
1128
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1129
1129
|
"examples": [
|
|
1130
1130
|
"none",
|
|
1131
1131
|
"solid",
|
|
@@ -1135,7 +1135,7 @@ declare const _default: {
|
|
|
1135
1135
|
"type": "string"
|
|
1136
1136
|
},
|
|
1137
1137
|
"border-top-width": {
|
|
1138
|
-
"description": "Border top width",
|
|
1138
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1139
1139
|
"examples": [
|
|
1140
1140
|
"0px",
|
|
1141
1141
|
"1px",
|
|
@@ -1179,19 +1179,6 @@ declare const _default: {
|
|
|
1179
1179
|
"font": {
|
|
1180
1180
|
"description": "Custom font styling",
|
|
1181
1181
|
"properties": {
|
|
1182
|
-
"font-style": {
|
|
1183
|
-
"const": "normal",
|
|
1184
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1185
|
-
"type": "string"
|
|
1186
|
-
},
|
|
1187
|
-
"font-weight": {
|
|
1188
|
-
"description": "Font weight",
|
|
1189
|
-
"examples": [
|
|
1190
|
-
400,
|
|
1191
|
-
700
|
|
1192
|
-
],
|
|
1193
|
-
"type": "number"
|
|
1194
|
-
},
|
|
1195
1182
|
"fontFamily": {
|
|
1196
1183
|
"description": "Font family",
|
|
1197
1184
|
"examples": [
|
|
@@ -1204,7 +1191,7 @@ declare const _default: {
|
|
|
1204
1191
|
"type": "string"
|
|
1205
1192
|
},
|
|
1206
1193
|
"fontSize": {
|
|
1207
|
-
"description": "Font size in px",
|
|
1194
|
+
"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.",
|
|
1208
1195
|
"examples": [
|
|
1209
1196
|
10,
|
|
1210
1197
|
15,
|
|
@@ -1233,7 +1220,7 @@ declare const _default: {
|
|
|
1233
1220
|
"type": "string"
|
|
1234
1221
|
},
|
|
1235
1222
|
"title": {
|
|
1236
|
-
"description": "Custom title styling",
|
|
1223
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1237
1224
|
"properties": {
|
|
1238
1225
|
"align": {
|
|
1239
1226
|
"description": "Title align",
|
|
@@ -1266,7 +1253,7 @@ declare const _default: {
|
|
|
1266
1253
|
"type": "boolean"
|
|
1267
1254
|
},
|
|
1268
1255
|
"fontSize": {
|
|
1269
|
-
"description": "Title's font size in px",
|
|
1256
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1270
1257
|
"examples": [
|
|
1271
1258
|
16,
|
|
1272
1259
|
20
|
|
@@ -1302,7 +1289,7 @@ declare const _default: {
|
|
|
1302
1289
|
"type": "object"
|
|
1303
1290
|
},
|
|
1304
1291
|
"tooltip": {
|
|
1305
|
-
"description": "Custom tooltip styling",
|
|
1292
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1306
1293
|
"properties": {
|
|
1307
1294
|
"background": {
|
|
1308
1295
|
"description": "Tooltip's background",
|
|
@@ -1315,16 +1302,7 @@ declare const _default: {
|
|
|
1315
1302
|
"type": "string"
|
|
1316
1303
|
},
|
|
1317
1304
|
"fontSize": {
|
|
1318
|
-
"description": "Tooltip's font size in px",
|
|
1319
|
-
"examples": [
|
|
1320
|
-
12,
|
|
1321
|
-
16,
|
|
1322
|
-
20
|
|
1323
|
-
],
|
|
1324
|
-
"type": "number"
|
|
1325
|
-
},
|
|
1326
|
-
"lineHeight": {
|
|
1327
|
-
"description": "Tooltip's line height in px",
|
|
1305
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1328
1306
|
"examples": [
|
|
1329
1307
|
12,
|
|
1330
1308
|
16,
|
|
@@ -1333,7 +1311,7 @@ declare const _default: {
|
|
|
1333
1311
|
"type": "number"
|
|
1334
1312
|
},
|
|
1335
1313
|
"opacity": {
|
|
1336
|
-
"description": "Tooltip's opacity",
|
|
1314
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1337
1315
|
"examples": [
|
|
1338
1316
|
0.5,
|
|
1339
1317
|
0.8,
|
|
@@ -1363,7 +1341,7 @@ declare const _default: {
|
|
|
1363
1341
|
"type": "string"
|
|
1364
1342
|
},
|
|
1365
1343
|
"title": {
|
|
1366
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1344
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1367
1345
|
"examples": [
|
|
1368
1346
|
{
|
|
1369
1347
|
"en": "Title"
|
|
@@ -1374,6 +1352,7 @@ declare const _default: {
|
|
|
1374
1352
|
},
|
|
1375
1353
|
"type": "object"
|
|
1376
1354
|
}
|
|
1355
|
+
|
|
1377
1356
|
;
|
|
1378
1357
|
|
|
1379
1358
|
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/bullet-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/bullet-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": [
|
|
@@ -446,31 +400,8 @@ declare const _default: {
|
|
|
446
400
|
"type": "object"
|
|
447
401
|
},
|
|
448
402
|
"periodOverPeriod": {
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"level": {
|
|
452
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
453
|
-
"type": "number"
|
|
454
|
-
},
|
|
455
|
-
"periodToDate": {
|
|
456
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
457
|
-
"type": "boolean"
|
|
458
|
-
},
|
|
459
|
-
"quantity": {
|
|
460
|
-
"description": "Number of periods",
|
|
461
|
-
"type": "number"
|
|
462
|
-
},
|
|
463
|
-
"type": {
|
|
464
|
-
"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",
|
|
465
|
-
"enum": [
|
|
466
|
-
"change",
|
|
467
|
-
"none",
|
|
468
|
-
"past"
|
|
469
|
-
],
|
|
470
|
-
"type": "string"
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
"type": "object"
|
|
403
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
404
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
474
405
|
},
|
|
475
406
|
"subtype": {
|
|
476
407
|
"anyOf": [
|
|
@@ -500,6 +431,36 @@ declare const _default: {
|
|
|
500
431
|
},
|
|
501
432
|
"type": "object"
|
|
502
433
|
},
|
|
434
|
+
"PeriodOverPeriod": {
|
|
435
|
+
"properties": {
|
|
436
|
+
"level": {
|
|
437
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
438
|
+
"type": "number"
|
|
439
|
+
},
|
|
440
|
+
"periodToDate": {
|
|
441
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
442
|
+
"type": "boolean"
|
|
443
|
+
},
|
|
444
|
+
"quantity": {
|
|
445
|
+
"description": "Number of periods",
|
|
446
|
+
"type": "number"
|
|
447
|
+
},
|
|
448
|
+
"type": {
|
|
449
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
450
|
+
"description": "Period over period comparison type"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
"type": "object"
|
|
454
|
+
},
|
|
455
|
+
"PeriodOverPeriodType": {
|
|
456
|
+
"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",
|
|
457
|
+
"enum": [
|
|
458
|
+
"none",
|
|
459
|
+
"past",
|
|
460
|
+
"percentageChange"
|
|
461
|
+
],
|
|
462
|
+
"type": "string"
|
|
463
|
+
},
|
|
503
464
|
"TargetSlot": {
|
|
504
465
|
"description": "Legend slot definition of the bullet chart.",
|
|
505
466
|
"properties": {
|