vue-data-ui 2.0.76 → 2.0.77

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.
@@ -580,7 +580,12 @@ declare module 'vue-data-ui' {
580
580
  }>;
581
581
 
582
582
  export type VueUi3dBarDataset = {
583
- percentage: number;
583
+ percentage?: number;
584
+ series?: Array<{
585
+ name: string;
586
+ value: number;
587
+ color?: string;
588
+ }>
584
589
  };
585
590
 
586
591
  export type VueUi3dBarConfig = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-data-ui",
3
3
  "private": false,
4
- "version": "2.0.76",
4
+ "version": "2.0.77",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue components library",
7
7
  "keywords": [