Skip to content

Commit a97381c

Browse files
committed
Types - Update VueUiTableSparklineConfig type
1 parent 1510f61 commit a97381c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

types/vue-data-ui.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@ declare module 'vue-data-ui' {
491491
fontFamily?: string;
492492
colNames?: string[];
493493
sortedDataColumnIndices?: number[];
494-
sortedNames: boolean;
495-
sortedSum: boolean;
496-
sortedAverage: boolean;
497-
sortedMedian: boolean;
494+
sortedSeriesName?: boolean;
495+
sortedSum?: boolean;
496+
sortedAverage?: boolean;
497+
sortedMedian?: boolean;
498498
formatter?: Formatter;
499499
sparkline?: {
500500
useGradient?: boolean;

0 commit comments

Comments
 (0)