You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Transform Chart Data Component

edited May 19, 2020 7:59AM in Digital Customer Service

Summary

Transform Chart Data Component to Bar Chart

Content

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: &#39;<group-name>&#39;,
  series: &#39;<series-name>&#39;,
  value: &#39;<value-number>&#39;
}

As mentioned in https://docs.oracle.com/en/cloud/paas/app-builder-cloud/visual-builder-developer/understand-page-model.html#GUID-552A0476-BBF0-4804-82A5-41C177A5C7BB

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!