|
8 | 8 | # vue-data-ui |
9 | 9 |
|
10 | 10 | [](https://github.com/graphieros/vue-data-ui) |
11 | | -[](https://github.com/graphieros/vue-data-ui) |
| 11 | +[](https://github.com/graphieros/vue-data-ui) |
12 | 12 | [](https://github.com/graphieros/vue-data-ui/issues) |
13 | 13 | [](https://github.com/graphieros/vue-data-ui?tab=MIT-1-ov-file#readme) |
14 | 14 | [](https://madewithvuejs.com/p/vue-data-ui/shield-link) |
@@ -49,6 +49,7 @@ Available components |
49 | 49 | - [VueUiRings](https://vue-data-ui.graphieros.com/docs#vue-ui-rings) |
50 | 50 | - [VueUiScatter](https://vue-data-ui.graphieros.com/docs#vue-ui-scatter) |
51 | 51 | - [VueUiStackbar](https://vue-data-ui.graphieros.com/docs#vue-ui-stackbar) |
| 52 | +- [VueUiStackline](https://vue-data-ui.graphieros.com/docs#vue-ui-stackline) |
52 | 53 | - [VueUiStripPlot](https://vue-data-ui.graphieros.com/docs#vue-ui-strip-plot) |
53 | 54 | - [VueUiThermometer](https://vue-data-ui.graphieros.com/docs#vue-ui-thermometer) |
54 | 55 | - [VueUiTiremarks](https://vue-data-ui.graphieros.com/docs#vue-ui-tiremarks) |
@@ -301,6 +302,7 @@ The following charts bear these slots: |
301 | 302 | - VueUiScatter |
302 | 303 | - VueUiSparkStackbar |
303 | 304 | - VueUiStackbar |
| 305 | +- VueUiStackline |
304 | 306 | - VueUiTreemap |
305 | 307 | - VueUiHorizontalBar |
306 | 308 | - VueUiWordCloud |
@@ -470,6 +472,7 @@ From the dataset you pass into the props, this component will produce the most a |
470 | 472 | | `VueUiRings` | `VueUiRingsDatasetItem[]` | `VueUiRingsConfig` | `@selectLegend`, `hideSeries`, `showSeries`, `getData`, `generatePdf`, `generateCsv`, `generateImage`, `toggleTable`, `toggleTooltip` , `getImage` | `#svg`, `#legend`, `#tooltip-before`, `#tooltip-after`, `#watermark`, `#chart-background`, `#pattern` | ✅ | ✅ | |
471 | 473 | | `VueUiScatter` | `VueUiScatterDatasetItem[]` | `VueUiScatterConfig` | `hideSeries`, `showSeries`, `getData`, `generatePdf`, `generateCsv`, `generateImage`, `toggleTable`, `toggleTooltip` , `getImage` | `#svg`, `#legend`, `#tooltip-before`, `#tooltip-after`, `#watermark`, `#chart-background` | ✅ | ✅ | |
472 | 474 | | `VueUiStackbar` | `VueUiStackbarDatasetItem[]` | `VueUiStackbarConfig` | `@selectLegend`, `@selectDatapoint`, `@selectTimeLabel`, `getData`, `generatePdf`, `generateCsv`, `generateImage`, `toggleTable`, `toggleLabels`, `toggleTooltip` , `getImage` | `#svg`, `#legend`, `#time-label`, `#tooltip-before`, `#tooltip-after`, `#reset-action`, `#watermark`, `#chart-background`, `#pattern` | ✅ | ✅ | |
| 475 | +| `VueUiStackline` | `VueUiStacklineDatasetItem[]` | `VueUiStacklineConfig` | `@selectLegend`, `@selectDatapoint`, `@selectTimeLabel`, `getData`, `generatePdf`, `generateCsv`, `generateImage`, `toggleTable`, `toggleLabels`, `toggleTooltip` , `getImage` | `#svg`, `#legend`, `#time-label`, `#tooltip-before`, `#tooltip-after`, `#reset-action`, `#watermark`, `#chart-background`, `#pattern` | ✅ | ✅ | |
473 | 476 | | `VueUiStripPlot` | `VueUiStripPlotDataset[]` | `VueUiStripPlotConfig` | `@selectDatapoint`, `getData`, `generatePdf`, `generateCsv`, `generateImage`, `toggleTable`, `toggleLabels`, `toggleTooltip` , `getImage` | `#svg`, `#legend`, `#tooltip-before`, `#tooltip-after`, `#watermark`, `#chart-background` | ✅ | ✅ | |
474 | 477 | | `VueUiThermometer` | `VueUiThermometerDataset` | `VueUiThermometerConfig` | `generatePdf`, `generateImage` , `getImage` | `#svg`, `#watermark`, `#chart-background` | ❌ | ✅ | |
475 | 478 | | `VueUiTiremarks` | `VueUiTiremarksDataset` | `VueUiTiremarksConfig` | `generatePdf`, `generateImage` , `getImage` | `#svg`, `#legend`, `#watermark`, `#chart-background` | ❌ | ✅ | |
@@ -654,6 +657,7 @@ User options actions available per chart: |
654 | 657 | | VueUiSparkgauge | (no user options menu) | |
655 | 658 | | VueUiSparkline | (no user options menu) | |
656 | 659 | | VueUiStackbar | optionTooltip, optionPdf, optionImg, optionCsv, optionTable, optionLabels, optionFullscreen, optionAnnotator | |
| 660 | +| VueUiStackline | optionTooltip, optionPdf, optionImg, optionCsv, optionTable, optionLabels, optionFullscreen, optionAnnotator | |
657 | 661 | | VueUiStripPlot | optionTooltip, optionPdf, optionImg, optionCsv, optionTable, optionLabels, optionFullscreen, optionAnnotator | |
658 | 662 | | VueUiTableHeatmap | optionPdf, optionImg, optionCsv, optionFullscreen | |
659 | 663 | | VueUiTableSparkline | optionPdf, optionImg, optionCsv, optionFullscreen | |
@@ -730,6 +734,7 @@ It is possible to provide a custom palette in the config prop through config.cus |
730 | 734 | - VueUiSparkStackbar |
731 | 735 | - VueUiSparkbar |
732 | 736 | - VueUiStackbar |
| 737 | +- VueUiStackline |
733 | 738 | - VueUiStripPlot |
734 | 739 | - VueUiTableSparkline |
735 | 740 | - VueUiThermometer |
@@ -787,6 +792,7 @@ However the folowing charts can be made fully responsive, making them better to |
787 | 792 | | VueUiSparkgauge | - | |
788 | 793 | | VueUiSparkline | ✅ | |
789 | 794 | | VueUiStackbar | ✅ | |
| 795 | +| VueUiStackline | ✅ | |
790 | 796 | | VueUiStripPlot | ✅ | |
791 | 797 | | VueUiTableHeatmap | - | |
792 | 798 | | VueUiTableSparkline | - | |
@@ -901,6 +907,7 @@ The #pattern slot is available on the following components: |
901 | 907 | - VueUiRidgeline |
902 | 908 | - VueUiRings |
903 | 909 | - VueUiStackbar |
| 910 | +- VueUiStackline |
904 | 911 | - VueUiHorizontalBar |
905 | 912 | - VueUiWaffle |
906 | 913 | - VueUiWorld |
@@ -1117,6 +1124,7 @@ Below is a table of the places where such line breaks can be used: |
1117 | 1124 | | VueUiQuickChart | Time labels (x axis) | config.xyPeriods | |
1118 | 1125 | | VueUiRidgeline | Time labels (x axis) | config.style.chart.xAxis.labels.values | |
1119 | 1126 | | VueUiStackbar | Time labels (x axis) | config.style.chart.grid.x.timeLabels.values | |
| 1127 | +| VueUiStackline | Time labels (x axis) | config.style.chart.grid.x.timeLabels.values | |
1120 | 1128 | | VueUiStripPlot | x axis labels | dataset names | |
1121 | 1129 |
|
1122 | 1130 | ## PDF generation |
@@ -1237,6 +1245,7 @@ function hideSeriesByName(name) { |
1237 | 1245 | - VueUiScatter |
1238 | 1246 | - VueUiSparkStackbar |
1239 | 1247 | - VueUiStackbar |
| 1248 | +- VueUiStackline |
1240 | 1249 | - VueUiTreemap |
1241 | 1250 | - VueUiWaffle |
1242 | 1251 | - VueUiXy |
|
0 commit comments