Simple enough chart

        <cfchart     showlegend="Yes"
                                yoffset=".05"
                                xoffset=".01"
                                chartwidth="600"
                                showygridlines="Yes"
                                showxgridlines="Yes"
                                fontsize="9"
                                show3d="Yes"
                                format="png"
                                seriesplacement="default"
                                showmarkers="No"
                                scalefrom="1"
                                font="Arial"  >
                <cfchartseries paintstyle="plain" type="line" serieslabel="Value 
1">
                        <cfchartdata item="a" value="1">
                        <cfchartdata item="b" value="2">
                        <cfchartdata item="c" value="3">
                        <cfchartdata item="d" value="4">
                        <cfchartdata item="e" value="5">
                </cfchartseries>

        </cfchart>

Although it seems under CF7, if the chart only has one series, the
label for the series does not display. Instead it only displays the
values of the "ITEM" attribute from the chart data tag, so instead of
having a legend of "Value 1", i get 5 items in the legend being a,b,c,d
and e which have all the same color.

Is this just me?  Under CFMX6.1, it looks like CFHART does not display
a legend at all if there is only a single chartseries in the chart.

Steve


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to