We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa3c4c commit 5cefc1fCopy full SHA for 5cefc1f
types/vue-data-ui.d.ts
@@ -1103,6 +1103,7 @@ declare module 'vue-data-ui' {
1103
1104
export type VueUiSparkHistogramDatasetItem = {
1105
intensity?: number & { 0: 0; 1: 1 };
1106
+ color?: string;
1107
gradient?: string;
1108
height?: number;
1109
proportion?: number;
@@ -1465,7 +1466,7 @@ declare module 'vue-data-ui' {
1465
1466
labels?: {
1467
fontSize?: number;
1468
name?: {
- position?: "top" | "left";
1469
+ position?: "left" | "top" | "top-left" | "top-center" | "top-right" | "right"; // "top" legacy converts to "top-left"
1470
width?: string;
1471
color?: string;
1472
bold?: boolean;
0 commit comments