Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!
SOLVED

Graphs and Charts in AEM

Avatar

Level 3

Hi,

 

I have a usecase where our authors have data in a spread sheet. Gave some sample data below. Wondering what are some of the ways content authors can manage this data easily and then out of the box options to render graphs and charts in AEM.

I am planning to use React and https://www.chartjs.org/ to render the data if there is no out of the box component but I am not sure what is the best way authors can manage all the raw data for the charts. Any ideas with some reference documentation are greatly appreciated

Sample Data:
Screenshot 2023-06-01 at 2.38.43 PM.png

 

Example of graphs and charts to be displayed
Screenshot 2023-06-01 at 2.39.17 PM.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@bpeddapudi not sure of what kind of deployment topology u r using, but if you are on AEM AMS and AEMCS, you work with Adobe CS and get access to Franklin aka Adobe Next Gen Compatibility where content authors can store/manage Google sheets in their favorite Google drives or Microsoft SharePoint, utilize powerful Adobe delivery feature to transform it as json and then you can develop react apps to display charts or any other display features by consuming json.

 

https://youtu.be/F_sI_aizcxk

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

@bpeddapudi not sure of what kind of deployment topology u r using, but if you are on AEM AMS and AEMCS, you work with Adobe CS and get access to Franklin aka Adobe Next Gen Compatibility where content authors can store/manage Google sheets in their favorite Google drives or Microsoft SharePoint, utilize powerful Adobe delivery feature to transform it as json and then you can develop react apps to display charts or any other display features by consuming json.

 

https://youtu.be/F_sI_aizcxk

Avatar

Level 3

@Shashi_Mulugu , I am trying to find some documentation which explains the details of how to connect google sheets to AEM. Can you provide me any links please. I tried googling but didn't find relevant results.