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 1510f61 commit a97381cCopy full SHA for a97381c
types/vue-data-ui.d.ts
@@ -491,10 +491,10 @@ declare module 'vue-data-ui' {
491
fontFamily?: string;
492
colNames?: string[];
493
sortedDataColumnIndices?: number[];
494
- sortedNames: boolean;
495
- sortedSum: boolean;
496
- sortedAverage: boolean;
497
- sortedMedian: boolean;
+ sortedSeriesName?: boolean;
+ sortedSum?: boolean;
+ sortedAverage?: boolean;
+ sortedMedian?: boolean;
498
formatter?: Formatter;
499
sparkline?: {
500
useGradient?: boolean;
0 commit comments