Chart Column

I want to create a chart Column that represents the age groups.

So that I get a chart showing the number of employees under 18 years of age, employees between 18 and 30, and employees over 30.

How can I do that?

I have gone through all the documentation but didn’t find anything related to it.

Hi,

You can go through some of the highly used chart libraries like highcharts and google charts.

Even you can try forge component Google Chart Gallery.

Thanks

Hello Hamza.

Just a quick note. The logic to group by <18, 18-30, or >30 must be done by you in the Aggregate. Charts don't do it magically.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.