vue-data-ui 2.2.61 → 2.2.62
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.
|
@@ -2025,7 +2025,7 @@ declare module 'vue-data-ui' {
|
|
|
2025
2025
|
fontSize?: number;
|
|
2026
2026
|
circleMarker?: {
|
|
2027
2027
|
radius?: number;
|
|
2028
|
-
color?:
|
|
2028
|
+
color?: string;
|
|
2029
2029
|
};
|
|
2030
2030
|
};
|
|
2031
2031
|
highlightArea?: {
|
|
@@ -2037,9 +2037,9 @@ declare module 'vue-data-ui' {
|
|
|
2037
2037
|
caption?: {
|
|
2038
2038
|
text?: string;
|
|
2039
2039
|
fontSize?: number;
|
|
2040
|
-
color?:
|
|
2040
|
+
color?: string;
|
|
2041
2041
|
bold?: boolean;
|
|
2042
|
-
offsetY?:
|
|
2042
|
+
offsetY?: number;
|
|
2043
2043
|
width?: "auto" | number;
|
|
2044
2044
|
textAlign?: TextAlign;
|
|
2045
2045
|
};
|
|
@@ -2135,7 +2135,7 @@ declare module 'vue-data-ui' {
|
|
|
2135
2135
|
color?: string;
|
|
2136
2136
|
};
|
|
2137
2137
|
serieName?: {
|
|
2138
|
-
abbreviationSize?:
|
|
2138
|
+
abbreviationSize?: number;
|
|
2139
2139
|
bold?: boolean;
|
|
2140
2140
|
color?: string;
|
|
2141
2141
|
offsetY?: boolean;
|
package/package.json
CHANGED