Transform Chart Data Component
Summary
Transform Chart Data Component to Bar ChartContent
I am having issues confirming if the data is in proper format to feed a Bar Chart. The Action chain i followed is provided below
1 - Call Rest API component: Called OEC API
2 - Called Module Function (argument = Response Body of Object Type, return type = Array of objects) : Used this function to convert the data into the format which is required as input for Transform Chart Data Element. The format is
{
group: '<group-name>',
series: '<series-name>',
value: '<value-number>'
}
Tagged:
1