cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying Bar Chart Data

Former Member
0 Likes
216

Hi Every one

I want to display a bar chart with three different values in a single bar.Till now iam able to display a bar chart with single value for a single bar.Can any help on this will be help ful.

Here are the details of the bar chart that to be displayed.

on Yaxis the total count of the values

X-axis MonthName from Jan to Dec.

I have to show the count for three values on the chart for each month

Thanks,

Prasad.

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Likes

Have you considered the Stacked Bar Chart? You will need to make sure that the dataset returning from your query template is 'square', meaning that each month has all 3 of values represented. Return null or 0 for a value that may not apply for a given month.

Former Member
0 Likes

I am able to get the three values for a single month though query template.Not able to display those values in display template using stacked bar

jcgood25
Active Contributor
0 Likes

What does your dataset look like? You need to setup the mapping parameters in the chart template to match your dataset columns.

Former Member
0 Likes

Thankyou very much i got it.Thanks once again