@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
|
@@ -746,11 +746,11 @@ declare const _default: {
|
|
|
746
746
|
"type": "number"
|
|
747
747
|
},
|
|
748
748
|
"type": {
|
|
749
|
-
"description": "Period over period comparison type
|
|
749
|
+
"description": "Period over period comparison type",
|
|
750
750
|
"enum": [
|
|
751
|
-
"change",
|
|
752
751
|
"none",
|
|
753
|
-
"past"
|
|
752
|
+
"past",
|
|
753
|
+
"percentageChange"
|
|
754
754
|
],
|
|
755
755
|
"type": "string"
|
|
756
756
|
}
|
|
@@ -1021,7 +1021,7 @@ declare const _default: {
|
|
|
1021
1021
|
"description": "Custom border styling",
|
|
1022
1022
|
"properties": {
|
|
1023
1023
|
"border-bottom-width": {
|
|
1024
|
-
"description": "Border bottom width",
|
|
1024
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1025
1025
|
"examples": [
|
|
1026
1026
|
"0px",
|
|
1027
1027
|
"1px",
|
|
@@ -1030,7 +1030,7 @@ declare const _default: {
|
|
|
1030
1030
|
"type": "string"
|
|
1031
1031
|
},
|
|
1032
1032
|
"border-color": {
|
|
1033
|
-
"description": "Border color",
|
|
1033
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1034
1034
|
"examples": [
|
|
1035
1035
|
"rgba(216, 216, 216, 1)",
|
|
1036
1036
|
"rgb(147, 146, 148)"
|
|
@@ -1038,7 +1038,7 @@ declare const _default: {
|
|
|
1038
1038
|
"type": "string"
|
|
1039
1039
|
},
|
|
1040
1040
|
"border-left-width": {
|
|
1041
|
-
"description": "Border left width",
|
|
1041
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1042
1042
|
"examples": [
|
|
1043
1043
|
"0px",
|
|
1044
1044
|
"1px",
|
|
@@ -1056,7 +1056,7 @@ declare const _default: {
|
|
|
1056
1056
|
"type": "string"
|
|
1057
1057
|
},
|
|
1058
1058
|
"border-right-width": {
|
|
1059
|
-
"description": "Border right width",
|
|
1059
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1060
1060
|
"examples": [
|
|
1061
1061
|
"0px",
|
|
1062
1062
|
"1px",
|
|
@@ -1065,7 +1065,7 @@ declare const _default: {
|
|
|
1065
1065
|
"type": "string"
|
|
1066
1066
|
},
|
|
1067
1067
|
"border-style": {
|
|
1068
|
-
"description": "Border style",
|
|
1068
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1069
1069
|
"examples": [
|
|
1070
1070
|
"none",
|
|
1071
1071
|
"solid",
|
|
@@ -1075,7 +1075,7 @@ declare const _default: {
|
|
|
1075
1075
|
"type": "string"
|
|
1076
1076
|
},
|
|
1077
1077
|
"border-top-width": {
|
|
1078
|
-
"description": "Border top width",
|
|
1078
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1079
1079
|
"examples": [
|
|
1080
1080
|
"0px",
|
|
1081
1081
|
"1px",
|
|
@@ -1119,19 +1119,6 @@ declare const _default: {
|
|
|
1119
1119
|
"font": {
|
|
1120
1120
|
"description": "Custom font styling",
|
|
1121
1121
|
"properties": {
|
|
1122
|
-
"font-style": {
|
|
1123
|
-
"const": "normal",
|
|
1124
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1125
|
-
"type": "string"
|
|
1126
|
-
},
|
|
1127
|
-
"font-weight": {
|
|
1128
|
-
"description": "Font weight",
|
|
1129
|
-
"examples": [
|
|
1130
|
-
400,
|
|
1131
|
-
700
|
|
1132
|
-
],
|
|
1133
|
-
"type": "number"
|
|
1134
|
-
},
|
|
1135
1122
|
"fontFamily": {
|
|
1136
1123
|
"description": "Font family",
|
|
1137
1124
|
"examples": [
|
|
@@ -1144,7 +1131,7 @@ declare const _default: {
|
|
|
1144
1131
|
"type": "string"
|
|
1145
1132
|
},
|
|
1146
1133
|
"fontSize": {
|
|
1147
|
-
"description": "Font size in px",
|
|
1134
|
+
"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.",
|
|
1148
1135
|
"examples": [
|
|
1149
1136
|
10,
|
|
1150
1137
|
15,
|
|
@@ -1173,7 +1160,7 @@ declare const _default: {
|
|
|
1173
1160
|
"type": "string"
|
|
1174
1161
|
},
|
|
1175
1162
|
"title": {
|
|
1176
|
-
"description": "Custom title styling",
|
|
1163
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1177
1164
|
"properties": {
|
|
1178
1165
|
"align": {
|
|
1179
1166
|
"description": "Title align",
|
|
@@ -1206,7 +1193,7 @@ declare const _default: {
|
|
|
1206
1193
|
"type": "boolean"
|
|
1207
1194
|
},
|
|
1208
1195
|
"fontSize": {
|
|
1209
|
-
"description": "Title's font size in px",
|
|
1196
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1210
1197
|
"examples": [
|
|
1211
1198
|
16,
|
|
1212
1199
|
20
|
|
@@ -1242,7 +1229,7 @@ declare const _default: {
|
|
|
1242
1229
|
"type": "object"
|
|
1243
1230
|
},
|
|
1244
1231
|
"tooltip": {
|
|
1245
|
-
"description": "Custom tooltip styling",
|
|
1232
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1246
1233
|
"properties": {
|
|
1247
1234
|
"background": {
|
|
1248
1235
|
"description": "Tooltip's background",
|
|
@@ -1255,16 +1242,7 @@ declare const _default: {
|
|
|
1255
1242
|
"type": "string"
|
|
1256
1243
|
},
|
|
1257
1244
|
"fontSize": {
|
|
1258
|
-
"description": "Tooltip's font size in px",
|
|
1259
|
-
"examples": [
|
|
1260
|
-
12,
|
|
1261
|
-
16,
|
|
1262
|
-
20
|
|
1263
|
-
],
|
|
1264
|
-
"type": "number"
|
|
1265
|
-
},
|
|
1266
|
-
"lineHeight": {
|
|
1267
|
-
"description": "Tooltip's line height in px",
|
|
1245
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1268
1246
|
"examples": [
|
|
1269
1247
|
12,
|
|
1270
1248
|
16,
|
|
@@ -1273,7 +1251,7 @@ declare const _default: {
|
|
|
1273
1251
|
"type": "number"
|
|
1274
1252
|
},
|
|
1275
1253
|
"opacity": {
|
|
1276
|
-
"description": "Tooltip's opacity",
|
|
1254
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1277
1255
|
"examples": [
|
|
1278
1256
|
0.5,
|
|
1279
1257
|
0.8,
|
|
@@ -1403,7 +1381,7 @@ declare const _default: {
|
|
|
1403
1381
|
"type": "string"
|
|
1404
1382
|
},
|
|
1405
1383
|
"title": {
|
|
1406
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1384
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1407
1385
|
"examples": [
|
|
1408
1386
|
{
|
|
1409
1387
|
"en": "Title"
|
|
@@ -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/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
102
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
126
103
|
},
|
|
127
104
|
"subtype": {
|
|
128
105
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -231,31 +208,8 @@ declare const _default: {
|
|
|
231
208
|
]
|
|
232
209
|
},
|
|
233
210
|
"periodOverPeriod": {
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"level": {
|
|
237
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
238
|
-
"type": "number"
|
|
239
|
-
},
|
|
240
|
-
"periodToDate": {
|
|
241
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
242
|
-
"type": "boolean"
|
|
243
|
-
},
|
|
244
|
-
"quantity": {
|
|
245
|
-
"description": "Number of periods",
|
|
246
|
-
"type": "number"
|
|
247
|
-
},
|
|
248
|
-
"type": {
|
|
249
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
250
|
-
"enum": [
|
|
251
|
-
"change",
|
|
252
|
-
"none",
|
|
253
|
-
"past"
|
|
254
|
-
],
|
|
255
|
-
"type": "string"
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
"type": "object"
|
|
211
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
212
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
259
213
|
},
|
|
260
214
|
"subtype": {
|
|
261
215
|
"anyOf": [
|
|
@@ -436,31 +390,8 @@ declare const _default: {
|
|
|
436
390
|
"type": "object"
|
|
437
391
|
},
|
|
438
392
|
"periodOverPeriod": {
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"level": {
|
|
442
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
443
|
-
"type": "number"
|
|
444
|
-
},
|
|
445
|
-
"periodToDate": {
|
|
446
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
447
|
-
"type": "boolean"
|
|
448
|
-
},
|
|
449
|
-
"quantity": {
|
|
450
|
-
"description": "Number of periods",
|
|
451
|
-
"type": "number"
|
|
452
|
-
},
|
|
453
|
-
"type": {
|
|
454
|
-
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'change' - percentage change comparison to the past",
|
|
455
|
-
"enum": [
|
|
456
|
-
"change",
|
|
457
|
-
"none",
|
|
458
|
-
"past"
|
|
459
|
-
],
|
|
460
|
-
"type": "string"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
"type": "object"
|
|
393
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/route-map-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
394
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
464
395
|
},
|
|
465
396
|
"subtype": {
|
|
466
397
|
"anyOf": [
|
|
@@ -516,6 +447,36 @@ declare const _default: {
|
|
|
516
447
|
},
|
|
517
448
|
"type": "object"
|
|
518
449
|
},
|
|
450
|
+
"PeriodOverPeriod": {
|
|
451
|
+
"properties": {
|
|
452
|
+
"level": {
|
|
453
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
454
|
+
"type": "number"
|
|
455
|
+
},
|
|
456
|
+
"periodToDate": {
|
|
457
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
458
|
+
"type": "boolean"
|
|
459
|
+
},
|
|
460
|
+
"quantity": {
|
|
461
|
+
"description": "Number of periods",
|
|
462
|
+
"type": "number"
|
|
463
|
+
},
|
|
464
|
+
"type": {
|
|
465
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/route-map-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
466
|
+
"description": "Period over period comparison type"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"type": "object"
|
|
470
|
+
},
|
|
471
|
+
"PeriodOverPeriodType": {
|
|
472
|
+
"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",
|
|
473
|
+
"enum": [
|
|
474
|
+
"none",
|
|
475
|
+
"past",
|
|
476
|
+
"percentageChange"
|
|
477
|
+
],
|
|
478
|
+
"type": "string"
|
|
479
|
+
},
|
|
519
480
|
"RouteSlot": {
|
|
520
481
|
"description": "Route slot definition of the Route Map",
|
|
521
482
|
"properties": {
|
|
@@ -771,11 +771,11 @@ declare const _default: {
|
|
|
771
771
|
"type": "number"
|
|
772
772
|
},
|
|
773
773
|
"type": {
|
|
774
|
-
"description": "Period over period comparison type
|
|
774
|
+
"description": "Period over period comparison type",
|
|
775
775
|
"enum": [
|
|
776
|
-
"change",
|
|
777
776
|
"none",
|
|
778
|
-
"past"
|
|
777
|
+
"past",
|
|
778
|
+
"percentageChange"
|
|
779
779
|
],
|
|
780
780
|
"type": "string"
|
|
781
781
|
}
|
|
@@ -1006,7 +1006,7 @@ declare const _default: {
|
|
|
1006
1006
|
"description": "Custom border styling",
|
|
1007
1007
|
"properties": {
|
|
1008
1008
|
"border-bottom-width": {
|
|
1009
|
-
"description": "Border bottom width",
|
|
1009
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1010
1010
|
"examples": [
|
|
1011
1011
|
"0px",
|
|
1012
1012
|
"1px",
|
|
@@ -1015,7 +1015,7 @@ declare const _default: {
|
|
|
1015
1015
|
"type": "string"
|
|
1016
1016
|
},
|
|
1017
1017
|
"border-color": {
|
|
1018
|
-
"description": "Border color",
|
|
1018
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1019
1019
|
"examples": [
|
|
1020
1020
|
"rgba(216, 216, 216, 1)",
|
|
1021
1021
|
"rgb(147, 146, 148)"
|
|
@@ -1023,7 +1023,7 @@ declare const _default: {
|
|
|
1023
1023
|
"type": "string"
|
|
1024
1024
|
},
|
|
1025
1025
|
"border-left-width": {
|
|
1026
|
-
"description": "Border left width",
|
|
1026
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1027
1027
|
"examples": [
|
|
1028
1028
|
"0px",
|
|
1029
1029
|
"1px",
|
|
@@ -1041,7 +1041,7 @@ declare const _default: {
|
|
|
1041
1041
|
"type": "string"
|
|
1042
1042
|
},
|
|
1043
1043
|
"border-right-width": {
|
|
1044
|
-
"description": "Border right width",
|
|
1044
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1045
1045
|
"examples": [
|
|
1046
1046
|
"0px",
|
|
1047
1047
|
"1px",
|
|
@@ -1050,7 +1050,7 @@ declare const _default: {
|
|
|
1050
1050
|
"type": "string"
|
|
1051
1051
|
},
|
|
1052
1052
|
"border-style": {
|
|
1053
|
-
"description": "Border style",
|
|
1053
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1054
1054
|
"examples": [
|
|
1055
1055
|
"none",
|
|
1056
1056
|
"solid",
|
|
@@ -1060,7 +1060,7 @@ declare const _default: {
|
|
|
1060
1060
|
"type": "string"
|
|
1061
1061
|
},
|
|
1062
1062
|
"border-top-width": {
|
|
1063
|
-
"description": "Border top width",
|
|
1063
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1064
1064
|
"examples": [
|
|
1065
1065
|
"0px",
|
|
1066
1066
|
"1px",
|
|
@@ -1102,12 +1102,15 @@ declare const _default: {
|
|
|
1102
1102
|
"type": "object"
|
|
1103
1103
|
},
|
|
1104
1104
|
"colors": {
|
|
1105
|
-
"description": "Custom color palette",
|
|
1105
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1106
1106
|
"examples": [
|
|
1107
1107
|
[
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1108
|
+
"red",
|
|
1109
|
+
"green",
|
|
1110
|
+
"blue",
|
|
1111
|
+
"yellow",
|
|
1112
|
+
"orange",
|
|
1113
|
+
"purple"
|
|
1111
1114
|
]
|
|
1112
1115
|
],
|
|
1113
1116
|
"items": {
|
|
@@ -1118,19 +1121,6 @@ declare const _default: {
|
|
|
1118
1121
|
"font": {
|
|
1119
1122
|
"description": "Custom font styling",
|
|
1120
1123
|
"properties": {
|
|
1121
|
-
"font-style": {
|
|
1122
|
-
"const": "normal",
|
|
1123
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1124
|
-
"type": "string"
|
|
1125
|
-
},
|
|
1126
|
-
"font-weight": {
|
|
1127
|
-
"description": "Font weight",
|
|
1128
|
-
"examples": [
|
|
1129
|
-
400,
|
|
1130
|
-
700
|
|
1131
|
-
],
|
|
1132
|
-
"type": "number"
|
|
1133
|
-
},
|
|
1134
1124
|
"fontFamily": {
|
|
1135
1125
|
"description": "Font family",
|
|
1136
1126
|
"examples": [
|
|
@@ -1143,7 +1133,7 @@ declare const _default: {
|
|
|
1143
1133
|
"type": "string"
|
|
1144
1134
|
},
|
|
1145
1135
|
"fontSize": {
|
|
1146
|
-
"description": "Font size in px",
|
|
1136
|
+
"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.",
|
|
1147
1137
|
"examples": [
|
|
1148
1138
|
10,
|
|
1149
1139
|
15,
|
|
@@ -1172,7 +1162,7 @@ declare const _default: {
|
|
|
1172
1162
|
"type": "string"
|
|
1173
1163
|
},
|
|
1174
1164
|
"title": {
|
|
1175
|
-
"description": "Custom title styling",
|
|
1165
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1176
1166
|
"properties": {
|
|
1177
1167
|
"align": {
|
|
1178
1168
|
"description": "Title align",
|
|
@@ -1205,7 +1195,7 @@ declare const _default: {
|
|
|
1205
1195
|
"type": "boolean"
|
|
1206
1196
|
},
|
|
1207
1197
|
"fontSize": {
|
|
1208
|
-
"description": "Title's font size in px",
|
|
1198
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1209
1199
|
"examples": [
|
|
1210
1200
|
16,
|
|
1211
1201
|
20
|
|
@@ -1241,7 +1231,7 @@ declare const _default: {
|
|
|
1241
1231
|
"type": "object"
|
|
1242
1232
|
},
|
|
1243
1233
|
"tooltip": {
|
|
1244
|
-
"description": "Custom tooltip styling",
|
|
1234
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1245
1235
|
"properties": {
|
|
1246
1236
|
"background": {
|
|
1247
1237
|
"description": "Tooltip's background",
|
|
@@ -1254,16 +1244,7 @@ declare const _default: {
|
|
|
1254
1244
|
"type": "string"
|
|
1255
1245
|
},
|
|
1256
1246
|
"fontSize": {
|
|
1257
|
-
"description": "Tooltip's font size in px",
|
|
1258
|
-
"examples": [
|
|
1259
|
-
12,
|
|
1260
|
-
16,
|
|
1261
|
-
20
|
|
1262
|
-
],
|
|
1263
|
-
"type": "number"
|
|
1264
|
-
},
|
|
1265
|
-
"lineHeight": {
|
|
1266
|
-
"description": "Tooltip's line height in px",
|
|
1247
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1267
1248
|
"examples": [
|
|
1268
1249
|
12,
|
|
1269
1250
|
16,
|
|
@@ -1272,7 +1253,7 @@ declare const _default: {
|
|
|
1272
1253
|
"type": "number"
|
|
1273
1254
|
},
|
|
1274
1255
|
"opacity": {
|
|
1275
|
-
"description": "Tooltip's opacity",
|
|
1256
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1276
1257
|
"examples": [
|
|
1277
1258
|
0.5,
|
|
1278
1259
|
0.8,
|
|
@@ -1302,7 +1283,7 @@ declare const _default: {
|
|
|
1302
1283
|
"type": "string"
|
|
1303
1284
|
},
|
|
1304
1285
|
"title": {
|
|
1305
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1286
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1306
1287
|
"examples": [
|
|
1307
1288
|
{
|
|
1308
1289
|
"en": "Title"
|
|
@@ -1321,6 +1302,7 @@ declare const _default: {
|
|
|
1321
1302
|
},
|
|
1322
1303
|
"type": "object"
|
|
1323
1304
|
}
|
|
1305
|
+
|
|
1324
1306
|
;
|
|
1325
1307
|
|
|
1326
1308
|
export default _default;
|
|
@@ -126,31 +126,8 @@ declare const _default: {
|
|
|
126
126
|
"type": "string"
|
|
127
127
|
},
|
|
128
128
|
"periodOverPeriod": {
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"level": {
|
|
132
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
133
|
-
"type": "number"
|
|
134
|
-
},
|
|
135
|
-
"periodToDate": {
|
|
136
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
137
|
-
"type": "boolean"
|
|
138
|
-
},
|
|
139
|
-
"quantity": {
|
|
140
|
-
"description": "Number of periods",
|
|
141
|
-
"type": "number"
|
|
142
|
-
},
|
|
143
|
-
"type": {
|
|
144
|
-
"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",
|
|
145
|
-
"enum": [
|
|
146
|
-
"change",
|
|
147
|
-
"none",
|
|
148
|
-
"past"
|
|
149
|
-
],
|
|
150
|
-
"type": "string"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"type": "object"
|
|
129
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
130
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
154
131
|
},
|
|
155
132
|
"subtype": {
|
|
156
133
|
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
@@ -269,31 +246,8 @@ declare const _default: {
|
|
|
269
246
|
]
|
|
270
247
|
},
|
|
271
248
|
"periodOverPeriod": {
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"level": {
|
|
275
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
276
|
-
"type": "number"
|
|
277
|
-
},
|
|
278
|
-
"periodToDate": {
|
|
279
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
280
|
-
"type": "boolean"
|
|
281
|
-
},
|
|
282
|
-
"quantity": {
|
|
283
|
-
"description": "Number of periods",
|
|
284
|
-
"type": "number"
|
|
285
|
-
},
|
|
286
|
-
"type": {
|
|
287
|
-
"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",
|
|
288
|
-
"enum": [
|
|
289
|
-
"change",
|
|
290
|
-
"none",
|
|
291
|
-
"past"
|
|
292
|
-
],
|
|
293
|
-
"type": "string"
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
"type": "object"
|
|
249
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
250
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
297
251
|
},
|
|
298
252
|
"subtype": {
|
|
299
253
|
"anyOf": [
|
|
@@ -474,31 +428,8 @@ declare const _default: {
|
|
|
474
428
|
"type": "object"
|
|
475
429
|
},
|
|
476
430
|
"periodOverPeriod": {
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"level": {
|
|
480
|
-
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
481
|
-
"type": "number"
|
|
482
|
-
},
|
|
483
|
-
"periodToDate": {
|
|
484
|
-
"description": "Turn ON/OFF period to date comparison",
|
|
485
|
-
"type": "boolean"
|
|
486
|
-
},
|
|
487
|
-
"quantity": {
|
|
488
|
-
"description": "Number of periods",
|
|
489
|
-
"type": "number"
|
|
490
|
-
},
|
|
491
|
-
"type": {
|
|
492
|
-
"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",
|
|
493
|
-
"enum": [
|
|
494
|
-
"change",
|
|
495
|
-
"none",
|
|
496
|
-
"past"
|
|
497
|
-
],
|
|
498
|
-
"type": "string"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
"type": "object"
|
|
431
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
432
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
502
433
|
},
|
|
503
434
|
"subtype": {
|
|
504
435
|
"anyOf": [
|
|
@@ -528,6 +459,36 @@ declare const _default: {
|
|
|
528
459
|
},
|
|
529
460
|
"type": "object"
|
|
530
461
|
},
|
|
462
|
+
"PeriodOverPeriod": {
|
|
463
|
+
"properties": {
|
|
464
|
+
"level": {
|
|
465
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
466
|
+
"type": "number"
|
|
467
|
+
},
|
|
468
|
+
"periodToDate": {
|
|
469
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
470
|
+
"type": "boolean"
|
|
471
|
+
},
|
|
472
|
+
"quantity": {
|
|
473
|
+
"description": "Number of periods",
|
|
474
|
+
"type": "number"
|
|
475
|
+
},
|
|
476
|
+
"type": {
|
|
477
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
478
|
+
"description": "Period over period comparison type"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"type": "object"
|
|
482
|
+
},
|
|
483
|
+
"PeriodOverPeriodType": {
|
|
484
|
+
"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",
|
|
485
|
+
"enum": [
|
|
486
|
+
"none",
|
|
487
|
+
"past",
|
|
488
|
+
"percentageChange"
|
|
489
|
+
],
|
|
490
|
+
"type": "string"
|
|
491
|
+
},
|
|
531
492
|
"SourceSlot": {
|
|
532
493
|
"description": "Source slot definition of the Sankey diagram. This is a required slot.",
|
|
533
494
|
"properties": {
|