Question
CFCHART value column issue
Basically, a value column which should be 0.02, is being
displayed as 0.002 on the graph.
1. The database shows 0.02
2. The cfdump of the query shows 0.02
3. Here's how the bar is being called:
<cfchartseries type="bar"
query="qryData"
valuecolumn="some_field"
serieslabel="Label"
seriescolor="00ff00"
itemcolumn="item">
</cfchartseries>
1. The database shows 0.02
2. The cfdump of the query shows 0.02
3. Here's how the bar is being called:
<cfchartseries type="bar"
query="qryData"
valuecolumn="some_field"
serieslabel="Label"
seriescolor="00ff00"
itemcolumn="item">
</cfchartseries>
