@fluentui/react-charts 9.1.9 → 9.2.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/CHANGELOG.md +47 -2
- package/dist/index.d.ts +348 -11
- package/lib/AreaChart.js.map +1 -1
- package/lib/CartesianChart.js.map +1 -1
- package/lib/DeclarativeChart.js.map +1 -1
- package/lib/DonutChart.js.map +1 -1
- package/lib/FunnelChart.js +1 -0
- package/lib/FunnelChart.js.map +1 -0
- package/lib/GanttChart.js +1 -0
- package/lib/GanttChart.js.map +1 -0
- package/lib/GaugeChart.js.map +1 -1
- package/lib/GroupedVerticalBarChart.js.map +1 -1
- package/lib/HeatMapChart.js.map +1 -1
- package/lib/HorizontalBarChart.js.map +1 -1
- package/lib/HorizontalBarChartWithAxis.js.map +1 -1
- package/lib/Legends.js.map +1 -1
- package/lib/LineChart.js.map +1 -1
- package/lib/Popover.js.map +1 -1
- package/lib/ResponsiveContainer.js.map +1 -1
- package/lib/SankeyChart.js.map +1 -1
- package/lib/ScatterChart.js.map +1 -1
- package/lib/Sparkline.js.map +1 -1
- package/lib/VerticalBarChart.js.map +1 -1
- package/lib/VerticalStackedBarChart.js.map +1 -1
- package/lib/components/AreaChart/AreaChart.js +24 -8
- package/lib/components/AreaChart/AreaChart.js.map +1 -1
- package/lib/components/AreaChart/AreaChart.types.js.map +1 -1
- package/lib/components/AreaChart/index.js.map +1 -1
- package/lib/components/AreaChart/useAreaChartStyles.styles.js +1 -2
- package/lib/components/AreaChart/useAreaChartStyles.styles.raw.js +41 -0
- package/lib/components/AreaChart/useAreaChartStyles.styles.raw.js.map +1 -0
- package/lib/components/CommonComponents/CartesianChart.js +12 -8
- package/lib/components/CommonComponents/CartesianChart.js.map +1 -1
- package/lib/components/CommonComponents/CartesianChart.types.js.map +1 -1
- package/lib/components/CommonComponents/ChartPopover.js.map +1 -1
- package/lib/components/CommonComponents/ChartPopover.types.js.map +1 -1
- package/lib/components/CommonComponents/index.js.map +1 -1
- package/lib/components/CommonComponents/useCartesianChartStyles.styles.js +1 -2
- package/lib/components/CommonComponents/useCartesianChartStyles.styles.raw.js +128 -0
- package/lib/components/CommonComponents/useCartesianChartStyles.styles.raw.js.map +1 -0
- package/lib/components/CommonComponents/useChartPopoverStyles.styles.js +1 -2
- package/lib/components/CommonComponents/useChartPopoverStyles.styles.raw.js +126 -0
- package/lib/components/CommonComponents/useChartPopoverStyles.styles.raw.js.map +1 -0
- package/lib/components/DeclarativeChart/DeclarativeChart.js +15 -7
- package/lib/components/DeclarativeChart/DeclarativeChart.js.map +1 -1
- package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js +44 -13
- package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
- package/lib/components/DeclarativeChart/imageExporter.js +1 -0
- package/lib/components/DeclarativeChart/imageExporter.js.map +1 -1
- package/lib/components/DeclarativeChart/index.js.map +1 -1
- package/lib/components/DonutChart/Arc/Arc.js +5 -5
- package/lib/components/DonutChart/Arc/Arc.js.map +1 -1
- package/lib/components/DonutChart/Arc/Arc.types.js.map +1 -1
- package/lib/components/DonutChart/Arc/index.js.map +1 -1
- package/lib/components/DonutChart/Arc/useArcStyles.styles.js +1 -2
- package/lib/components/DonutChart/Arc/useArcStyles.styles.raw.js +44 -0
- package/lib/components/DonutChart/Arc/useArcStyles.styles.raw.js.map +1 -0
- package/lib/components/DonutChart/DonutChart.js +18 -4
- package/lib/components/DonutChart/DonutChart.js.map +1 -1
- package/lib/components/DonutChart/DonutChart.types.js.map +1 -1
- package/lib/components/DonutChart/Pie/Pie.js.map +1 -1
- package/lib/components/DonutChart/Pie/Pie.types.js.map +1 -1
- package/lib/components/DonutChart/Pie/index.js.map +1 -1
- package/lib/components/DonutChart/Pie/usePieStyles.styles.js +1 -2
- package/lib/components/DonutChart/Pie/usePieStyles.styles.raw.js +29 -0
- package/lib/components/DonutChart/Pie/usePieStyles.styles.raw.js.map +1 -0
- package/lib/components/DonutChart/index.js.map +1 -1
- package/lib/components/DonutChart/useDonutChartStyles.styles.js +1 -2
- package/lib/components/DonutChart/useDonutChartStyles.styles.raw.js +45 -0
- package/lib/components/DonutChart/useDonutChartStyles.styles.raw.js.map +1 -0
- package/lib/components/FunnelChart/FunnelChart.js +400 -0
- package/lib/components/FunnelChart/FunnelChart.js.map +1 -0
- package/lib/components/FunnelChart/FunnelChart.types.js +1 -0
- package/lib/components/FunnelChart/FunnelChart.types.js.map +1 -0
- package/lib/components/FunnelChart/funnelGeometry.js +220 -0
- package/lib/components/FunnelChart/funnelGeometry.js.map +1 -0
- package/lib/components/FunnelChart/index.js +2 -0
- package/lib/components/FunnelChart/index.js.map +1 -0
- package/lib/components/FunnelChart/useFunnelChartStyles.styles.js +58 -0
- package/lib/components/FunnelChart/useFunnelChartStyles.styles.js.map +1 -0
- package/lib/components/FunnelChart/useFunnelChartStyles.styles.raw.js +51 -0
- package/lib/components/FunnelChart/useFunnelChartStyles.styles.raw.js.map +1 -0
- package/lib/components/GanttChart/GanttChart.js +547 -0
- package/lib/components/GanttChart/GanttChart.js.map +1 -0
- package/lib/components/GanttChart/GanttChart.types.js +4 -0
- package/lib/components/GanttChart/GanttChart.types.js.map +1 -0
- package/lib/components/GanttChart/index.js +2 -0
- package/lib/components/GanttChart/index.js.map +1 -0
- package/lib/components/GanttChart/useGanttChartStyles.styles.js +24 -0
- package/lib/components/GanttChart/useGanttChartStyles.styles.js.map +1 -0
- package/lib/components/GanttChart/useGanttChartStyles.styles.raw.js +23 -0
- package/lib/components/GanttChart/useGanttChartStyles.styles.raw.js.map +1 -0
- package/lib/components/GaugeChart/GaugeChart.js +9 -2
- package/lib/components/GaugeChart/GaugeChart.js.map +1 -1
- package/lib/components/GaugeChart/GaugeChart.types.js.map +1 -1
- package/lib/components/GaugeChart/index.js.map +1 -1
- package/lib/components/GaugeChart/useGaugeChartStyles.styles.js +1 -2
- package/lib/components/GaugeChart/useGaugeChartStyles.styles.raw.js +142 -0
- package/lib/components/GaugeChart/useGaugeChartStyles.styles.raw.js.map +1 -0
- package/lib/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js +77 -60
- package/lib/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js.map +1 -1
- package/lib/components/GroupedVerticalBarChart/GroupedVerticalBarChart.types.js.map +1 -1
- package/lib/components/GroupedVerticalBarChart/index.js.map +1 -1
- package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js +1 -2
- package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.raw.js +53 -0
- package/lib/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.raw.js.map +1 -0
- package/lib/components/HeatMapChart/HeatMapChart.js +11 -3
- package/lib/components/HeatMapChart/HeatMapChart.js.map +1 -1
- package/lib/components/HeatMapChart/HeatMapChart.types.js.map +1 -1
- package/lib/components/HeatMapChart/index.js.map +1 -1
- package/lib/components/HeatMapChart/useHeatMapChartStyles.styles.js +1 -2
- package/lib/components/HeatMapChart/useHeatMapChartStyles.styles.raw.js +38 -0
- package/lib/components/HeatMapChart/useHeatMapChartStyles.styles.raw.js.map +1 -0
- package/lib/components/HorizontalBarChart/HorizontalBarChart.js +23 -26
- package/lib/components/HorizontalBarChart/HorizontalBarChart.js.map +1 -1
- package/lib/components/HorizontalBarChart/HorizontalBarChart.types.js +5 -3
- package/lib/components/HorizontalBarChart/HorizontalBarChart.types.js.map +1 -1
- package/lib/components/HorizontalBarChart/index.js.map +1 -1
- package/lib/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.js +1 -2
- package/lib/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.raw.js +120 -0
- package/lib/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.raw.js.map +1 -0
- package/lib/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js +18 -5
- package/lib/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js.map +1 -1
- package/lib/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.types.js.map +1 -1
- package/lib/components/HorizontalBarChartWithAxis/index.js.map +1 -1
- package/lib/components/HorizontalBarChartWithAxis/useHorizontalBarChartWithAxisStyles.styles.js +1 -2
- package/lib/components/HorizontalBarChartWithAxis/useHorizontalBarChartWithAxisStyles.styles.raw.js +39 -0
- package/lib/components/HorizontalBarChartWithAxis/useHorizontalBarChartWithAxisStyles.styles.raw.js.map +1 -0
- package/lib/components/Legends/Legends.js +28 -10
- package/lib/components/Legends/Legends.js.map +1 -1
- package/lib/components/Legends/Legends.types.js.map +1 -1
- package/lib/components/Legends/OverflowMenu.js.map +1 -1
- package/lib/components/Legends/index.js.map +1 -1
- package/lib/components/Legends/shape.js +3 -3
- package/lib/components/Legends/shape.js.map +1 -1
- package/lib/components/Legends/useLegendsStyles.styles.js +57 -14
- package/lib/components/Legends/useLegendsStyles.styles.js.map +1 -1
- package/lib/components/Legends/useLegendsStyles.styles.raw.js +138 -0
- package/lib/components/Legends/useLegendsStyles.styles.raw.js.map +1 -0
- package/lib/components/LineChart/LineChart.js +23 -9
- package/lib/components/LineChart/LineChart.js.map +1 -1
- package/lib/components/LineChart/LineChart.types.js.map +1 -1
- package/lib/components/LineChart/eventAnnotation/EventAnnotation.js.map +1 -1
- package/lib/components/LineChart/eventAnnotation/LabelLink.js.map +1 -1
- package/lib/components/LineChart/eventAnnotation/Textbox.js +2 -1
- package/lib/components/LineChart/eventAnnotation/Textbox.js.map +1 -1
- package/lib/components/LineChart/index.js.map +1 -1
- package/lib/components/LineChart/useLineChartStyles.styles.js +1 -2
- package/lib/components/LineChart/useLineChartStyles.styles.raw.js +52 -0
- package/lib/components/LineChart/useLineChartStyles.styles.raw.js.map +1 -0
- package/lib/components/ResponsiveContainer/ResponsiveContainer.js.map +1 -1
- package/lib/components/ResponsiveContainer/ResponsiveContainer.types.js.map +1 -1
- package/lib/components/ResponsiveContainer/index.js.map +1 -1
- package/lib/components/ResponsiveContainer/useResponsiveChildStyles.styles.js +1 -2
- package/lib/components/ResponsiveContainer/useResponsiveChildStyles.styles.raw.js +28 -0
- package/lib/components/ResponsiveContainer/useResponsiveChildStyles.styles.raw.js.map +1 -0
- package/lib/components/ResponsiveContainer/withResponsiveContainer.js.map +1 -1
- package/lib/components/SankeyChart/SankeyChart.js +5 -1
- package/lib/components/SankeyChart/SankeyChart.js.map +1 -1
- package/lib/components/SankeyChart/SankeyChart.types.js.map +1 -1
- package/lib/components/SankeyChart/index.js.map +1 -1
- package/lib/components/SankeyChart/useSankeyChartStyles.styles.js +1 -2
- package/lib/components/SankeyChart/useSankeyChartStyles.styles.raw.js +77 -0
- package/lib/components/SankeyChart/useSankeyChartStyles.styles.raw.js.map +1 -0
- package/lib/components/ScatterChart/ScatterChart.js +19 -5
- package/lib/components/ScatterChart/ScatterChart.js.map +1 -1
- package/lib/components/ScatterChart/ScatterChart.types.js.map +1 -1
- package/lib/components/ScatterChart/index.js.map +1 -1
- package/lib/components/ScatterChart/useScatterChartStyles.styles.js +1 -2
- package/lib/components/ScatterChart/useScatterChartStyles.styles.raw.js +43 -0
- package/lib/components/ScatterChart/useScatterChartStyles.styles.raw.js.map +1 -0
- package/lib/components/Sparkline/Sparkline.js.map +1 -1
- package/lib/components/Sparkline/Sparkline.types.js.map +1 -1
- package/lib/components/Sparkline/index.js.map +1 -1
- package/lib/components/Sparkline/useSparklineStyles.styles.js +1 -2
- package/lib/components/Sparkline/useSparklineStyles.styles.raw.js +30 -0
- package/lib/components/Sparkline/useSparklineStyles.styles.raw.js.map +1 -0
- package/lib/components/VerticalBarChart/VerticalBarChart.js +71 -31
- package/lib/components/VerticalBarChart/VerticalBarChart.js.map +1 -1
- package/lib/components/VerticalBarChart/VerticalBarChart.types.js.map +1 -1
- package/lib/components/VerticalBarChart/index.js.map +1 -1
- package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.js +1 -2
- package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.raw.js +58 -0
- package/lib/components/VerticalBarChart/useVerticalBarChartStyles.styles.raw.js.map +1 -0
- package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.js +26 -12
- package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.js.map +1 -1
- package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.types.js.map +1 -1
- package/lib/components/VerticalStackedBarChart/index.js.map +1 -1
- package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js +1 -2
- package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.raw.js +49 -0
- package/lib/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.raw.js.map +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/types/DataPoint.js +3 -1
- package/lib/types/DataPoint.js.map +1 -1
- package/lib/types/EventAnnotation.js.map +1 -1
- package/lib/types/LegendDataItem.js.map +1 -1
- package/lib/types/index.js.map +1 -1
- package/lib/utilities/FocusableTooltipText.js.map +1 -1
- package/lib/utilities/KeyCodes.js.map +1 -1
- package/lib/utilities/SVGTooltipText.js +2 -0
- package/lib/utilities/SVGTooltipText.js.map +1 -1
- package/lib/utilities/async-utils.js.map +1 -1
- package/lib/utilities/colors.js +12 -0
- package/lib/utilities/colors.js.map +1 -1
- package/lib/utilities/getWindow.js.map +1 -1
- package/lib/utilities/image-export-utils.js +256 -0
- package/lib/utilities/image-export-utils.js.map +1 -0
- package/lib/utilities/index.js.map +1 -1
- package/lib/utilities/overflow-utils.js.map +1 -1
- package/lib/utilities/string.js.map +1 -1
- package/lib/utilities/test-data.js +236 -0
- package/lib/utilities/test-data.js.map +1 -1
- package/lib/utilities/utilities.js +140 -27
- package/lib/utilities/utilities.js.map +1 -1
- package/lib/utilities/vbc-utils.js +2 -2
- package/lib/utilities/vbc-utils.js.map +1 -1
- package/lib-commonjs/AreaChart.js.map +1 -1
- package/lib-commonjs/CartesianChart.js.map +1 -1
- package/lib-commonjs/DeclarativeChart.js.map +1 -1
- package/lib-commonjs/DonutChart.js.map +1 -1
- package/lib-commonjs/FunnelChart.js +6 -0
- package/lib-commonjs/FunnelChart.js.map +1 -0
- package/lib-commonjs/GanttChart.js +6 -0
- package/lib-commonjs/GanttChart.js.map +1 -0
- package/lib-commonjs/GaugeChart.js.map +1 -1
- package/lib-commonjs/GroupedVerticalBarChart.js.map +1 -1
- package/lib-commonjs/HeatMapChart.js.map +1 -1
- package/lib-commonjs/HorizontalBarChart.js.map +1 -1
- package/lib-commonjs/HorizontalBarChartWithAxis.js.map +1 -1
- package/lib-commonjs/Legends.js.map +1 -1
- package/lib-commonjs/LineChart.js.map +1 -1
- package/lib-commonjs/Popover.js.map +1 -1
- package/lib-commonjs/ResponsiveContainer.js.map +1 -1
- package/lib-commonjs/SankeyChart.js.map +1 -1
- package/lib-commonjs/ScatterChart.js.map +1 -1
- package/lib-commonjs/Sparkline.js.map +1 -1
- package/lib-commonjs/VerticalBarChart.js.map +1 -1
- package/lib-commonjs/VerticalStackedBarChart.js.map +1 -1
- package/lib-commonjs/components/AreaChart/AreaChart.js +23 -7
- package/lib-commonjs/components/AreaChart/AreaChart.js.map +1 -1
- package/lib-commonjs/components/AreaChart/AreaChart.types.js.map +1 -1
- package/lib-commonjs/components/AreaChart/index.js.map +1 -1
- package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.js +1 -1
- package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.raw.js +57 -0
- package/lib-commonjs/components/AreaChart/useAreaChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/CommonComponents/CartesianChart.js +11 -7
- package/lib-commonjs/components/CommonComponents/CartesianChart.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/CartesianChart.types.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/ChartPopover.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/ChartPopover.types.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/index.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.js +1 -1
- package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.raw.js +142 -0
- package/lib-commonjs/components/CommonComponents/useCartesianChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/CommonComponents/useChartPopoverStyles.styles.js +1 -1
- package/lib-commonjs/components/CommonComponents/useChartPopoverStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CommonComponents/useChartPopoverStyles.styles.raw.js +140 -0
- package/lib-commonjs/components/CommonComponents/useChartPopoverStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/DeclarativeChart/DeclarativeChart.js +14 -6
- package/lib-commonjs/components/DeclarativeChart/DeclarativeChart.js.map +1 -1
- package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js +47 -13
- package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
- package/lib-commonjs/components/DeclarativeChart/imageExporter.js +1 -0
- package/lib-commonjs/components/DeclarativeChart/imageExporter.js.map +1 -1
- package/lib-commonjs/components/DeclarativeChart/index.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Arc/Arc.js +5 -5
- package/lib-commonjs/components/DonutChart/Arc/Arc.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Arc/Arc.types.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Arc/index.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Arc/useArcStyles.styles.js +1 -1
- package/lib-commonjs/components/DonutChart/Arc/useArcStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Arc/useArcStyles.styles.raw.js +58 -0
- package/lib-commonjs/components/DonutChart/Arc/useArcStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/DonutChart/DonutChart.js +17 -3
- package/lib-commonjs/components/DonutChart/DonutChart.js.map +1 -1
- package/lib-commonjs/components/DonutChart/DonutChart.types.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Pie/Pie.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Pie/Pie.types.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Pie/index.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Pie/usePieStyles.styles.js +1 -1
- package/lib-commonjs/components/DonutChart/Pie/usePieStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DonutChart/Pie/usePieStyles.styles.raw.js +43 -0
- package/lib-commonjs/components/DonutChart/Pie/usePieStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/DonutChart/index.js.map +1 -1
- package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.js +1 -1
- package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.raw.js +59 -0
- package/lib-commonjs/components/DonutChart/useDonutChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/FunnelChart/FunnelChart.js +411 -0
- package/lib-commonjs/components/FunnelChart/FunnelChart.js.map +1 -0
- package/lib-commonjs/components/FunnelChart/FunnelChart.types.js +6 -0
- package/lib-commonjs/components/FunnelChart/FunnelChart.types.js.map +1 -0
- package/lib-commonjs/components/FunnelChart/funnelGeometry.js +248 -0
- package/lib-commonjs/components/FunnelChart/funnelGeometry.js.map +1 -0
- package/lib-commonjs/components/FunnelChart/index.js +7 -0
- package/lib-commonjs/components/FunnelChart/index.js.map +1 -0
- package/lib-commonjs/components/FunnelChart/useFunnelChartStyles.styles.js +79 -0
- package/lib-commonjs/components/FunnelChart/useFunnelChartStyles.styles.js.map +1 -0
- package/lib-commonjs/components/FunnelChart/useFunnelChartStyles.styles.raw.js +65 -0
- package/lib-commonjs/components/FunnelChart/useFunnelChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/GanttChart/GanttChart.js +558 -0
- package/lib-commonjs/components/GanttChart/GanttChart.js.map +1 -0
- package/lib-commonjs/components/GanttChart/GanttChart.types.js +7 -0
- package/lib-commonjs/components/GanttChart/GanttChart.types.js.map +1 -0
- package/lib-commonjs/components/GanttChart/index.js +7 -0
- package/lib-commonjs/components/GanttChart/index.js.map +1 -0
- package/lib-commonjs/components/GanttChart/useGanttChartStyles.styles.js +39 -0
- package/lib-commonjs/components/GanttChart/useGanttChartStyles.styles.js.map +1 -0
- package/lib-commonjs/components/GanttChart/useGanttChartStyles.styles.raw.js +39 -0
- package/lib-commonjs/components/GanttChart/useGanttChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/GaugeChart/GaugeChart.js +9 -2
- package/lib-commonjs/components/GaugeChart/GaugeChart.js.map +1 -1
- package/lib-commonjs/components/GaugeChart/GaugeChart.types.js.map +1 -1
- package/lib-commonjs/components/GaugeChart/index.js.map +1 -1
- package/lib-commonjs/components/GaugeChart/useGaugeChartStyles.styles.js +1 -1
- package/lib-commonjs/components/GaugeChart/useGaugeChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/GaugeChart/useGaugeChartStyles.styles.raw.js +160 -0
- package/lib-commonjs/components/GaugeChart/useGaugeChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js +77 -60
- package/lib-commonjs/components/GroupedVerticalBarChart/GroupedVerticalBarChart.js.map +1 -1
- package/lib-commonjs/components/GroupedVerticalBarChart/GroupedVerticalBarChart.types.js.map +1 -1
- package/lib-commonjs/components/GroupedVerticalBarChart/index.js.map +1 -1
- package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js +1 -1
- package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.raw.js +69 -0
- package/lib-commonjs/components/GroupedVerticalBarChart/useGroupedVerticalBarChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/HeatMapChart/HeatMapChart.js +10 -2
- package/lib-commonjs/components/HeatMapChart/HeatMapChart.js.map +1 -1
- package/lib-commonjs/components/HeatMapChart/HeatMapChart.types.js.map +1 -1
- package/lib-commonjs/components/HeatMapChart/index.js.map +1 -1
- package/lib-commonjs/components/HeatMapChart/useHeatMapChartStyles.styles.js +1 -1
- package/lib-commonjs/components/HeatMapChart/useHeatMapChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/HeatMapChart/useHeatMapChartStyles.styles.raw.js +56 -0
- package/lib-commonjs/components/HeatMapChart/useHeatMapChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/HorizontalBarChart/HorizontalBarChart.js +23 -26
- package/lib-commonjs/components/HorizontalBarChart/HorizontalBarChart.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChart/HorizontalBarChart.types.js +3 -3
- package/lib-commonjs/components/HorizontalBarChart/HorizontalBarChart.types.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChart/index.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.js +1 -1
- package/lib-commonjs/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.raw.js +134 -0
- package/lib-commonjs/components/HorizontalBarChart/useHorizontalBarChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js +18 -5
- package/lib-commonjs/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChartWithAxis/HorizontalBarChartWithAxis.types.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChartWithAxis/index.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChartWithAxis/useHorizontalBarChartWithAxisStyles.styles.js +1 -1
- package/lib-commonjs/components/HorizontalBarChartWithAxis/useHorizontalBarChartWithAxisStyles.styles.js.map +1 -1
- package/lib-commonjs/components/HorizontalBarChartWithAxis/useHorizontalBarChartWithAxisStyles.styles.raw.js +55 -0
- package/lib-commonjs/components/HorizontalBarChartWithAxis/useHorizontalBarChartWithAxisStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/Legends/Legends.js +28 -10
- package/lib-commonjs/components/Legends/Legends.js.map +1 -1
- package/lib-commonjs/components/Legends/Legends.types.js.map +1 -1
- package/lib-commonjs/components/Legends/OverflowMenu.js.map +1 -1
- package/lib-commonjs/components/Legends/index.js.map +1 -1
- package/lib-commonjs/components/Legends/shape.js +2 -2
- package/lib-commonjs/components/Legends/shape.js.map +1 -1
- package/lib-commonjs/components/Legends/useLegendsStyles.styles.js +101 -28
- package/lib-commonjs/components/Legends/useLegendsStyles.styles.js.map +1 -1
- package/lib-commonjs/components/Legends/useLegendsStyles.styles.raw.js +174 -0
- package/lib-commonjs/components/Legends/useLegendsStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/LineChart/LineChart.js +23 -9
- package/lib-commonjs/components/LineChart/LineChart.js.map +1 -1
- package/lib-commonjs/components/LineChart/LineChart.types.js.map +1 -1
- package/lib-commonjs/components/LineChart/eventAnnotation/EventAnnotation.js.map +1 -1
- package/lib-commonjs/components/LineChart/eventAnnotation/LabelLink.js.map +1 -1
- package/lib-commonjs/components/LineChart/eventAnnotation/Textbox.js +2 -1
- package/lib-commonjs/components/LineChart/eventAnnotation/Textbox.js.map +1 -1
- package/lib-commonjs/components/LineChart/index.js.map +1 -1
- package/lib-commonjs/components/LineChart/useLineChartStyles.styles.js +1 -1
- package/lib-commonjs/components/LineChart/useLineChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/LineChart/useLineChartStyles.styles.raw.js +66 -0
- package/lib-commonjs/components/LineChart/useLineChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/ResponsiveContainer/ResponsiveContainer.js.map +1 -1
- package/lib-commonjs/components/ResponsiveContainer/ResponsiveContainer.types.js.map +1 -1
- package/lib-commonjs/components/ResponsiveContainer/index.js.map +1 -1
- package/lib-commonjs/components/ResponsiveContainer/useResponsiveChildStyles.styles.js +1 -1
- package/lib-commonjs/components/ResponsiveContainer/useResponsiveChildStyles.styles.js.map +1 -1
- package/lib-commonjs/components/ResponsiveContainer/useResponsiveChildStyles.styles.raw.js +46 -0
- package/lib-commonjs/components/ResponsiveContainer/useResponsiveChildStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/ResponsiveContainer/withResponsiveContainer.js.map +1 -1
- package/lib-commonjs/components/SankeyChart/SankeyChart.js +5 -1
- package/lib-commonjs/components/SankeyChart/SankeyChart.js.map +1 -1
- package/lib-commonjs/components/SankeyChart/SankeyChart.types.js.map +1 -1
- package/lib-commonjs/components/SankeyChart/index.js.map +1 -1
- package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.js +1 -1
- package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.raw.js +95 -0
- package/lib-commonjs/components/SankeyChart/useSankeyChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/ScatterChart/ScatterChart.js +18 -4
- package/lib-commonjs/components/ScatterChart/ScatterChart.js.map +1 -1
- package/lib-commonjs/components/ScatterChart/ScatterChart.types.js.map +1 -1
- package/lib-commonjs/components/ScatterChart/index.js.map +1 -1
- package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.js +1 -1
- package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.raw.js +57 -0
- package/lib-commonjs/components/ScatterChart/useScatterChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/Sparkline/Sparkline.js.map +1 -1
- package/lib-commonjs/components/Sparkline/Sparkline.types.js.map +1 -1
- package/lib-commonjs/components/Sparkline/index.js.map +1 -1
- package/lib-commonjs/components/Sparkline/useSparklineStyles.styles.js +1 -1
- package/lib-commonjs/components/Sparkline/useSparklineStyles.styles.js.map +1 -1
- package/lib-commonjs/components/Sparkline/useSparklineStyles.styles.raw.js +44 -0
- package/lib-commonjs/components/Sparkline/useSparklineStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/VerticalBarChart/VerticalBarChart.js +71 -31
- package/lib-commonjs/components/VerticalBarChart/VerticalBarChart.js.map +1 -1
- package/lib-commonjs/components/VerticalBarChart/VerticalBarChart.types.js.map +1 -1
- package/lib-commonjs/components/VerticalBarChart/index.js.map +1 -1
- package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.js +1 -1
- package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.raw.js +74 -0
- package/lib-commonjs/components/VerticalBarChart/useVerticalBarChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.js +26 -12
- package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.js.map +1 -1
- package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.types.js.map +1 -1
- package/lib-commonjs/components/VerticalStackedBarChart/index.js.map +1 -1
- package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js +1 -1
- package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.js.map +1 -1
- package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.raw.js +67 -0
- package/lib-commonjs/components/VerticalStackedBarChart/useVerticalStackedBarChartStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/index.js +2 -0
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/types/DataPoint.js +3 -1
- package/lib-commonjs/types/DataPoint.js.map +1 -1
- package/lib-commonjs/types/EventAnnotation.js.map +1 -1
- package/lib-commonjs/types/LegendDataItem.js.map +1 -1
- package/lib-commonjs/types/index.js.map +1 -1
- package/lib-commonjs/utilities/FocusableTooltipText.js.map +1 -1
- package/lib-commonjs/utilities/KeyCodes.js.map +1 -1
- package/lib-commonjs/utilities/SVGTooltipText.js +2 -0
- package/lib-commonjs/utilities/SVGTooltipText.js.map +1 -1
- package/lib-commonjs/utilities/async-utils.js.map +1 -1
- package/lib-commonjs/utilities/colors.js +18 -0
- package/lib-commonjs/utilities/colors.js.map +1 -1
- package/lib-commonjs/utilities/getWindow.js.map +1 -1
- package/lib-commonjs/utilities/image-export-utils.js +274 -0
- package/lib-commonjs/utilities/image-export-utils.js.map +1 -0
- package/lib-commonjs/utilities/index.js.map +1 -1
- package/lib-commonjs/utilities/overflow-utils.js.map +1 -1
- package/lib-commonjs/utilities/string.js.map +1 -1
- package/lib-commonjs/utilities/test-data.js +245 -0
- package/lib-commonjs/utilities/test-data.js.map +1 -1
- package/lib-commonjs/utilities/utilities.js +142 -22
- package/lib-commonjs/utilities/utilities.js.map +1 -1
- package/lib-commonjs/utilities/vbc-utils.js +2 -2
- package/lib-commonjs/utilities/vbc-utils.js.map +1 -1
- package/package.json +12 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,57 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-charts
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 30 Jul 2025 08:41:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts_v9.2.0)
|
|
8
|
+
|
|
9
|
+
Wed, 30 Jul 2025 08:41:04 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts_v9.1.10..@fluentui/react-charts_v9.2.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- feat: enable griffel raw styles ([PR #34912](https://github.com/microsoft/fluentui/pull/34912) by martinhochel@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-button to v9.6.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
16
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.4 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
17
|
+
- Bump @fluentui/react-overflow to v9.5.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
18
|
+
- Bump @fluentui/react-popover to v9.12.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
19
|
+
- Bump @fluentui/react-shared-contexts to v9.24.1 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
20
|
+
- Bump @fluentui/react-tabster to v9.26.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
21
|
+
- Bump @fluentui/react-theme to v9.2.0 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
22
|
+
- Bump @fluentui/react-tooltip to v9.8.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
23
|
+
- Bump @fluentui/react-utilities to v9.23.1 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- Adding a variation of horizontal stacked bar chart with inline legends that accept optiona annotation JSX from client to be displayed next the legend items. Also an option to hide the hover callout card. ([PR #34895](https://github.com/microsoft/fluentui/pull/34895) by aknowles@microsoft.com)
|
|
28
|
+
- support image export in v9 charts ([PR #34929](https://github.com/microsoft/fluentui/pull/34929) by anushgupta@microsoft.com)
|
|
29
|
+
- add histogram mode to vbc ([PR #34930](https://github.com/microsoft/fluentui/pull/34930) by anushgupta@microsoft.com)
|
|
30
|
+
- add support for scatter polar trace type ([PR #34933](https://github.com/microsoft/fluentui/pull/34933) by anushgupta@microsoft.com)
|
|
31
|
+
- GVBC FIX ([PR #34932](https://github.com/microsoft/fluentui/pull/34932) by anushgupta@microsoft.com)
|
|
32
|
+
|
|
33
|
+
## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts_v9.1.10)
|
|
34
|
+
|
|
35
|
+
Mon, 28 Jul 2025 18:48:17 GMT
|
|
36
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts_v9.1.9..@fluentui/react-charts_v9.1.10)
|
|
37
|
+
|
|
38
|
+
### Patches
|
|
39
|
+
|
|
40
|
+
- fix callout position issues ([PR #34868](https://github.com/microsoft/fluentui/pull/34868) by anushgupta@microsoft.com)
|
|
41
|
+
- mitigate xss vulnerabilities ([PR #34920](https://github.com/microsoft/fluentui/pull/34920) by anushgupta@microsoft.com)
|
|
42
|
+
- Add Gantt chart in v9 ([PR #34909](https://github.com/microsoft/fluentui/pull/34909) by anushgupta@microsoft.com)
|
|
43
|
+
- funnel chart in v9 ([PR #34866](https://github.com/microsoft/fluentui/pull/34866) by anushgupta@microsoft.com)
|
|
44
|
+
- Bump @fluentui/react-button to v9.6.1 ([PR #34918](https://github.com/microsoft/fluentui/pull/34918) by beachball)
|
|
45
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.3 ([PR #34918](https://github.com/microsoft/fluentui/pull/34918) by beachball)
|
|
46
|
+
- Bump @fluentui/react-overflow to v9.5.1 ([PR #34918](https://github.com/microsoft/fluentui/pull/34918) by beachball)
|
|
47
|
+
- Bump @fluentui/react-popover to v9.12.1 ([PR #34918](https://github.com/microsoft/fluentui/pull/34918) by beachball)
|
|
48
|
+
- Bump @fluentui/react-tabster to v9.26.1 ([PR #34918](https://github.com/microsoft/fluentui/pull/34918) by beachball)
|
|
49
|
+
- Bump @fluentui/react-tooltip to v9.8.1 ([PR #34918](https://github.com/microsoft/fluentui/pull/34918) by beachball)
|
|
50
|
+
- Bump @fluentui/react-utilities to v9.23.0 ([PR #34918](https://github.com/microsoft/fluentui/pull/34918) by beachball)
|
|
51
|
+
|
|
7
52
|
## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts_v9.1.9)
|
|
8
53
|
|
|
9
|
-
Thu, 17 Jul 2025 13:
|
|
54
|
+
Thu, 17 Jul 2025 13:49:52 GMT
|
|
10
55
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts_v9.1.8..@fluentui/react-charts_v9.1.9)
|
|
11
56
|
|
|
12
57
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -107,6 +107,25 @@ export declare interface AreaChartStyleProps extends CartesianChartStyleProps {
|
|
|
107
107
|
export declare interface AreaChartStyles extends CartesianChartStyles {
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
/**
|
|
111
|
+
* Specifies the ordering options for axis categories in Cartesian charts.
|
|
112
|
+
*
|
|
113
|
+
* - `'default'`: Uses the original order before custom ordering was supported.
|
|
114
|
+
* In some charts, this behaves the same as `'data'`.
|
|
115
|
+
* - `'data'`: Preserves the order of categories as provided in the input data.
|
|
116
|
+
* - `string[]`: Explicitly defines the custom order of categories as an array of category names.
|
|
117
|
+
* - `'category ascending' | 'category descending'`: Orders categories alphanumerically.
|
|
118
|
+
* - `'total ascending' | 'total descending'`: Orders categories by the total of their associated values.
|
|
119
|
+
* - `'min ascending' | 'min descending'`: Orders by the minimum value within each category.
|
|
120
|
+
* - `'max ascending' | 'max descending'`: Orders by the maximum value within each category.
|
|
121
|
+
* - `'sum ascending' | 'sum descending'`: Orders by the sum of values for each category (same as 'total').
|
|
122
|
+
* - `'mean ascending' | 'mean descending'`: Orders by the average of values in each category.
|
|
123
|
+
* - `'median ascending' | 'median descending'`: Orders by the median value of each category.
|
|
124
|
+
*
|
|
125
|
+
* {@docCategory CartesianChart}
|
|
126
|
+
*/
|
|
127
|
+
export declare type AxisCategoryOrder = 'default' | 'data' | string[] | 'category ascending' | 'category descending' | 'total ascending' | 'total descending' | 'min ascending' | 'min descending' | 'max ascending' | 'max descending' | 'sum ascending' | 'sum descending' | 'mean ascending' | 'mean descending' | 'median ascending' | 'median descending';
|
|
128
|
+
|
|
110
129
|
/**
|
|
111
130
|
* {@docCategory ChartData}
|
|
112
131
|
*/
|
|
@@ -405,6 +424,28 @@ export declare interface CartesianChartProps {
|
|
|
405
424
|
* the public methods and properties of the component.
|
|
406
425
|
*/
|
|
407
426
|
componentRef?: React_2.RefObject<Chart>;
|
|
427
|
+
/**
|
|
428
|
+
* Prop to set the x axis annotation. Used to display additional information on the x-axis.
|
|
429
|
+
* This is shown on the top of the chart.
|
|
430
|
+
* @default undefined
|
|
431
|
+
*/
|
|
432
|
+
xAxisAnnotation?: string;
|
|
433
|
+
/**
|
|
434
|
+
* Prop to set the y axis annotation. Used to display additional information on the y-axis.
|
|
435
|
+
* This is shown on the right side of the chart. Not shown if secondary y-axis is enabled.
|
|
436
|
+
* @default undefined
|
|
437
|
+
*/
|
|
438
|
+
yAxisAnnotation?: string;
|
|
439
|
+
/**
|
|
440
|
+
* Specifies the ordering logic for categories (or string tick labels) on the x-axis.
|
|
441
|
+
* @default 'default'
|
|
442
|
+
*/
|
|
443
|
+
xAxisCategoryOrder?: AxisCategoryOrder;
|
|
444
|
+
/**
|
|
445
|
+
* Specifies the ordering logic for categories (or string tick labels) on the y-axis.
|
|
446
|
+
* @default 'default'
|
|
447
|
+
*/
|
|
448
|
+
yAxisCategoryOrder?: AxisCategoryOrder;
|
|
408
449
|
}
|
|
409
450
|
|
|
410
451
|
/**
|
|
@@ -523,6 +564,7 @@ export declare interface CartesianChartStyles {
|
|
|
523
564
|
*/
|
|
524
565
|
export declare interface Chart {
|
|
525
566
|
chartContainer: HTMLElement | null;
|
|
567
|
+
toImage?: (opts?: ImageExportOptions) => Promise<string>;
|
|
526
568
|
}
|
|
527
569
|
|
|
528
570
|
/**
|
|
@@ -530,9 +572,10 @@ export declare interface Chart {
|
|
|
530
572
|
* default: show the datapoint.x value
|
|
531
573
|
* fraction: show the fraction of datapoint.x/datapoint.y
|
|
532
574
|
* percentage: show the percentage of (datapoint.x/datapoint.y)%
|
|
575
|
+
* hidden: do not show any data text
|
|
533
576
|
* {@docCategory HorizontalBarChart}
|
|
534
577
|
*/
|
|
535
|
-
export declare type ChartDataMode = 'default' | 'fraction' | 'percentage';
|
|
578
|
+
export declare type ChartDataMode = 'default' | 'fraction' | 'percentage' | 'hidden';
|
|
536
579
|
|
|
537
580
|
/**
|
|
538
581
|
* {@docCategory ChartData}
|
|
@@ -564,7 +607,7 @@ export declare interface ChartDataPoint {
|
|
|
564
607
|
placeHolder?: boolean;
|
|
565
608
|
/**
|
|
566
609
|
* Callout data for x axis
|
|
567
|
-
* This is an optional prop, If haven
|
|
610
|
+
* This is an optional prop, If haven't given legend will take
|
|
568
611
|
*/
|
|
569
612
|
xAxisCalloutData?: string;
|
|
570
613
|
/**
|
|
@@ -656,7 +699,8 @@ declare enum ChartTypes {
|
|
|
656
699
|
GroupedVerticalBarChart = 4,
|
|
657
700
|
HeatMapChart = 5,
|
|
658
701
|
HorizontalBarChartWithAxis = 6,
|
|
659
|
-
ScatterChart = 7
|
|
702
|
+
ScatterChart = 7,
|
|
703
|
+
GanttChart = 8
|
|
660
704
|
}
|
|
661
705
|
|
|
662
706
|
export declare interface ChildProps {
|
|
@@ -967,6 +1011,261 @@ export declare interface ExtendedSegment extends GaugeChartSegment {
|
|
|
967
1011
|
end: number;
|
|
968
1012
|
}
|
|
969
1013
|
|
|
1014
|
+
export declare const FunnelChart: React_2.FunctionComponent<FunnelChartProps>;
|
|
1015
|
+
|
|
1016
|
+
/**
|
|
1017
|
+
* Data point for funnel chart
|
|
1018
|
+
* {@docCategory FunnelChart}
|
|
1019
|
+
*/
|
|
1020
|
+
export declare interface FunnelChartDataPoint {
|
|
1021
|
+
/**
|
|
1022
|
+
* Stage name or identifier
|
|
1023
|
+
*/
|
|
1024
|
+
stage: string | number;
|
|
1025
|
+
/**
|
|
1026
|
+
* Sub-values for stacked funnel charts
|
|
1027
|
+
* Each sub-value represents a category within the stage
|
|
1028
|
+
*/
|
|
1029
|
+
subValues?: Array<{
|
|
1030
|
+
category: string;
|
|
1031
|
+
value: number;
|
|
1032
|
+
color: string;
|
|
1033
|
+
}>;
|
|
1034
|
+
/**
|
|
1035
|
+
* Value for the stage (used for non-stacked funnel charts)
|
|
1036
|
+
*/
|
|
1037
|
+
value?: number;
|
|
1038
|
+
/**
|
|
1039
|
+
* Color for the stage (used for non-stacked funnel charts)
|
|
1040
|
+
*/
|
|
1041
|
+
color?: string;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
/**
|
|
1045
|
+
* Funnel Chart component props
|
|
1046
|
+
* {@docCategory FunnelChart}
|
|
1047
|
+
*/
|
|
1048
|
+
export declare interface FunnelChartProps {
|
|
1049
|
+
/**
|
|
1050
|
+
* Data points for the funnel chart
|
|
1051
|
+
*/
|
|
1052
|
+
data: FunnelChartDataPoint[];
|
|
1053
|
+
/**
|
|
1054
|
+
* Title for the chart
|
|
1055
|
+
*/
|
|
1056
|
+
chartTitle?: string;
|
|
1057
|
+
/**
|
|
1058
|
+
* Width of the chart
|
|
1059
|
+
*/
|
|
1060
|
+
width?: number;
|
|
1061
|
+
/**
|
|
1062
|
+
* Height of the chart
|
|
1063
|
+
*/
|
|
1064
|
+
height?: number;
|
|
1065
|
+
/**
|
|
1066
|
+
* Decides whether to show/hide legends
|
|
1067
|
+
* @defaultvalue false
|
|
1068
|
+
*/
|
|
1069
|
+
hideLegend?: boolean;
|
|
1070
|
+
/**
|
|
1071
|
+
* Props for the legends in the chart
|
|
1072
|
+
*/
|
|
1073
|
+
legendProps?: Partial<LegendsProps>;
|
|
1074
|
+
/**
|
|
1075
|
+
* Props for the callout in the chart
|
|
1076
|
+
*/
|
|
1077
|
+
calloutProps?: ChartPopoverProps;
|
|
1078
|
+
/**
|
|
1079
|
+
* Call to provide customized styling that will layer on top of the variant rules
|
|
1080
|
+
*/
|
|
1081
|
+
styles?: FunnelChartStyles;
|
|
1082
|
+
/**
|
|
1083
|
+
* Defines the culture to localize the numbers and dates
|
|
1084
|
+
*/
|
|
1085
|
+
culture?: string;
|
|
1086
|
+
/**
|
|
1087
|
+
* Reference to the chart component
|
|
1088
|
+
*/
|
|
1089
|
+
componentRef?: React_2.RefObject<any>;
|
|
1090
|
+
/**
|
|
1091
|
+
* Additional CSS class(es) to apply to the chart
|
|
1092
|
+
*/
|
|
1093
|
+
className?: string;
|
|
1094
|
+
/**
|
|
1095
|
+
* Orientation of the funnel chart
|
|
1096
|
+
* @defaultvalue 'horizontal'
|
|
1097
|
+
*/
|
|
1098
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
/**
|
|
1102
|
+
* Funnel Chart style properties
|
|
1103
|
+
* {@docCategory FunnelChart}
|
|
1104
|
+
*/
|
|
1105
|
+
export declare interface FunnelChartStyleProps {
|
|
1106
|
+
/**
|
|
1107
|
+
* Additional CSS class(es) to apply to the chart
|
|
1108
|
+
*/
|
|
1109
|
+
className?: string;
|
|
1110
|
+
/**
|
|
1111
|
+
* Width of the chart
|
|
1112
|
+
*/
|
|
1113
|
+
chartWidth: number;
|
|
1114
|
+
/**
|
|
1115
|
+
* Height of the chart
|
|
1116
|
+
*/
|
|
1117
|
+
chartHeight: number;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
/**
|
|
1121
|
+
* Funnel Chart styles
|
|
1122
|
+
* {@docCategory FunnelChart}
|
|
1123
|
+
*/
|
|
1124
|
+
export declare interface FunnelChartStyles {
|
|
1125
|
+
/**
|
|
1126
|
+
* Styles for the root element
|
|
1127
|
+
*/
|
|
1128
|
+
root?: string;
|
|
1129
|
+
/**
|
|
1130
|
+
* Styles for the chart
|
|
1131
|
+
*/
|
|
1132
|
+
chart?: string;
|
|
1133
|
+
/**
|
|
1134
|
+
* Styles for text elements
|
|
1135
|
+
*/
|
|
1136
|
+
text?: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* Styles for the callout root element
|
|
1139
|
+
*/
|
|
1140
|
+
calloutContentRoot?: string;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
export declare const GanttChart: React_2.FunctionComponent<GanttChartProps>;
|
|
1144
|
+
|
|
1145
|
+
/**
|
|
1146
|
+
* {@docCategory IChartData}
|
|
1147
|
+
*/
|
|
1148
|
+
export declare interface GanttChartDataPoint {
|
|
1149
|
+
/**
|
|
1150
|
+
* Dependent value of the data point, rendered along the x-axis.
|
|
1151
|
+
*/
|
|
1152
|
+
x: {
|
|
1153
|
+
start: Date | number;
|
|
1154
|
+
end: Date | number;
|
|
1155
|
+
};
|
|
1156
|
+
/**
|
|
1157
|
+
* Independent value of the data point, rendered along the y-axis.
|
|
1158
|
+
* If y is a number, then each y-coordinate is plotted at its y-coordinate.
|
|
1159
|
+
* If y is a string, then the data is evenly spaced along the y-axis.
|
|
1160
|
+
*/
|
|
1161
|
+
y: number | string;
|
|
1162
|
+
/**
|
|
1163
|
+
* Legend text for the datapoint in the chart
|
|
1164
|
+
*/
|
|
1165
|
+
legend?: string;
|
|
1166
|
+
/**
|
|
1167
|
+
* color for the legend in the chart
|
|
1168
|
+
*/
|
|
1169
|
+
color?: string;
|
|
1170
|
+
/**
|
|
1171
|
+
* Gradient for the legend in the chart. If not provided, it will fallback on the default color palette.
|
|
1172
|
+
* If provided, it will override the color prop. granted `enableGradient` is set to true for the chart.
|
|
1173
|
+
*/
|
|
1174
|
+
gradient?: [string, string];
|
|
1175
|
+
/**
|
|
1176
|
+
* Callout data for x axis
|
|
1177
|
+
* This is an optional prop, If haven't given legend will take
|
|
1178
|
+
*/
|
|
1179
|
+
xAxisCalloutData?: string;
|
|
1180
|
+
/**
|
|
1181
|
+
* Callout data for y axis
|
|
1182
|
+
* This is an optional prop, If haven't given data will take
|
|
1183
|
+
*/
|
|
1184
|
+
yAxisCalloutData?: string;
|
|
1185
|
+
/**
|
|
1186
|
+
* onClick action for each datapoint in the chart
|
|
1187
|
+
*/
|
|
1188
|
+
onClick?: VoidFunction;
|
|
1189
|
+
/**
|
|
1190
|
+
* Accessibility data for callout
|
|
1191
|
+
*/
|
|
1192
|
+
callOutAccessibilityData?: AccessibilityProps;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
/**
|
|
1196
|
+
* Gantt Chart properties
|
|
1197
|
+
* {@docCategory GanttChart}
|
|
1198
|
+
*/
|
|
1199
|
+
export declare interface GanttChartProps extends CartesianChartProps {
|
|
1200
|
+
/**
|
|
1201
|
+
* An array of data points to be rendered in the chart.
|
|
1202
|
+
*/
|
|
1203
|
+
data?: GanttChartDataPoint[];
|
|
1204
|
+
/**
|
|
1205
|
+
* Callback function to render a custom callout for each data point.
|
|
1206
|
+
*/
|
|
1207
|
+
onRenderCalloutPerDataPoint?: RenderFunction<GanttChartDataPoint>;
|
|
1208
|
+
/**
|
|
1209
|
+
* Height of each bar, in pixels.
|
|
1210
|
+
*/
|
|
1211
|
+
barHeight?: number;
|
|
1212
|
+
/**
|
|
1213
|
+
* Title of the chart.
|
|
1214
|
+
*/
|
|
1215
|
+
chartTitle?: string;
|
|
1216
|
+
/**
|
|
1217
|
+
* Locale identifier string used to format numbers and dates according to the specified culture.
|
|
1218
|
+
* Example: 'en-US', 'fr-FR'.
|
|
1219
|
+
*/
|
|
1220
|
+
culture?: string;
|
|
1221
|
+
/**
|
|
1222
|
+
* Padding between bars as a fraction of the [step](https://d3js.org/d3-scale/band#band_step).
|
|
1223
|
+
* Takes a number in the range [0, 1].
|
|
1224
|
+
* @default 1/2
|
|
1225
|
+
*/
|
|
1226
|
+
yAxisPadding?: number;
|
|
1227
|
+
/**
|
|
1228
|
+
* If true, truncates y-axis tick labels longer than `noOfCharsToTruncate` with ellipses
|
|
1229
|
+
* and displays them in a tooltip on hover.
|
|
1230
|
+
* @default false
|
|
1231
|
+
*/
|
|
1232
|
+
showYAxisLablesTooltip?: boolean;
|
|
1233
|
+
/**
|
|
1234
|
+
* If true, renders full y-axis tick labels without truncation.
|
|
1235
|
+
* @default false
|
|
1236
|
+
*/
|
|
1237
|
+
showYAxisLables?: boolean;
|
|
1238
|
+
/**
|
|
1239
|
+
* If true, enables gradient fills for the bars.
|
|
1240
|
+
* @default false
|
|
1241
|
+
*/
|
|
1242
|
+
enableGradient?: boolean;
|
|
1243
|
+
/**
|
|
1244
|
+
* If true, applies rounded corners to the bars.
|
|
1245
|
+
* @default false
|
|
1246
|
+
*/
|
|
1247
|
+
roundCorners?: boolean;
|
|
1248
|
+
/**
|
|
1249
|
+
* Maximum height of each bar, in pixels.
|
|
1250
|
+
* @default 24
|
|
1251
|
+
*/
|
|
1252
|
+
maxBarHeight?: number;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
/**
|
|
1256
|
+
* Gantt Chart style properties
|
|
1257
|
+
* {@docCategory GanttChart}
|
|
1258
|
+
*/
|
|
1259
|
+
export declare interface GanttChartStyleProps extends CartesianChartStyleProps {
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
/**
|
|
1263
|
+
* Gantt Chart styles
|
|
1264
|
+
* {@docCategory GanttChart}
|
|
1265
|
+
*/
|
|
1266
|
+
export declare interface GanttChartStyles extends CartesianChartStyles {
|
|
1267
|
+
}
|
|
1268
|
+
|
|
970
1269
|
export declare const GaugeChart: React_2.FunctionComponent<GaugeChartProps>;
|
|
971
1270
|
|
|
972
1271
|
/**
|
|
@@ -1192,6 +1491,10 @@ export declare const getColorContrast: (c1: string, c2: string) => number;
|
|
|
1192
1491
|
|
|
1193
1492
|
export declare const getColorFromToken: (token: string, isDarkTheme?: boolean) => string;
|
|
1194
1493
|
|
|
1494
|
+
export declare function getContrastTextColor(backgroundColor: string, isDarkTheme?: boolean): string;
|
|
1495
|
+
|
|
1496
|
+
export declare const getInvertedTextColor: (color: string, isDarkTheme?: boolean) => string;
|
|
1497
|
+
|
|
1195
1498
|
export declare const getNextColor: (index: number, offset?: number, isDarkTheme?: boolean) => string;
|
|
1196
1499
|
|
|
1197
1500
|
export declare const getSegmentLabel: (segment: ExtendedSegment, minValue: number, maxValue: number, variant?: GaugeChartVariant, isAriaLabel?: boolean) => string;
|
|
@@ -1338,7 +1641,7 @@ export declare interface GVBarChartSeriesPoint {
|
|
|
1338
1641
|
legend: string;
|
|
1339
1642
|
/**
|
|
1340
1643
|
* Callout data for x axis
|
|
1341
|
-
* This is an optional prop, If haven
|
|
1644
|
+
* This is an optional prop, If haven't given legend will take
|
|
1342
1645
|
*/
|
|
1343
1646
|
xAxisCalloutData?: string;
|
|
1344
1647
|
/**
|
|
@@ -1641,6 +1944,11 @@ export declare interface HorizontalBarChartProps extends React_2.RefAttributes<H
|
|
|
1641
1944
|
* Define a custom callout props override
|
|
1642
1945
|
*/
|
|
1643
1946
|
calloutPropsPerDataPoint?: (dataPointCalloutProps: ChartDataPoint) => ChartPopoverProps;
|
|
1947
|
+
/**
|
|
1948
|
+
* When true, chart will display legends even if a bar ( row ) has only one data point.
|
|
1949
|
+
* @default false
|
|
1950
|
+
*/
|
|
1951
|
+
showLegendForSinglePointBar?: boolean;
|
|
1644
1952
|
}
|
|
1645
1953
|
|
|
1646
1954
|
/**
|
|
@@ -1736,7 +2044,7 @@ export declare interface HorizontalBarChartWithAxisDataPoint {
|
|
|
1736
2044
|
color?: string;
|
|
1737
2045
|
/**
|
|
1738
2046
|
* Callout data for x axis
|
|
1739
|
-
* This is an optional prop, If haven
|
|
2047
|
+
* This is an optional prop, If haven't given legend will take
|
|
1740
2048
|
*/
|
|
1741
2049
|
xAxisCalloutData?: string;
|
|
1742
2050
|
/**
|
|
@@ -1911,7 +2219,7 @@ declare interface IDomainNRange {
|
|
|
1911
2219
|
}
|
|
1912
2220
|
|
|
1913
2221
|
/**
|
|
1914
|
-
* {@docCategory
|
|
2222
|
+
* {@docCategory Chart}
|
|
1915
2223
|
*/
|
|
1916
2224
|
export declare interface ImageExportOptions {
|
|
1917
2225
|
width?: number;
|
|
@@ -2006,6 +2314,21 @@ export declare interface Legend {
|
|
|
2006
2314
|
*/
|
|
2007
2315
|
isLineLegendInBarChart?: boolean;
|
|
2008
2316
|
nativeButtonProps?: React_2.ButtonHTMLAttributes<HTMLButtonElement>;
|
|
2317
|
+
/**
|
|
2318
|
+
* The annotation for the legend, function returning a React node
|
|
2319
|
+
*/
|
|
2320
|
+
legendAnnotation?: () => React_2.ReactNode;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
/**
|
|
2324
|
+
* {@docCategory Legends}
|
|
2325
|
+
*/
|
|
2326
|
+
export declare interface LegendContainer {
|
|
2327
|
+
toSVG: (svgWidth: number, isRTL?: boolean) => {
|
|
2328
|
+
node: SVGGElement | null;
|
|
2329
|
+
width: number;
|
|
2330
|
+
height: number;
|
|
2331
|
+
};
|
|
2009
2332
|
}
|
|
2010
2333
|
|
|
2011
2334
|
export declare interface LegendDataItem {
|
|
@@ -2132,6 +2455,10 @@ export declare interface LegendsProps {
|
|
|
2132
2455
|
* The shape for the legend.
|
|
2133
2456
|
*/
|
|
2134
2457
|
shape?: LegendShape;
|
|
2458
|
+
/**
|
|
2459
|
+
* Callback to access the public methods and properties of the component.
|
|
2460
|
+
*/
|
|
2461
|
+
legendRef?: React_2.RefObject<LegendContainer>;
|
|
2135
2462
|
}
|
|
2136
2463
|
|
|
2137
2464
|
/**
|
|
@@ -2172,6 +2499,11 @@ export declare interface LegendsStyles {
|
|
|
2172
2499
|
* Style for the area that is resizable
|
|
2173
2500
|
*/
|
|
2174
2501
|
resizableArea?: string;
|
|
2502
|
+
legendContainer?: string;
|
|
2503
|
+
/**
|
|
2504
|
+
* Style for the annotation that is used in the legend
|
|
2505
|
+
*/
|
|
2506
|
+
annotation?: string;
|
|
2175
2507
|
}
|
|
2176
2508
|
|
|
2177
2509
|
export declare interface LegendState {
|
|
@@ -2578,7 +2910,7 @@ export declare interface ModifiedCartesianChartProps extends CartesianChartProps
|
|
|
2578
2910
|
/**
|
|
2579
2911
|
* Get the min and max values of the y-axis
|
|
2580
2912
|
*/
|
|
2581
|
-
getMinMaxOfYAxis: (points: LineChartPoints[] | HorizontalBarChartWithAxisDataPoint[] | VerticalBarChartDataPoint[] | DataPoint[] | ScatterChartDataPoint[], yAxisType: YAxisType | undefined, useSecondaryYScale?: boolean) => {
|
|
2913
|
+
getMinMaxOfYAxis: (points: LineChartPoints[] | HorizontalBarChartWithAxisDataPoint[] | VerticalBarChartDataPoint[] | DataPoint[] | ScatterChartDataPoint[] | GanttChartDataPoint[], yAxisType: YAxisType | undefined, useSecondaryYScale?: boolean) => {
|
|
2582
2914
|
startValue: number;
|
|
2583
2915
|
endValue: number;
|
|
2584
2916
|
};
|
|
@@ -2589,11 +2921,16 @@ export declare interface ModifiedCartesianChartProps extends CartesianChartProps
|
|
|
2589
2921
|
/**
|
|
2590
2922
|
* Get the domain and range values
|
|
2591
2923
|
*/
|
|
2592
|
-
getDomainNRangeValues: (points: LineChartPoints[] | VerticalBarChartDataPoint[] | VerticalStackedBarDataPoint[] | HorizontalBarChartWithAxisDataPoint[] | GroupedVerticalBarChartData[] | HeatMapChartDataPoint[], margins: Margins, width: number, chartType: ChartTypes, isRTL: boolean, xAxisType: XAxisTypes, barWidth: number, tickValues: Date[] | number[] | string[] | undefined, shiftX: number) => IDomainNRange;
|
|
2924
|
+
getDomainNRangeValues: (points: LineChartPoints[] | VerticalBarChartDataPoint[] | VerticalStackedBarDataPoint[] | HorizontalBarChartWithAxisDataPoint[] | GroupedVerticalBarChartData[] | HeatMapChartDataPoint[] | GanttChartDataPoint[], margins: Margins, width: number, chartType: ChartTypes, isRTL: boolean, xAxisType: XAxisTypes, barWidth: number, tickValues: Date[] | number[] | string[] | undefined, shiftX: number) => IDomainNRange;
|
|
2593
2925
|
/**
|
|
2594
2926
|
* Create the string y-axis
|
|
2595
2927
|
*/
|
|
2596
2928
|
createStringYAxis: (yAxisParams: IYAxisParams, dataPoints: string[], isRtl: boolean, barWidth: number | undefined, chartType?: ChartTypes) => ScaleBand<string>;
|
|
2929
|
+
/**
|
|
2930
|
+
* Controls whether the numeric x-axis domain should be extended to start and end at nice rounded values.
|
|
2931
|
+
* @default true
|
|
2932
|
+
*/
|
|
2933
|
+
showRoundOffXTickValues?: boolean;
|
|
2597
2934
|
}
|
|
2598
2935
|
|
|
2599
2936
|
declare type NodesInColumns = {
|
|
@@ -3113,7 +3450,7 @@ export declare interface VerticalBarChartDataPoint {
|
|
|
3113
3450
|
color?: string;
|
|
3114
3451
|
/**
|
|
3115
3452
|
* Callout data for x axis
|
|
3116
|
-
* This is an optional prop, If haven
|
|
3453
|
+
* This is an optional prop, If haven't given legend will take
|
|
3117
3454
|
*/
|
|
3118
3455
|
xAxisCalloutData?: string;
|
|
3119
3456
|
/**
|
|
@@ -3230,7 +3567,7 @@ export declare interface VerticalBarChartProps extends CartesianChartProps {
|
|
|
3230
3567
|
* Specifies the mode of the chart.
|
|
3231
3568
|
* @default 'default'
|
|
3232
3569
|
*/
|
|
3233
|
-
mode?: 'default' | 'plotly';
|
|
3570
|
+
mode?: 'default' | 'plotly' | 'histogram';
|
|
3234
3571
|
}
|
|
3235
3572
|
|
|
3236
3573
|
/**
|
|
@@ -3460,7 +3797,7 @@ export declare interface VSChartDataPoint {
|
|
|
3460
3797
|
color?: string;
|
|
3461
3798
|
/**
|
|
3462
3799
|
* Callout data for x axis
|
|
3463
|
-
* This is an optional prop, If haven
|
|
3800
|
+
* This is an optional prop, If haven't given legend will take
|
|
3464
3801
|
*/
|
|
3465
3802
|
xAxisCalloutData?: string;
|
|
3466
3803
|
/**
|
package/lib/AreaChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["AreaChart.ts"],"sourcesContent":["export * from './components/AreaChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/AreaChart.ts"],"sourcesContent":["export * from './components/AreaChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,+BAA+B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["CartesianChart.ts"],"sourcesContent":["export * from './components/CommonComponents/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/CartesianChart.ts"],"sourcesContent":["export * from './components/CommonComponents/index';\n"],"names":[],"mappings":"AAAA,cAAc,sCAAsC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["DeclarativeChart.ts"],"sourcesContent":["export * from './components/DeclarativeChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/DeclarativeChart.ts"],"sourcesContent":["export * from './components/DeclarativeChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,sCAAsC"}
|
package/lib/DonutChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["DonutChart.ts"],"sourcesContent":["export * from './components/DonutChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/DonutChart.ts"],"sourcesContent":["export * from './components/DonutChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,gCAAgC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/FunnelChart/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/FunnelChart.ts"],"sourcesContent":["export * from './components/FunnelChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,iCAAiC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/GanttChart/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/GanttChart.ts"],"sourcesContent":["export * from './components/GanttChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,gCAAgC"}
|
package/lib/GaugeChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["GaugeChart.ts"],"sourcesContent":["export * from './components/GaugeChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/GaugeChart.ts"],"sourcesContent":["export * from './components/GaugeChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,gCAAgC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["GroupedVerticalBarChart.ts"],"sourcesContent":["export * from './components/GroupedVerticalBarChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/GroupedVerticalBarChart.ts"],"sourcesContent":["export * from './components/GroupedVerticalBarChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,6CAA6C"}
|
package/lib/HeatMapChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["HeatMapChart.ts"],"sourcesContent":["export * from './components/HeatMapChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/HeatMapChart.ts"],"sourcesContent":["export * from './components/HeatMapChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,kCAAkC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["HorizontalBarChart.ts"],"sourcesContent":["export * from './components/HorizontalBarChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/HorizontalBarChart.ts"],"sourcesContent":["export * from './components/HorizontalBarChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,wCAAwC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["HorizontalBarChartWithAxis.ts"],"sourcesContent":["export * from './components/HorizontalBarChartWithAxis/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/HorizontalBarChartWithAxis.ts"],"sourcesContent":["export * from './components/HorizontalBarChartWithAxis/index';\n"],"names":[],"mappings":"AAAA,cAAc,gDAAgD"}
|
package/lib/Legends.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Legends.ts"],"sourcesContent":["export * from './components/Legends/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/Legends.ts"],"sourcesContent":["export * from './components/Legends/index';\n"],"names":[],"mappings":"AAAA,cAAc,6BAA6B"}
|
package/lib/LineChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["LineChart.ts"],"sourcesContent":["export * from './components/LineChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/LineChart.ts"],"sourcesContent":["export * from './components/LineChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,+BAA+B"}
|
package/lib/Popover.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Popover.ts"],"sourcesContent":["export * from './components/CommonComponents/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/Popover.ts"],"sourcesContent":["export * from './components/CommonComponents/index';\n"],"names":[],"mappings":"AAAA,cAAc,sCAAsC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["ResponsiveContainer.ts"],"sourcesContent":["export * from './components/ResponsiveContainer/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/ResponsiveContainer.ts"],"sourcesContent":["export * from './components/ResponsiveContainer/index';\n"],"names":[],"mappings":"AAAA,cAAc,yCAAyC"}
|
package/lib/SankeyChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["SankeyChart.ts"],"sourcesContent":["export * from './components/SankeyChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/SankeyChart.ts"],"sourcesContent":["export * from './components/SankeyChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,iCAAiC"}
|
package/lib/ScatterChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["ScatterChart.ts"],"sourcesContent":["export * from './components/ScatterChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/ScatterChart.ts"],"sourcesContent":["export * from './components/ScatterChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,kCAAkC"}
|
package/lib/Sparkline.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Sparkline.ts"],"sourcesContent":["export * from './components/Sparkline/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/Sparkline.ts"],"sourcesContent":["export * from './components/Sparkline/index';\n"],"names":[],"mappings":"AAAA,cAAc,+BAA+B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["VerticalBarChart.ts"],"sourcesContent":["export * from './components/VerticalBarChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/VerticalBarChart.ts"],"sourcesContent":["export * from './components/VerticalBarChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,sCAAsC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["VerticalStackedBarChart.ts"],"sourcesContent":["export * from './components/VerticalStackedBarChart/index';\n"],"names":[],"
|
|
1
|
+
{"version":3,"sources":["../src/VerticalStackedBarChart.ts"],"sourcesContent":["export * from './components/VerticalStackedBarChart/index';\n"],"names":[],"mappings":"AAAA,cAAc,6CAA6C"}
|