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 61424cb commit 1f051b2Copy full SHA for 1f051b2
types/vue-data-ui.d.ts
@@ -2440,6 +2440,25 @@ declare module "vue-data-ui" {
2440
padding?: ChartPadding;
2441
cells?: {
2442
height?: number;
2443
+ columnTotal?: {
2444
+ value?: {
2445
+ show?: boolean;
2446
+ rotation?: number;
2447
+ offsetX?: number;
2448
+ offsetY?: number;
2449
+ };
2450
+ color?: {
2451
2452
2453
2454
+ rowTotal?: {
2455
2456
2457
2458
2459
2460
2461
2462
value?: {
2463
show?: boolean;
2464
fontSize?: number;
0 commit comments