@progress/kendo-charts 2.7.0 → 2.7.1-dev.202501300808

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -585,6 +585,8 @@ export interface SankeyTheme {
585
585
  links?: SankeyLinkDefaults;
586
586
  nodes?: SankeyNodeDefaults;
587
587
  nodeColors: string[];
588
+ title?: SankeyTitle;
589
+ legend?: SankeyLegend;
588
590
  }
589
591
 
590
592
  /**