@@ -287,10 +287,12 @@ The following charts bear these slots:
287287
288288- VueUiAgePyramid
289289- VueUiCandlestick
290+ - VueUiCirclePack
290291- VueUiDonut
291292- VueUiGalaxy
292293- VueUiHeatmap
293294- VueUiHistoryPlot
295+ - VueUiHorizontalBar
294296- VueUiMolecule
295297- VueUiNestedDonuts
296298- VueUiOnion
@@ -304,12 +306,11 @@ The following charts bear these slots:
304306- VueUiStackbar
305307- VueUiStackline
306308- VueUiTreemap
307- - VueUiHorizontalBar
308309- VueUiWordCloud
310+ - VueUiWorld
309311- VueUiXy \*
310312- VueUiXyCanvas
311313- VueUiwaffle
312- - VueUiWorld
313314
314315\* VueUiXy slots specifically expose the following additional attributes:
315316
@@ -451,7 +452,7 @@ From the dataset you pass into the props, this component will produce the most a
451452| ` VueUiCandlestick ` | ` Array<Array<string / number>> ` | ` VueUiCandlestickConfig ` | ` generatePdf ` , ` generateImage ` , ` generateCsv ` , ` toggleTable ` , ` toggleTooltip ` , ` getImage ` | ` #svg ` , ` #legend ` , ` #tooltip-before ` , ` #tooltip-after ` , ` #reset-action ` , ` #watermark ` , ` #chart-background ` | ✅ | ✅ |
452453| ` VueUiChestnut ` | ` VueUiChestnutDatasetRoot[] ` | ` VueUiChestnutConfig ` | ` @selectRoot ` , ` @selectBranch ` , ` @selectNut ` , ` getData ` , ` generatePdf ` , ` generateCsv ` , ` generateImage ` , ` toggleTable ` , ` getImage ` | ` #svg ` , ` #legend ` , ` #watermark ` , ` #chart-background ` | ❌ | ✅ |
453454| ` VueUiChord ` | ` VueUiChordDataset ` | ` VueUiChordConfig ` | ` @selectLegend ` , ` @selectGroup ` , ` @selectRibbon ` , ` getData ` , ` generatePdf ` , ` generateCsv ` , ` generateImage ` , ` toggleTable ` , ` getImage ` | ` #svg ` , ` #legend ` , ` #watermark ` , ` #chart-background ` , ` #pattern ` | ❌ | ✅ |
454- | ` VueUiCirclePack ` | ` VueUiCirclePackDatasetItem[] ` | ` VueUiCirclePackConfig ` | ` @selectDatapoint ` , ` getData ` , ` generatePdf ` , ` generateImage ` , ` generateCsv ` , ` toggleTable ` , ` getImage ` | ` #svg ` , ` #legend ` , ` #watermark ` , ` #chart-background ` , ` #pattern ` , ` #zoom-label ` , ` #data-label ` | ✅ | ✅ |
455+ | ` VueUiCirclePack ` | ` VueUiCirclePackDatasetItem[] ` | ` VueUiCirclePackConfig ` | ` @selectDatapoint ` , ` getData ` , ` generatePdf ` , ` generateImage ` , ` generateCsv ` , ` toggleTable ` , ` getImage ` | ` #svg ` , ` #legend ` , ` #watermark ` , ` #chart-background ` , ` #pattern ` , ` #zoom-label ` , ` #data-label ` , ` #tooltip-before ` , ` #tooltip-after ` | ✅ | ✅ |
455456| ` VueUiDonutEvolution ` | ` VueUiDonutEvolutionDatasetItem[] ` | ` VueUiDonutEvolutionConfig ` | ` @selectLegend ` , ` hideSeries ` , ` showSeries ` , ` getData ` , ` generatePdf ` , ` generateCsv ` , ` generateImage ` , ` toggleTable ` , ` getImage ` | ` #svg ` , ` #legend ` , ` #reset-action ` , ` #watermark ` , ` #chart-background ` | ❌ | ✅ |
456457| ` VueUiDonut ` | ` VueUiDonutDatasetItem[] ` | ` VueUiDonutConfig ` | ` @selectDatapoint ` , ` @selectLegend ` , ` hideSeries ` , ` showSeries ` , ` getData ` , ` generatePdf ` , ` generateCsv ` , ` generateImage ` , ` toggleTable ` , ` toggleLabels ` , ` toggleTooltip ` , ` getImage ` | ` #svg ` , ` #legend ` , ` #dataLabel ` , ` #tooltip-before ` , ` #tooltip-after ` , ` #plot-comment ` , ` #watermark ` , ` #chart-background ` , ` #pattern ` | ✅ | ✅ |
457458| ` VueUiDumbbell ` | ` VueUiDumbbellDataset[] ` | ` VueUiDumbbellConfig ` | ` getData ` , ` generatePdf ` , ` generateCsv ` , ` generateImage ` , ` toggleTable ` , ` getImage ` | ` #svg ` , ` #legend ` , ` #watermark ` , ` #chart-background ` | ❌ | ✅ |
@@ -628,7 +629,7 @@ User options actions available per chart:
628629| VueUiCarouselTable | optionPdf, optionImg, optionCsv, optionAnimation, optionFullscreen |
629630| VueUiChestnut | optionPdf, optionImg, optionCsv, optionTable, optionFullscreen, optionAnnotator |
630631| VueUiChord | optionPdf, optionImg, optionCsv, optionTable, optionFullscreen, optionAnnotator |
631- | VueUiCirclePack | optionPdf, optionImg, optionCsv, optionTable, optionFullscreen, optionAnnotator |
632+ | VueUiCirclePack | optionTooltip, optionPdf, optionImg, optionCsv, optionTable, optionFullscreen, optionAnnotator |
632633| VueUiDonut | optionTooltip, optionPdf, optionImg, optionCsv, optionTable, optionLabels, optionFullscreen, optionAnnotator |
633634| VueUiDonutEvolution | optionPdf, optionImg, optionCsv, optionTable, optionFullscreen, optionAnnotator |
634635| VueUiDumbbell | optionPdf, optionImg, optionCsv, optionTable, optionFullscreen, optionAnnotator |
@@ -763,7 +764,7 @@ However the following charts can be made fully responsive, making them better to
763764| VueUiCarouselTable | - |
764765| VueUiChestnut | - |
765766| VueUiChord | ✅ |
766- | VueUiCirclePack | ✅ (built-in) |
767+ | VueUiCirclePack | ✅ |
767768| VueUiDonut | ✅ |
768769| VueUiDonutEvolution | ✅ |
769770| VueUiDumbbell | ✅ |
0 commit comments