vue-data-ui 2.2.67 → 2.2.69
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.
|
@@ -23,6 +23,14 @@ declare module 'vue-data-ui' {
|
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
+
export type ChartComments = {
|
|
27
|
+
show?: boolean;
|
|
28
|
+
showInTooltip?: boolean;
|
|
29
|
+
width?: number;
|
|
30
|
+
offsetY?: number;
|
|
31
|
+
offsetX?: number;
|
|
32
|
+
}
|
|
33
|
+
|
|
26
34
|
export type ChartPadding = {
|
|
27
35
|
top?: number;
|
|
28
36
|
right?: number;
|
|
@@ -2087,13 +2095,7 @@ declare module 'vue-data-ui' {
|
|
|
2087
2095
|
};
|
|
2088
2096
|
};
|
|
2089
2097
|
};
|
|
2090
|
-
comments?:
|
|
2091
|
-
show?: boolean;
|
|
2092
|
-
showInTooltip?: boolean;
|
|
2093
|
-
width?: number;
|
|
2094
|
-
offsetY?: number;
|
|
2095
|
-
offsetX?: number;
|
|
2096
|
-
},
|
|
2098
|
+
comments?: ChartComments;
|
|
2097
2099
|
labels?: {
|
|
2098
2100
|
fontSize?: number;
|
|
2099
2101
|
prefix?: string;
|
|
@@ -2348,6 +2350,7 @@ declare module 'vue-data-ui' {
|
|
|
2348
2350
|
shadowColor?: string;
|
|
2349
2351
|
};
|
|
2350
2352
|
};
|
|
2353
|
+
comments?: ChartComments;
|
|
2351
2354
|
legend?: ChartBaseLegend & {
|
|
2352
2355
|
backgroundColor?: string;
|
|
2353
2356
|
roundingValue?: number;
|
|
@@ -4906,6 +4909,7 @@ declare module 'vue-data-ui' {
|
|
|
4906
4909
|
right?: number;
|
|
4907
4910
|
bottom?: number;
|
|
4908
4911
|
};
|
|
4912
|
+
comments?: ChartComments;
|
|
4909
4913
|
lines?: {
|
|
4910
4914
|
smooth?: boolean;
|
|
4911
4915
|
strokeWidth?: number;
|
package/dist/vue-data-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as s, Q as u, F as V, X as U, p as r, s as t, o, g as l, Z as n, r as d, G as m, b as p, C as g, a1 as S, a4 as c, R as k, f as C, m as D, D as T, U as b, J as h, H as P, E as f, O as y, h as R, a5 as A, e as W, Y as x, d as H, k as M, u as v, z as w, n as B, j as F, S as G, t as Q, y as X, x as E, $ as I, q as K, P as L, l as N, a0 as O, a as j, W as q, T as z, w as J, B as Y, V as Z, i as $, c as _, A as aa, a2 as ea, v as ia, a3 as sa, N as ua, K as Va, M as Ua, L as ra } from "./index-
|
|
1
|
+
import { I as s, Q as u, F as V, X as U, p as r, s as t, o, g as l, Z as n, r as d, G as m, b as p, C as g, a1 as S, a4 as c, R as k, f as C, m as D, D as T, U as b, J as h, H as P, E as f, O as y, h as R, a5 as A, e as W, Y as x, d as H, k as M, u as v, z as w, n as B, j as F, S as G, t as Q, y as X, x as E, $ as I, q as K, P as L, l as N, a0 as O, a as j, W as q, T as z, w as J, B as Y, V as Z, i as $, c as _, A as aa, a2 as ea, v as ia, a3 as sa, N as ua, K as Va, M as Ua, L as ra } from "./index-f69f2a59.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Arrow,
|
package/package.json
CHANGED