@progress/kendo-charts 2.4.0-dev.202405290547 → 2.4.0-dev.202406100726

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.
@@ -580,6 +580,10 @@ export interface SankeyOptions {
580
580
  * If set to `true`, the Sankey keyboard navigation will be disabled.
581
581
  */
582
582
  disableKeyboardNavigation?: boolean;
583
+ /**
584
+ * If set to `true`, the Sankey will render from right to left.
585
+ */
586
+ rtl?: boolean;
583
587
  }
584
588
 
585
589
  /**