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 95ed08b commit f3b1dd3Copy full SHA for f3b1dd3
types/index.esm.d.ts
@@ -22,7 +22,7 @@ declare module 'chart.js' {
22
colorTo: (data: ScriptableContext<'sankey'>) => string;
23
colorMode: 'gradient' | 'from' | 'to';
24
/* Map<node.key, priority_value> */
25
- priority?: Record<string, string>
+ priority?: Record<string, number>
26
/* Map<node.key, label> */
27
labels?: Record<string, string>
28
0 commit comments