cancel
Showing results for 
Search instead for 
Did you mean: 

Flaoting Bar chart

Former Member
0 Kudos

Hi All,

Can somebody give me the data mapping for "Flaoting Bar" chart type.

I have the following data set.

Date Min Max Avg

2009-11-09T11:09:57 10 20 15.

I tried mapping the Value columns to MIn,Max and Avg. Under XAxis tab, i mapped the XAxis label column to Date.

I am getting a blank chart. Although when i right click on the chart and click on data, my data set appears.

Any help is greatly appreciated.

Thanks,

Ram

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Make sure the value columns are all number types (check the SQLDataType in your xml query test results). If you haven't adjusted the Y-Axis scaling then your chart might also be 0-1 on the YAxis.

Former Member
0 Kudos

Thanks for the tip Jeremy.The other problem was i was trying to get the chart working with just one row in the dataset, but when i had more than 1 row in the dataset, the graph started working.

Thanks,

Ram

Answers (0)