@aquera/nile-visualization 0.1.0 → 0.3.0
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/dist/src/index.d.ts +57 -2
- package/dist/src/index.js +31 -0
- package/dist/src/internal/highcharts-provider.js +90 -0
- package/dist/src/internal/separated-chart-config.d.ts +5 -0
- package/dist/src/internal/separated-chart-config.js +16 -0
- package/dist/src/internal/types/ai-config.type.d.ts +9 -0
- package/dist/src/internal/types/ai-config.type.js +2 -0
- package/dist/src/internal/types/all-chart-config.type.d.ts +8 -0
- package/dist/src/internal/types/all-chart-config.type.js +2 -0
- package/dist/src/internal/types/aq-config.type.d.ts +13 -0
- package/dist/src/internal/types/aq-config.type.js +2 -0
- package/dist/src/internal/types/chart-anomaly-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-anomaly-config.type.js +2 -0
- package/dist/src/internal/types/chart-area-config.type.d.ts +17 -0
- package/dist/src/internal/types/chart-area-config.type.js +2 -0
- package/dist/src/internal/types/chart-area-negative-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-area-negative-config.type.js +2 -0
- package/dist/src/internal/types/chart-area-range-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-area-range-config.type.js +2 -0
- package/dist/src/internal/types/chart-area-spline-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-area-spline-config.type.js +2 -0
- package/dist/src/internal/types/chart-bar-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-bar-config.type.js +2 -0
- package/dist/src/internal/types/chart-bellcurve-config.type.d.ts +19 -0
- package/dist/src/internal/types/chart-bellcurve-config.type.js +2 -0
- package/dist/src/internal/types/chart-boxplot-config.type.d.ts +15 -0
- package/dist/src/internal/types/chart-boxplot-config.type.js +2 -0
- package/dist/src/internal/types/chart-bubble-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-bubble-config.type.js +2 -0
- package/dist/src/internal/types/chart-cluster-config.type.d.ts +15 -0
- package/dist/src/internal/types/chart-cluster-config.type.js +2 -0
- package/dist/src/internal/types/chart-column-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-column-config.type.js +2 -0
- package/dist/src/internal/types/chart-column-drilldown-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-column-drilldown-config.type.js +2 -0
- package/dist/src/internal/types/chart-column-pyramid-config.type.d.ts +11 -0
- package/dist/src/internal/types/chart-column-pyramid-config.type.js +2 -0
- package/dist/src/internal/types/chart-column-range-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-column-range-config.type.js +2 -0
- package/dist/src/internal/types/chart-config.type.d.ts +16 -0
- package/dist/src/internal/types/chart-config.type.js +2 -0
- package/dist/src/internal/types/chart-donut-config.type.d.ts +14 -0
- package/dist/src/internal/types/chart-donut-config.type.js +2 -0
- package/dist/src/internal/types/chart-dumbbell-config.type.d.ts +16 -0
- package/dist/src/internal/types/chart-dumbbell-config.type.js +2 -0
- package/dist/src/internal/types/chart-dumbbell-lower-config.type.d.ts +5 -0
- package/dist/src/internal/types/chart-dumbbell-lower-config.type.js +2 -0
- package/dist/src/internal/types/chart-dumbbell-upper-config.type.d.ts +5 -0
- package/dist/src/internal/types/chart-dumbbell-upper-config.type.js +2 -0
- package/dist/src/internal/types/chart-euler-config.type.d.ts +10 -0
- package/dist/src/internal/types/chart-euler-config.type.js +2 -0
- package/dist/src/internal/types/chart-fan-config.type.d.ts +17 -0
- package/dist/src/internal/types/chart-fan-config.type.js +2 -0
- package/dist/src/internal/types/chart-flame-config.type.d.ts +14 -0
- package/dist/src/internal/types/chart-flame-config.type.js +2 -0
- package/dist/src/internal/types/chart-funnel-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-funnel-config.type.js +2 -0
- package/dist/src/internal/types/chart-gauge-config.type.d.ts +14 -0
- package/dist/src/internal/types/chart-gauge-config.type.js +2 -0
- package/dist/src/internal/types/chart-histogram-config.type.d.ts +19 -0
- package/dist/src/internal/types/chart-histogram-config.type.js +2 -0
- package/dist/src/internal/types/chart-kpi-config.type.d.ts +21 -0
- package/dist/src/internal/types/chart-kpi-config.type.js +2 -0
- package/dist/src/internal/types/chart-line-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-line-config.type.js +2 -0
- package/dist/src/internal/types/chart-lollipop-config.type.d.ts +11 -0
- package/dist/src/internal/types/chart-lollipop-config.type.js +2 -0
- package/dist/src/internal/types/chart-pie-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-pie-config.type.js +2 -0
- package/dist/src/internal/types/chart-polygon-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-polygon-config.type.js +2 -0
- package/dist/src/internal/types/chart-radar-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-radar-config.type.js +2 -0
- package/dist/src/internal/types/chart-radial-bar-config.type.d.ts +16 -0
- package/dist/src/internal/types/chart-radial-bar-config.type.js +2 -0
- package/dist/src/internal/types/chart-scatter-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-scatter-config.type.js +2 -0
- package/dist/src/internal/types/chart-spiderweb-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-spiderweb-config.type.js +2 -0
- package/dist/src/internal/types/chart-spline-config.type.d.ts +12 -0
- package/dist/src/internal/types/chart-spline-config.type.js +2 -0
- package/dist/src/internal/types/chart-stacked-config.type.d.ts +15 -0
- package/dist/src/internal/types/chart-stacked-config.type.js +2 -0
- package/dist/src/internal/types/chart-timeline-config.type.d.ts +15 -0
- package/dist/src/internal/types/chart-timeline-config.type.js +2 -0
- package/dist/src/internal/types/chart-trendline-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-trendline-config.type.js +2 -0
- package/dist/src/internal/types/chart-variable-pie-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-variable-pie-config.type.js +2 -0
- package/dist/src/internal/types/chart-vector-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-vector-config.type.js +2 -0
- package/dist/src/internal/types/chart-waterfall-config.type.d.ts +11 -0
- package/dist/src/internal/types/chart-waterfall-config.type.js +2 -0
- package/dist/src/internal/types/chart-xrange-config.type.d.ts +13 -0
- package/dist/src/internal/types/chart-xrange-config.type.js +2 -0
- package/dist/src/internal/types/index.d.ts +50 -0
- package/dist/src/internal/types/index.js +2 -0
- package/dist/src/internal/types/nile-ai-widgets-config-input.type.d.ts +23 -0
- package/dist/src/internal/types/nile-ai-widgets-config-input.type.js +2 -0
- package/dist/src/internal/types/nile-chart-config-input.type.d.ts +7 -0
- package/dist/src/internal/types/nile-chart-config-input.type.js +2 -0
- package/dist/src/internal/types/primitive-chart-config.type.d.ts +32 -0
- package/dist/src/internal/types/primitive-chart-config.type.js +2 -0
- package/dist/src/internal/types/separated-chart-config-input.type.d.ts +7 -0
- package/dist/src/internal/types/separated-chart-config-input.type.js +2 -0
- package/dist/src/internal/types/switchable-config.type.d.ts +8 -0
- package/dist/src/internal/types/switchable-config.type.js +2 -0
- package/dist/src/nile-ai-panel/index.d.ts +1 -0
- package/dist/src/nile-ai-panel/nile-ai-panel.d.ts +8 -1
- package/dist/src/nile-ai-panel/nile-ai-panel.js +34 -0
- package/dist/src/nile-ai-sender/index.d.ts +1 -0
- package/dist/src/nile-ai-sender/nile-ai-sender.d.ts +8 -1
- package/dist/src/nile-ai-sender/nile-ai-sender.js +30 -0
- package/dist/src/nile-anomaly-chart/nile-anomaly-chart.d.ts +6 -0
- package/dist/src/nile-anomaly-chart/nile-anomaly-chart.js +41 -0
- package/dist/src/nile-area-chart/nile-area-chart.d.ts +6 -0
- package/dist/src/nile-area-chart/nile-area-chart.js +41 -0
- package/dist/src/nile-area-negative-chart/index.d.ts +2 -0
- package/dist/src/nile-area-negative-chart/index.js +2 -0
- package/dist/src/nile-area-negative-chart/nile-area-negative-chart.css.d.ts +1 -0
- package/dist/src/nile-area-negative-chart/nile-area-negative-chart.css.js +28 -0
- package/dist/src/nile-area-negative-chart/nile-area-negative-chart.d.ts +42 -0
- package/dist/src/nile-area-negative-chart/nile-area-negative-chart.js +178 -0
- package/dist/src/nile-area-range-chart/index.d.ts +2 -0
- package/dist/src/nile-area-range-chart/index.js +2 -0
- package/dist/src/nile-area-range-chart/nile-area-range-chart.css.d.ts +1 -0
- package/dist/src/nile-area-range-chart/nile-area-range-chart.css.js +28 -0
- package/dist/src/nile-area-range-chart/nile-area-range-chart.d.ts +41 -0
- package/dist/src/nile-area-range-chart/nile-area-range-chart.js +173 -0
- package/dist/src/nile-area-spline-chart/index.d.ts +2 -0
- package/dist/src/nile-area-spline-chart/index.js +2 -0
- package/dist/src/nile-area-spline-chart/nile-area-spline-chart.css.d.ts +1 -0
- package/dist/src/nile-area-spline-chart/nile-area-spline-chart.css.js +28 -0
- package/dist/src/nile-area-spline-chart/nile-area-spline-chart.d.ts +41 -0
- package/dist/src/nile-area-spline-chart/nile-area-spline-chart.js +174 -0
- package/dist/src/nile-bar-chart/nile-bar-chart.d.ts +6 -0
- package/dist/src/nile-bar-chart/nile-bar-chart.js +40 -1
- package/dist/src/nile-bellcurve-chart/index.d.ts +2 -0
- package/dist/src/nile-bellcurve-chart/index.js +2 -0
- package/dist/src/nile-bellcurve-chart/nile-bellcurve-chart.css.d.ts +1 -0
- package/dist/src/nile-bellcurve-chart/nile-bellcurve-chart.css.js +28 -0
- package/dist/src/nile-bellcurve-chart/nile-bellcurve-chart.d.ts +49 -0
- package/dist/src/nile-bellcurve-chart/nile-bellcurve-chart.js +258 -0
- package/dist/src/nile-boxplot-chart/index.d.ts +2 -0
- package/dist/src/nile-boxplot-chart/index.js +2 -0
- package/dist/src/nile-boxplot-chart/nile-boxplot-chart.css.d.ts +1 -0
- package/dist/src/nile-boxplot-chart/nile-boxplot-chart.css.js +28 -0
- package/dist/src/nile-boxplot-chart/nile-boxplot-chart.d.ts +58 -0
- package/dist/src/nile-boxplot-chart/nile-boxplot-chart.js +235 -0
- package/dist/src/nile-bubble-chart/nile-bubble-chart.d.ts +6 -0
- package/dist/src/nile-bubble-chart/nile-bubble-chart.js +39 -0
- package/dist/src/nile-chart/index.d.ts +3 -1
- package/dist/src/nile-chart/index.js +1 -0
- package/dist/src/nile-chart/nile-chart-config-builder.d.ts +4 -0
- package/dist/src/nile-chart/nile-chart-config-builder.js +13 -0
- package/dist/src/nile-chart/nile-chart-config.d.ts +76 -2
- package/dist/src/nile-chart/nile-chart.d.ts +16 -2
- package/dist/src/nile-chart/nile-chart.js +144 -14
- package/dist/src/nile-cluster-chart/index.d.ts +2 -0
- package/dist/src/nile-cluster-chart/index.js +2 -0
- package/dist/src/nile-cluster-chart/nile-cluster-chart.css.d.ts +1 -0
- package/dist/src/nile-cluster-chart/nile-cluster-chart.css.js +28 -0
- package/dist/src/nile-cluster-chart/nile-cluster-chart.d.ts +46 -0
- package/dist/src/nile-cluster-chart/nile-cluster-chart.js +196 -0
- package/dist/src/nile-column-chart/nile-column-chart.d.ts +6 -0
- package/dist/src/nile-column-chart/nile-column-chart.js +39 -0
- package/dist/src/nile-column-drilldown-chart/index.d.ts +2 -0
- package/dist/src/nile-column-drilldown-chart/index.js +2 -0
- package/dist/src/nile-column-drilldown-chart/nile-column-drilldown-chart.css.d.ts +1 -0
- package/dist/src/nile-column-drilldown-chart/nile-column-drilldown-chart.css.js +28 -0
- package/dist/src/nile-column-drilldown-chart/nile-column-drilldown-chart.d.ts +49 -0
- package/dist/src/nile-column-drilldown-chart/nile-column-drilldown-chart.js +186 -0
- package/dist/src/nile-column-pyramid-chart/index.d.ts +2 -0
- package/dist/src/nile-column-pyramid-chart/index.js +2 -0
- package/dist/src/nile-column-pyramid-chart/nile-column-pyramid-chart.css.d.ts +1 -0
- package/dist/src/nile-column-pyramid-chart/nile-column-pyramid-chart.css.js +28 -0
- package/dist/src/nile-column-pyramid-chart/nile-column-pyramid-chart.d.ts +39 -0
- package/dist/src/nile-column-pyramid-chart/nile-column-pyramid-chart.js +155 -0
- package/dist/src/nile-column-range-chart/index.d.ts +2 -0
- package/dist/src/nile-column-range-chart/index.js +2 -0
- package/dist/src/nile-column-range-chart/nile-column-range-chart.css.d.ts +1 -0
- package/dist/src/nile-column-range-chart/nile-column-range-chart.css.js +28 -0
- package/dist/src/nile-column-range-chart/nile-column-range-chart.d.ts +40 -0
- package/dist/src/nile-column-range-chart/nile-column-range-chart.js +169 -0
- package/dist/src/nile-donut-chart/nile-donut-chart.d.ts +6 -0
- package/dist/src/nile-donut-chart/nile-donut-chart.js +43 -0
- package/dist/src/nile-dumbbell-chart/index.d.ts +2 -0
- package/dist/src/nile-dumbbell-chart/index.js +2 -0
- package/dist/src/nile-dumbbell-chart/nile-dumbbell-chart.css.d.ts +1 -0
- package/dist/src/nile-dumbbell-chart/nile-dumbbell-chart.css.js +28 -0
- package/dist/src/nile-dumbbell-chart/nile-dumbbell-chart.d.ts +50 -0
- package/dist/src/nile-dumbbell-chart/nile-dumbbell-chart.js +217 -0
- package/dist/src/nile-dumbbell-lower-chart/index.d.ts +1 -0
- package/dist/src/nile-dumbbell-lower-chart/index.js +2 -0
- package/dist/src/nile-dumbbell-lower-chart/nile-dumbbell-lower-chart.css.d.ts +1 -0
- package/dist/src/nile-dumbbell-lower-chart/nile-dumbbell-lower-chart.css.js +28 -0
- package/dist/src/nile-dumbbell-lower-chart/nile-dumbbell-lower-chart.d.ts +40 -0
- package/dist/src/nile-dumbbell-lower-chart/nile-dumbbell-lower-chart.js +214 -0
- package/dist/src/nile-dumbbell-upper-chart/index.d.ts +1 -0
- package/dist/src/nile-dumbbell-upper-chart/index.js +2 -0
- package/dist/src/nile-dumbbell-upper-chart/nile-dumbbell-upper-chart.css.d.ts +1 -0
- package/dist/src/nile-dumbbell-upper-chart/nile-dumbbell-upper-chart.css.js +28 -0
- package/dist/src/nile-dumbbell-upper-chart/nile-dumbbell-upper-chart.d.ts +40 -0
- package/dist/src/nile-dumbbell-upper-chart/nile-dumbbell-upper-chart.js +214 -0
- package/dist/src/nile-euler-chart/index.d.ts +2 -0
- package/dist/src/nile-euler-chart/index.js +2 -0
- package/dist/src/nile-euler-chart/nile-euler-chart.css.d.ts +1 -0
- package/dist/src/nile-euler-chart/nile-euler-chart.css.js +28 -0
- package/dist/src/nile-euler-chart/nile-euler-chart.d.ts +38 -0
- package/dist/src/nile-euler-chart/nile-euler-chart.js +149 -0
- package/dist/src/nile-fan-chart/index.d.ts +2 -0
- package/dist/src/nile-fan-chart/index.js +2 -0
- package/dist/src/nile-fan-chart/nile-fan-chart.css.d.ts +1 -0
- package/dist/src/nile-fan-chart/nile-fan-chart.css.js +28 -0
- package/dist/src/nile-fan-chart/nile-fan-chart.d.ts +65 -0
- package/dist/src/nile-fan-chart/nile-fan-chart.js +257 -0
- package/dist/src/nile-flame-chart/index.d.ts +2 -0
- package/dist/src/nile-flame-chart/index.js +2 -0
- package/dist/src/nile-flame-chart/nile-flame-chart.css.d.ts +1 -0
- package/dist/src/nile-flame-chart/nile-flame-chart.css.js +28 -0
- package/dist/src/nile-flame-chart/nile-flame-chart.d.ts +60 -0
- package/dist/src/nile-flame-chart/nile-flame-chart.js +311 -0
- package/dist/src/nile-funnel-chart/index.d.ts +2 -0
- package/dist/src/nile-funnel-chart/index.js +2 -0
- package/dist/src/nile-funnel-chart/nile-funnel-chart.css.d.ts +1 -0
- package/dist/src/nile-funnel-chart/nile-funnel-chart.css.js +28 -0
- package/dist/src/nile-funnel-chart/nile-funnel-chart.d.ts +42 -0
- package/dist/src/nile-funnel-chart/nile-funnel-chart.js +189 -0
- package/dist/src/nile-gauge-chart/nile-gauge-chart.d.ts +6 -0
- package/dist/src/nile-gauge-chart/nile-gauge-chart.js +43 -0
- package/dist/src/nile-histogram-chart/index.d.ts +2 -0
- package/dist/src/nile-histogram-chart/index.js +2 -0
- package/dist/src/nile-histogram-chart/nile-histogram-chart.css.d.ts +1 -0
- package/dist/src/nile-histogram-chart/nile-histogram-chart.css.js +28 -0
- package/dist/src/nile-histogram-chart/nile-histogram-chart.d.ts +53 -0
- package/dist/src/nile-histogram-chart/nile-histogram-chart.js +263 -0
- package/dist/src/nile-inverted-area-chart/index.d.ts +2 -0
- package/dist/src/nile-inverted-area-chart/index.js +2 -0
- package/dist/src/nile-inverted-area-chart/nile-inverted-area-chart.css.d.ts +1 -0
- package/dist/src/nile-inverted-area-chart/nile-inverted-area-chart.css.js +28 -0
- package/dist/src/nile-inverted-area-chart/nile-inverted-area-chart.d.ts +40 -0
- package/dist/src/nile-inverted-area-chart/nile-inverted-area-chart.js +173 -0
- package/dist/src/nile-kpi-chart/index.d.ts +1 -1
- package/dist/src/nile-kpi-chart/nile-kpi-chart.d.ts +32 -0
- package/dist/src/nile-kpi-chart/nile-kpi-chart.js +60 -0
- package/dist/src/nile-line-chart/nile-line-chart.d.ts +6 -0
- package/dist/src/nile-line-chart/nile-line-chart.js +39 -0
- package/dist/src/nile-lollipop-chart/index.d.ts +2 -0
- package/dist/src/nile-lollipop-chart/index.js +2 -0
- package/dist/src/nile-lollipop-chart/nile-lollipop-chart.css.d.ts +1 -0
- package/dist/src/nile-lollipop-chart/nile-lollipop-chart.css.js +28 -0
- package/dist/src/nile-lollipop-chart/nile-lollipop-chart.d.ts +39 -0
- package/dist/src/nile-lollipop-chart/nile-lollipop-chart.js +174 -0
- package/dist/src/nile-pie-chart/nile-pie-chart.d.ts +6 -0
- package/dist/src/nile-pie-chart/nile-pie-chart.js +41 -0
- package/dist/src/nile-polygon-chart/index.d.ts +2 -0
- package/dist/src/nile-polygon-chart/index.js +2 -0
- package/dist/src/nile-polygon-chart/nile-polygon-chart.css.d.ts +1 -0
- package/dist/src/nile-polygon-chart/nile-polygon-chart.css.js +28 -0
- package/dist/src/nile-polygon-chart/nile-polygon-chart.d.ts +41 -0
- package/dist/src/nile-polygon-chart/nile-polygon-chart.js +167 -0
- package/dist/src/nile-radar-chart/nile-radar-chart.d.ts +6 -0
- package/dist/src/nile-radar-chart/nile-radar-chart.js +39 -0
- package/dist/src/nile-radial-bar-chart/index.d.ts +2 -0
- package/dist/src/nile-radial-bar-chart/index.js +2 -0
- package/dist/src/nile-radial-bar-chart/nile-radial-bar-chart.css.d.ts +1 -0
- package/dist/src/nile-radial-bar-chart/nile-radial-bar-chart.css.js +28 -0
- package/dist/src/nile-radial-bar-chart/nile-radial-bar-chart.d.ts +42 -0
- package/dist/src/nile-radial-bar-chart/nile-radial-bar-chart.js +191 -0
- package/dist/src/nile-scatter-chart/nile-scatter-chart.d.ts +6 -0
- package/dist/src/nile-scatter-chart/nile-scatter-chart.js +39 -0
- package/dist/src/nile-spiderweb-chart/index.d.ts +2 -0
- package/dist/src/nile-spiderweb-chart/index.js +2 -0
- package/dist/src/nile-spiderweb-chart/nile-spiderweb-chart.css.d.ts +1 -0
- package/dist/src/nile-spiderweb-chart/nile-spiderweb-chart.css.js +28 -0
- package/dist/src/nile-spiderweb-chart/nile-spiderweb-chart.d.ts +46 -0
- package/dist/src/nile-spiderweb-chart/nile-spiderweb-chart.js +191 -0
- package/dist/src/nile-spline-chart/nile-spline-chart.d.ts +6 -0
- package/dist/src/nile-spline-chart/nile-spline-chart.js +39 -0
- package/dist/src/nile-stacked-chart/index.d.ts +2 -0
- package/dist/src/nile-stacked-chart/index.js +2 -0
- package/dist/src/nile-stacked-chart/nile-stacked-chart.css.d.ts +1 -0
- package/dist/src/nile-stacked-chart/nile-stacked-chart.css.js +28 -0
- package/dist/src/nile-stacked-chart/nile-stacked-chart.d.ts +47 -0
- package/dist/src/nile-stacked-chart/nile-stacked-chart.js +216 -0
- package/dist/src/nile-timeline-chart/index.d.ts +2 -0
- package/dist/src/nile-timeline-chart/index.js +2 -0
- package/dist/src/nile-timeline-chart/nile-timeline-chart.css.d.ts +1 -0
- package/dist/src/nile-timeline-chart/nile-timeline-chart.css.js +28 -0
- package/dist/src/nile-timeline-chart/nile-timeline-chart.d.ts +58 -0
- package/dist/src/nile-timeline-chart/nile-timeline-chart.js +239 -0
- package/dist/src/nile-trendline-chart/nile-trendline-chart.d.ts +6 -0
- package/dist/src/nile-trendline-chart/nile-trendline-chart.js +41 -0
- package/dist/src/nile-variable-pie-chart/index.d.ts +2 -0
- package/dist/src/nile-variable-pie-chart/index.js +2 -0
- package/dist/src/nile-variable-pie-chart/nile-variable-pie-chart.css.d.ts +1 -0
- package/dist/src/nile-variable-pie-chart/nile-variable-pie-chart.css.js +28 -0
- package/dist/src/nile-variable-pie-chart/nile-variable-pie-chart.d.ts +42 -0
- package/dist/src/nile-variable-pie-chart/nile-variable-pie-chart.js +180 -0
- package/dist/src/nile-vector-chart/index.d.ts +2 -0
- package/dist/src/nile-vector-chart/index.js +2 -0
- package/dist/src/nile-vector-chart/nile-vector-chart.css.d.ts +1 -0
- package/dist/src/nile-vector-chart/nile-vector-chart.css.js +28 -0
- package/dist/src/nile-vector-chart/nile-vector-chart.d.ts +44 -0
- package/dist/src/nile-vector-chart/nile-vector-chart.js +181 -0
- package/dist/src/nile-waterfall-chart/nile-waterfall-chart.d.ts +6 -0
- package/dist/src/nile-waterfall-chart/nile-waterfall-chart.js +37 -0
- package/dist/src/nile-xrange-chart/index.d.ts +2 -0
- package/dist/src/nile-xrange-chart/index.js +2 -0
- package/dist/src/nile-xrange-chart/nile-xrange-chart.css.d.ts +1 -0
- package/dist/src/nile-xrange-chart/nile-xrange-chart.css.js +28 -0
- package/dist/src/nile-xrange-chart/nile-xrange-chart.d.ts +44 -0
- package/dist/src/nile-xrange-chart/nile-xrange-chart.js +193 -0
- package/package.json +12 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { DumbbellPoint } from '../../nile-dumbbell-chart/nile-dumbbell-chart.js';
|
|
3
|
+
/** Dumbbell (range) chart config (`<nile-dumbbell-chart>` / `config.chart`). */
|
|
4
|
+
export interface ChartDumbbellConfigType {
|
|
5
|
+
type: 'dumbbell';
|
|
6
|
+
data: DumbbellPoint[];
|
|
7
|
+
yAxisTitle?: string;
|
|
8
|
+
seriesName?: string;
|
|
9
|
+
lowMarkerColor?: string;
|
|
10
|
+
connectorColor?: string;
|
|
11
|
+
horizontal?: boolean;
|
|
12
|
+
height?: string;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
options?: Options;
|
|
15
|
+
showLegend?: boolean;
|
|
16
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ChartDumbbellConfigType } from './chart-dumbbell-config.type.js';
|
|
2
|
+
/** Dumbbell with emphasis on the low marker (`<nile-dumbbell-lower-chart>`). */
|
|
3
|
+
export type ChartDumbbellLowerConfigType = Omit<ChartDumbbellConfigType, 'type'> & {
|
|
4
|
+
type: 'dumbbellLower';
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ChartDumbbellConfigType } from './chart-dumbbell-config.type.js';
|
|
2
|
+
/** Dumbbell with emphasis on the high marker (`<nile-dumbbell-upper-chart>`). */
|
|
3
|
+
export type ChartDumbbellUpperConfigType = Omit<ChartDumbbellConfigType, 'type'> & {
|
|
4
|
+
type: 'dumbbellUpper';
|
|
5
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { EulerVennDataPoint } from '../../nile-euler-chart/nile-euler-chart.js';
|
|
3
|
+
/** Euler / Venn (`<nile-euler-chart>`). */
|
|
4
|
+
export interface ChartEulerConfigType {
|
|
5
|
+
type: 'euler';
|
|
6
|
+
data: EulerVennDataPoint[];
|
|
7
|
+
height?: string;
|
|
8
|
+
loading?: boolean;
|
|
9
|
+
options?: Options;
|
|
10
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { FanLinePoint, FanUncertaintyBand } from '../../nile-fan-chart/nile-fan-chart.js';
|
|
3
|
+
/** Fan chart (line + uncertainty bands) config (`<nile-fan-chart>` / `config.chart`). */
|
|
4
|
+
export interface ChartFanConfigType {
|
|
5
|
+
type: 'fan';
|
|
6
|
+
lineData: FanLinePoint[];
|
|
7
|
+
bands: FanUncertaintyBand[];
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
lineSeriesName?: string;
|
|
10
|
+
lineColor?: string;
|
|
11
|
+
forecastStartIndex?: number;
|
|
12
|
+
forecastBandLabel?: string;
|
|
13
|
+
height?: string;
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
options?: Options;
|
|
16
|
+
showLegend?: boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { FlameChartLayout, FlameChartPoint, FlameSunburstPoint } from '../../nile-flame-chart/nile-flame-chart.js';
|
|
3
|
+
/** Flame / icicle / sunburst chart config (`<nile-flame-chart>`). */
|
|
4
|
+
export interface ChartFlameConfigType {
|
|
5
|
+
type: 'flame';
|
|
6
|
+
layout?: FlameChartLayout;
|
|
7
|
+
/** Rows for `flame` or `icicle` layout. */
|
|
8
|
+
data?: FlameChartPoint[];
|
|
9
|
+
/** Rows for `sunburst` layout. */
|
|
10
|
+
sunburstData?: FlameSunburstPoint[];
|
|
11
|
+
height?: string;
|
|
12
|
+
loading?: boolean;
|
|
13
|
+
options?: Options;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { FunnelDataPoint } from '../../nile-funnel-chart/nile-funnel-chart.js';
|
|
3
|
+
/** Funnel chart config (`<nile-funnel-chart>` / `config.chart`). */
|
|
4
|
+
export interface ChartFunnelConfigType {
|
|
5
|
+
type: 'funnel';
|
|
6
|
+
data: FunnelDataPoint[];
|
|
7
|
+
seriesName?: string;
|
|
8
|
+
showDataLabels?: boolean;
|
|
9
|
+
height?: string;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
options?: Options;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { GaugeBand } from '../../nile-gauge-chart/nile-gauge-chart.js';
|
|
3
|
+
/** HighCharts gauge chart config. */
|
|
4
|
+
export interface ChartGaugeConfigType {
|
|
5
|
+
type: 'gauge';
|
|
6
|
+
value: number;
|
|
7
|
+
min?: number;
|
|
8
|
+
max?: number;
|
|
9
|
+
suffix?: string;
|
|
10
|
+
bands?: GaugeBand[];
|
|
11
|
+
height?: string;
|
|
12
|
+
loading?: boolean;
|
|
13
|
+
options?: Options;
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { HistogramSamples } from '../../nile-histogram-chart/nile-histogram-chart.js';
|
|
3
|
+
/** Histogram chart config (`<nile-histogram-chart>` / `config.chart`). */
|
|
4
|
+
export interface ChartHistogramConfigType {
|
|
5
|
+
type: 'histogram';
|
|
6
|
+
data: HistogramSamples;
|
|
7
|
+
xAxisTitle?: string;
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
histogramSeriesName?: string;
|
|
10
|
+
sourceSeriesName?: string;
|
|
11
|
+
histogramColor?: string;
|
|
12
|
+
/** Positive integer, or `square-root`, `sturges`, or `rice`. Ignored when `binWidth` is set and positive. */
|
|
13
|
+
binsNumber?: string | number;
|
|
14
|
+
binWidth?: number;
|
|
15
|
+
height?: string;
|
|
16
|
+
loading?: boolean;
|
|
17
|
+
options?: Options;
|
|
18
|
+
showLegend?: boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { KpiVariant, TrendDirection } from '../../nile-kpi-chart/nile-kpi-chart.js';
|
|
2
|
+
/**
|
|
3
|
+
* KPI tile / sparkline / gauge props (`<nile-kpi-chart>`).
|
|
4
|
+
* This is not a `config` object; properties map to Lit `@property` fields.
|
|
5
|
+
*/
|
|
6
|
+
export interface ChartKpiPropsType {
|
|
7
|
+
variant?: KpiVariant;
|
|
8
|
+
label?: string;
|
|
9
|
+
value?: string | number;
|
|
10
|
+
prefix?: string;
|
|
11
|
+
suffix?: string;
|
|
12
|
+
trendValue?: number | null;
|
|
13
|
+
trendDirection?: TrendDirection;
|
|
14
|
+
trendLabel?: string;
|
|
15
|
+
description?: string;
|
|
16
|
+
sparkline?: number[];
|
|
17
|
+
sparklineColor?: string;
|
|
18
|
+
gaugeValue?: number;
|
|
19
|
+
gaugeMin?: number;
|
|
20
|
+
gaugeMax?: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { LineChartSeriesData } from '../../nile-line-chart/nile-line-chart.js';
|
|
3
|
+
/** HighCharts line chart config. */
|
|
4
|
+
export interface ChartLineConfigType {
|
|
5
|
+
type: 'line';
|
|
6
|
+
data: LineChartSeriesData[];
|
|
7
|
+
categories?: string[];
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
height?: string;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
options?: Options;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { LollipopSeriesData } from '../../nile-lollipop-chart/nile-lollipop-chart.js';
|
|
3
|
+
/** Lollipop (stem + marker) chart (`<nile-lollipop-chart>`). */
|
|
4
|
+
export interface ChartLollipopConfigType {
|
|
5
|
+
type: 'lollipop';
|
|
6
|
+
data: LollipopSeriesData[];
|
|
7
|
+
categories?: string[];
|
|
8
|
+
height?: string;
|
|
9
|
+
loading?: boolean;
|
|
10
|
+
options?: Options;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { PieChartSeriesData } from '../../nile-pie-chart/nile-pie-chart.js';
|
|
3
|
+
/** HighCharts pie chart config. */
|
|
4
|
+
export interface ChartPieConfigType {
|
|
5
|
+
type: 'pie';
|
|
6
|
+
data: PieChartSeriesData[];
|
|
7
|
+
seriesName?: string;
|
|
8
|
+
showDataLabels?: boolean;
|
|
9
|
+
showLegend?: boolean;
|
|
10
|
+
height?: string;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
options?: Options;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { PolygonSeriesConfig } from '../../nile-polygon-chart/nile-polygon-chart.js';
|
|
3
|
+
/** Filled polygon regions in XY space (`<nile-polygon-chart>`). */
|
|
4
|
+
export interface ChartPolygonConfigType {
|
|
5
|
+
type: 'polygon';
|
|
6
|
+
series: PolygonSeriesConfig[];
|
|
7
|
+
xAxisTitle?: string;
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
height?: string;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
options?: Options;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { RadarChartSeriesData } from '../../nile-radar-chart/nile-radar-chart.js';
|
|
3
|
+
/** HighCharts radar chart config. */
|
|
4
|
+
export interface ChartRadarConfigType {
|
|
5
|
+
type: 'radar';
|
|
6
|
+
data: RadarChartSeriesData[];
|
|
7
|
+
categories?: string[];
|
|
8
|
+
showArea?: boolean;
|
|
9
|
+
height?: string;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
options?: Options;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { RadialBarSeriesData } from '../../nile-radial-bar-chart/nile-radial-bar-chart.js';
|
|
3
|
+
/** Polar column / radial bars (`<nile-radial-bar-chart>`). */
|
|
4
|
+
export interface ChartRadialBarConfigType {
|
|
5
|
+
type: 'radialBar';
|
|
6
|
+
data: RadialBarSeriesData[];
|
|
7
|
+
categories: string[];
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
/** Polar pane hole (e.g. `'28%'`). */
|
|
10
|
+
innerSize?: string;
|
|
11
|
+
/** Outer pane diameter (e.g. `'82%'`). */
|
|
12
|
+
paneSize?: string;
|
|
13
|
+
height?: string;
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
options?: Options;
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { ScatterChartSeriesData } from '../../nile-scatter-chart/nile-scatter-chart.js';
|
|
3
|
+
/** HighCharts scatter chart config. */
|
|
4
|
+
export interface ChartScatterConfigType {
|
|
5
|
+
type: 'scatter';
|
|
6
|
+
data: ScatterChartSeriesData[];
|
|
7
|
+
xAxisTitle?: string;
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
height?: string;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
options?: Options;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { SpiderwebChartSeriesData } from '../../nile-spiderweb-chart/nile-spiderweb-chart.js';
|
|
3
|
+
/** Spiderweb (polar polygon) chart config (`<nile-spiderweb-chart>`). */
|
|
4
|
+
export interface ChartSpiderwebConfigType {
|
|
5
|
+
type: 'spiderweb';
|
|
6
|
+
data: SpiderwebChartSeriesData[];
|
|
7
|
+
categories?: string[];
|
|
8
|
+
showArea?: boolean;
|
|
9
|
+
height?: string;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
options?: Options;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { SplineChartSeriesData } from '../../nile-spline-chart/nile-spline-chart.js';
|
|
3
|
+
/** HighCharts spline chart config. */
|
|
4
|
+
export interface ChartSplineConfigType {
|
|
5
|
+
type: 'spline';
|
|
6
|
+
data: SplineChartSeriesData[];
|
|
7
|
+
categories?: string[];
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
height?: string;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
options?: Options;
|
|
12
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { StackedChartSeriesData } from '../../nile-stacked-chart/nile-stacked-chart.js';
|
|
3
|
+
/** Stacked column chart config (`<nile-stacked-chart>` / `config.chart`). */
|
|
4
|
+
export interface ChartStackedConfigType {
|
|
5
|
+
type: 'stacked';
|
|
6
|
+
data: StackedChartSeriesData[];
|
|
7
|
+
categories?: string[];
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
stackMode?: 'normal' | 'percent';
|
|
10
|
+
height?: string;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
options?: Options;
|
|
13
|
+
showLegend?: boolean;
|
|
14
|
+
pointPadding?: number;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { TimelineEvent } from '../../nile-timeline-chart/nile-timeline-chart.js';
|
|
3
|
+
/** Timeline chart config (`<nile-timeline-chart>` / `config.chart`). */
|
|
4
|
+
export interface ChartTimelineConfigType {
|
|
5
|
+
type: 'timeline';
|
|
6
|
+
data: TimelineEvent[];
|
|
7
|
+
seriesName?: string;
|
|
8
|
+
datetimeAxis?: boolean;
|
|
9
|
+
inverted?: boolean;
|
|
10
|
+
alternateLabels?: boolean;
|
|
11
|
+
height?: string;
|
|
12
|
+
loading?: boolean;
|
|
13
|
+
options?: Options;
|
|
14
|
+
showLegend?: boolean;
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { TrendlineSeriesData, ForecastConfig } from '../../nile-trendline-chart/nile-trendline-chart.js';
|
|
3
|
+
/** HighCharts trendline chart config. */
|
|
4
|
+
export interface ChartTrendlineConfigType {
|
|
5
|
+
type: 'trendline';
|
|
6
|
+
data: TrendlineSeriesData[];
|
|
7
|
+
categories?: string[];
|
|
8
|
+
yAxisTitle?: string;
|
|
9
|
+
forecast?: ForecastConfig;
|
|
10
|
+
height?: string;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
options?: Options;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { VariablePieDataPoint } from '../../nile-variable-pie-chart/nile-variable-pie-chart.js';
|
|
3
|
+
/** Variable-radius pie (`<nile-variable-pie-chart>`). */
|
|
4
|
+
export interface ChartVariablePieConfigType {
|
|
5
|
+
type: 'variablePie';
|
|
6
|
+
data: VariablePieDataPoint[];
|
|
7
|
+
seriesName?: string;
|
|
8
|
+
showDataLabels?: boolean;
|
|
9
|
+
showLegend?: boolean;
|
|
10
|
+
height?: string;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
options?: Options;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { VectorDataPoint } from '../../nile-vector-chart/nile-vector-chart.js';
|
|
3
|
+
/** Vector field (`<nile-vector-chart>`). */
|
|
4
|
+
export interface ChartVectorConfigType {
|
|
5
|
+
type: 'vector';
|
|
6
|
+
data: VectorDataPoint[];
|
|
7
|
+
seriesName?: string;
|
|
8
|
+
xAxisTitle?: string;
|
|
9
|
+
yAxisTitle?: string;
|
|
10
|
+
height?: string;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
options?: Options;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { WaterfallDataPoint } from '../../nile-waterfall-chart/nile-waterfall-chart.js';
|
|
3
|
+
/** HighCharts waterfall chart config. */
|
|
4
|
+
export interface ChartWaterfallConfigType {
|
|
5
|
+
type: 'waterfall';
|
|
6
|
+
data: WaterfallDataPoint[];
|
|
7
|
+
yAxisTitle?: string;
|
|
8
|
+
height?: string;
|
|
9
|
+
loading?: boolean;
|
|
10
|
+
options?: Options;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Options } from 'highcharts';
|
|
2
|
+
import type { XrangeDataPoint } from '../../nile-xrange-chart/nile-xrange-chart.js';
|
|
3
|
+
/** X-range / schedule bars (`<nile-xrange-chart>`). */
|
|
4
|
+
export interface ChartXrangeConfigType {
|
|
5
|
+
type: 'xrange';
|
|
6
|
+
data: XrangeDataPoint[];
|
|
7
|
+
categories: string[];
|
|
8
|
+
seriesName?: string;
|
|
9
|
+
datetimeAxis?: boolean;
|
|
10
|
+
height?: string;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
options?: Options;
|
|
13
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export type { AiConfigType } from './ai-config.type.js';
|
|
2
|
+
export type { SwitchableConfigType } from './switchable-config.type.js';
|
|
3
|
+
export type { AqConfigType } from './aq-config.type.js';
|
|
4
|
+
export type { ChartBarConfigType } from './chart-bar-config.type.js';
|
|
5
|
+
export type { ChartPieConfigType } from './chart-pie-config.type.js';
|
|
6
|
+
export type { ChartTrendlineConfigType } from './chart-trendline-config.type.js';
|
|
7
|
+
export type { ChartAnomalyConfigType } from './chart-anomaly-config.type.js';
|
|
8
|
+
export type { ChartLineConfigType } from './chart-line-config.type.js';
|
|
9
|
+
export type { ChartAreaConfigType, ChartInvertedAreaConfigType } from './chart-area-config.type.js';
|
|
10
|
+
export type { ChartColumnConfigType } from './chart-column-config.type.js';
|
|
11
|
+
export type { ChartDonutConfigType } from './chart-donut-config.type.js';
|
|
12
|
+
export type { ChartScatterConfigType } from './chart-scatter-config.type.js';
|
|
13
|
+
export type { ChartBubbleConfigType } from './chart-bubble-config.type.js';
|
|
14
|
+
export type { ChartSplineConfigType } from './chart-spline-config.type.js';
|
|
15
|
+
export type { ChartRadarConfigType } from './chart-radar-config.type.js';
|
|
16
|
+
export type { ChartGaugeConfigType } from './chart-gauge-config.type.js';
|
|
17
|
+
export type { ChartWaterfallConfigType } from './chart-waterfall-config.type.js';
|
|
18
|
+
export type { ChartClusterConfigType } from './chart-cluster-config.type.js';
|
|
19
|
+
export type { ChartStackedConfigType } from './chart-stacked-config.type.js';
|
|
20
|
+
export type { ChartHistogramConfigType } from './chart-histogram-config.type.js';
|
|
21
|
+
export type { ChartBellcurveConfigType } from './chart-bellcurve-config.type.js';
|
|
22
|
+
export type { ChartBoxplotConfigType } from './chart-boxplot-config.type.js';
|
|
23
|
+
export type { ChartTimelineConfigType } from './chart-timeline-config.type.js';
|
|
24
|
+
export type { ChartDumbbellConfigType } from './chart-dumbbell-config.type.js';
|
|
25
|
+
export type { ChartDumbbellLowerConfigType } from './chart-dumbbell-lower-config.type.js';
|
|
26
|
+
export type { ChartDumbbellUpperConfigType } from './chart-dumbbell-upper-config.type.js';
|
|
27
|
+
export type { ChartColumnPyramidConfigType } from './chart-column-pyramid-config.type.js';
|
|
28
|
+
export type { ChartLollipopConfigType } from './chart-lollipop-config.type.js';
|
|
29
|
+
export type { ChartAreaSplineConfigType } from './chart-area-spline-config.type.js';
|
|
30
|
+
export type { ChartAreaNegativeConfigType } from './chart-area-negative-config.type.js';
|
|
31
|
+
export type { ChartAreaRangeConfigType } from './chart-area-range-config.type.js';
|
|
32
|
+
export type { ChartColumnRangeConfigType } from './chart-column-range-config.type.js';
|
|
33
|
+
export type { ChartColumnDrilldownConfigType } from './chart-column-drilldown-config.type.js';
|
|
34
|
+
export type { ChartRadialBarConfigType } from './chart-radial-bar-config.type.js';
|
|
35
|
+
export type { ChartVariablePieConfigType } from './chart-variable-pie-config.type.js';
|
|
36
|
+
export type { ChartEulerConfigType } from './chart-euler-config.type.js';
|
|
37
|
+
export type { ChartPolygonConfigType } from './chart-polygon-config.type.js';
|
|
38
|
+
export type { ChartVectorConfigType } from './chart-vector-config.type.js';
|
|
39
|
+
export type { ChartXrangeConfigType } from './chart-xrange-config.type.js';
|
|
40
|
+
export type { ChartFanConfigType } from './chart-fan-config.type.js';
|
|
41
|
+
export type { ChartFunnelConfigType } from './chart-funnel-config.type.js';
|
|
42
|
+
export type { ChartFlameConfigType } from './chart-flame-config.type.js';
|
|
43
|
+
export type { ChartSpiderwebConfigType } from './chart-spiderweb-config.type.js';
|
|
44
|
+
export type { ChartKpiPropsType } from './chart-kpi-config.type.js';
|
|
45
|
+
export type { PrimitiveChartConfigType } from './primitive-chart-config.type.js';
|
|
46
|
+
export type { SeparatedChartConfigInputType } from './separated-chart-config-input.type.js';
|
|
47
|
+
export type { AllChartConfigType } from './all-chart-config.type.js';
|
|
48
|
+
export type { ChartConfigType } from './chart-config.type.js';
|
|
49
|
+
export type { NileChartConfigInputType } from './nile-chart-config-input.type.js';
|
|
50
|
+
export type { ChartAiPanelPayload, ChartAiSenderPayload, NileAiPanelConfigInputType, NileAiSenderConfigInputType, } from './nile-ai-widgets-config-input.type.js';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { AqConfigType } from './aq-config.type.js';
|
|
2
|
+
/** `chart` payload for `<nile-ai-panel>.config`. */
|
|
3
|
+
export interface ChartAiPanelPayload {
|
|
4
|
+
type: 'aiPanel';
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
welcomeMessage?: string;
|
|
7
|
+
}
|
|
8
|
+
/** Separated `{ chart, aq }` input for `<nile-ai-panel>`. */
|
|
9
|
+
export interface NileAiPanelConfigInputType {
|
|
10
|
+
chart: ChartAiPanelPayload;
|
|
11
|
+
aq?: AqConfigType;
|
|
12
|
+
}
|
|
13
|
+
/** `chart` payload for `<nile-ai-sender>.config`. */
|
|
14
|
+
export interface ChartAiSenderPayload {
|
|
15
|
+
type: 'aiSender';
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
/** Separated `{ chart, aq }` input for `<nile-ai-sender>`. */
|
|
20
|
+
export interface NileAiSenderConfigInputType {
|
|
21
|
+
chart: ChartAiSenderPayload;
|
|
22
|
+
aq?: AqConfigType;
|
|
23
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ChartConfigType } from './chart-config.type.js';
|
|
2
|
+
import type { AqConfigType } from './aq-config.type.js';
|
|
3
|
+
/** Input to nileChartConfig(). Discriminated on chart.type. */
|
|
4
|
+
export interface NileChartConfigInputType {
|
|
5
|
+
chart: ChartConfigType;
|
|
6
|
+
aq?: AqConfigType;
|
|
7
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { ChartClusterConfigType } from './chart-cluster-config.type.js';
|
|
2
|
+
import type { ChartStackedConfigType } from './chart-stacked-config.type.js';
|
|
3
|
+
import type { ChartHistogramConfigType } from './chart-histogram-config.type.js';
|
|
4
|
+
import type { ChartBellcurveConfigType } from './chart-bellcurve-config.type.js';
|
|
5
|
+
import type { ChartBoxplotConfigType } from './chart-boxplot-config.type.js';
|
|
6
|
+
import type { ChartTimelineConfigType } from './chart-timeline-config.type.js';
|
|
7
|
+
import type { ChartDumbbellConfigType } from './chart-dumbbell-config.type.js';
|
|
8
|
+
import type { ChartFanConfigType } from './chart-fan-config.type.js';
|
|
9
|
+
import type { ChartFunnelConfigType } from './chart-funnel-config.type.js';
|
|
10
|
+
import type { ChartFlameConfigType } from './chart-flame-config.type.js';
|
|
11
|
+
import type { ChartSpiderwebConfigType } from './chart-spiderweb-config.type.js';
|
|
12
|
+
import type { ChartInvertedAreaConfigType } from './chart-area-config.type.js';
|
|
13
|
+
import type { ChartColumnPyramidConfigType } from './chart-column-pyramid-config.type.js';
|
|
14
|
+
import type { ChartLollipopConfigType } from './chart-lollipop-config.type.js';
|
|
15
|
+
import type { ChartAreaSplineConfigType } from './chart-area-spline-config.type.js';
|
|
16
|
+
import type { ChartAreaNegativeConfigType } from './chart-area-negative-config.type.js';
|
|
17
|
+
import type { ChartAreaRangeConfigType } from './chart-area-range-config.type.js';
|
|
18
|
+
import type { ChartColumnRangeConfigType } from './chart-column-range-config.type.js';
|
|
19
|
+
import type { ChartColumnDrilldownConfigType } from './chart-column-drilldown-config.type.js';
|
|
20
|
+
import type { ChartRadialBarConfigType } from './chart-radial-bar-config.type.js';
|
|
21
|
+
import type { ChartVariablePieConfigType } from './chart-variable-pie-config.type.js';
|
|
22
|
+
import type { ChartDumbbellLowerConfigType } from './chart-dumbbell-lower-config.type.js';
|
|
23
|
+
import type { ChartDumbbellUpperConfigType } from './chart-dumbbell-upper-config.type.js';
|
|
24
|
+
import type { ChartEulerConfigType } from './chart-euler-config.type.js';
|
|
25
|
+
import type { ChartPolygonConfigType } from './chart-polygon-config.type.js';
|
|
26
|
+
import type { ChartVectorConfigType } from './chart-vector-config.type.js';
|
|
27
|
+
import type { ChartXrangeConfigType } from './chart-xrange-config.type.js';
|
|
28
|
+
/**
|
|
29
|
+
* Chart configs for primitive `<nile-*-chart>` elements (`el.config = { chart, aq }`).
|
|
30
|
+
* Discriminated on `chart.type`.
|
|
31
|
+
*/
|
|
32
|
+
export type PrimitiveChartConfigType = ChartInvertedAreaConfigType | ChartColumnPyramidConfigType | ChartLollipopConfigType | ChartAreaSplineConfigType | ChartAreaNegativeConfigType | ChartAreaRangeConfigType | ChartColumnRangeConfigType | ChartColumnDrilldownConfigType | ChartRadialBarConfigType | ChartVariablePieConfigType | ChartDumbbellLowerConfigType | ChartDumbbellUpperConfigType | ChartEulerConfigType | ChartPolygonConfigType | ChartVectorConfigType | ChartXrangeConfigType | ChartClusterConfigType | ChartStackedConfigType | ChartHistogramConfigType | ChartBellcurveConfigType | ChartBoxplotConfigType | ChartTimelineConfigType | ChartDumbbellConfigType | ChartFanConfigType | ChartFunnelConfigType | ChartFlameConfigType | ChartSpiderwebConfigType;
|