Posts

Showing posts from December, 2022

Creating Sunburst Graph using a Linear data structure in VBCS (Part 1)

Image
 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 = id childAttrb = child Create an ANY type of Page Variable to store the ATP