New to Kendo UI for jQuery? Download free 30-day trial
jQuery Sankey Diagram Data Binding
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
data-binding.html
Description
This demo demonstrates how one can transform data represented as an array to a SankeyData format. This is achieved using the createSankeyData function. It takes an array of data, dimensions, and measure as input parameters and returns an object that can be fed directly into the component. The dimensions refer to the Sankey nodes while the measure refers to the value that will be used to set the value of the links.