vue-data-ui 2.0.57 → 2.0.58
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/README.md
CHANGED
|
@@ -182,16 +182,16 @@ The svg slot also works when using the VueDataUi universal component, if the com
|
|
|
182
182
|
|
|
183
183
|
All charts expose a #legend slot except for:
|
|
184
184
|
|
|
185
|
-
- VueUiWheel
|
|
186
|
-
- VueUiTiremarks
|
|
187
185
|
- VueUiHeatmap
|
|
188
186
|
- VueUiRelationCircle
|
|
189
|
-
-
|
|
190
|
-
- VueUiSparkline
|
|
191
|
-
- VueUiSparkbar
|
|
187
|
+
- VueUiSparkHistogram
|
|
192
188
|
- VueUiSparkStackbar
|
|
189
|
+
- VueUiSparkbar
|
|
193
190
|
- VueUiSparkgauge
|
|
194
|
-
-
|
|
191
|
+
- VueUiSparkline
|
|
192
|
+
- VueUiThermometer
|
|
193
|
+
- VueUiTiremarks
|
|
194
|
+
- VueUiWheel
|
|
195
195
|
|
|
196
196
|
The legend slot also works when using the VueDataUi universal component, if the component it wraps supports it.
|
|
197
197
|
It is recommended to set the show legend config attribute to false, to hide the default legend.
|
|
@@ -217,6 +217,7 @@ The following charts bear these slots:
|
|
|
217
217
|
- VueUiAgePyramid
|
|
218
218
|
- VueUiCandlestick
|
|
219
219
|
- VueUiDonut
|
|
220
|
+
- VueUiGalaxy
|
|
220
221
|
- VueUiHeatmap
|
|
221
222
|
- VueUiMolecule
|
|
222
223
|
- VueUiNestedDonuts
|