vue-data-ui 2.0.83 → 2.0.84
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.
|
@@ -1946,6 +1946,7 @@ declare module 'vue-data-ui' {
|
|
|
1946
1946
|
x: number;
|
|
1947
1947
|
y: number;
|
|
1948
1948
|
shape?: "circle" | "triangle" | "square" | "diamond" | "pentagon" | "hexagon" | "star";
|
|
1949
|
+
weight?: number;
|
|
1949
1950
|
}
|
|
1950
1951
|
|
|
1951
1952
|
export type VueUiScatterDatasetItem = {
|
|
@@ -2099,6 +2100,7 @@ declare module 'vue-data-ui' {
|
|
|
2099
2100
|
x: number;
|
|
2100
2101
|
y: number;
|
|
2101
2102
|
name: string;
|
|
2103
|
+
weight?: number;
|
|
2102
2104
|
}
|
|
2103
2105
|
x: number;
|
|
2104
2106
|
y: number;
|