Creating Sunburst Graph using a Linear data structure in VBCS (Part 1)
This is a 2 Part blog where we will convert linear data into tree structure and create a Sunburst chart using the same.
- Create a new VBCS WebApp
- Create a linear structure json file which will be converted to a tree structure.
- Create an vb-Enter event and within call a function to convert linear data to Tree Structure
- Pass this data to another function to convert above Tree Data to Array Tree Data Provider (ATP)
keyAttrb = idchildAttrb = child
- Create an ANY type of Page Variable to store the ATP
Comments
Post a Comment