Completed
Last Updated: 12 Jun 2024 06:55 by ADMIN
Created by: Agustin
Comments: 1
Category: Sankey
Type: Bug Report
1

KendoSanKey is missing in Typescript Definition. Other SanKey definitions are working fine.

A definition like this is missing in kendo.all.d.ts:

    kendoSankey(): JQuery;
    kendoSankey(options: kendo.dataviz.ui.SankeyOptions): JQuery;
    data(key: "kendoSankey"): kendo.dataviz.ui.Sankey | undefined;