Ask a Question related to Macromedia ColdFusion, Design and Development.
-
jas5on #1
mx7 cfchart not displaying data
i have a mx7 cfchart in flash format that has been displaying fine for about a
month. Today there are no bars being displayed. the chart is quite simple
and uses a query in the cfchartseries tag to define the data. on the chart,
the item column and the value column are scaled and displayed properly. the
only thing missing are the bars. i've tried it in jpg/png formats with the
same results. also bounced the server.
i know it's 'seeing' the query data because the x and y axis are correct.
it's quite odd that it worked fine for weeks and today it bombs.
<cfchart format="flash"
backgroundcolor="##ffffe7"
tipbgcolor="FFFFe7"
chartheight="300"
yaxistitle="Hits"
xaxistitle="Week Begining" >
<cfchartseries query="get_page_stats"
itemcolumn="wps_beg_dt"
valuecolumn="wps_nbr_hits"
type="bar" ></cfchartseries>
</cfchart>
thanks
jas5on Guest
-
CFChart Not Displaying
I'm playing around with the cfchart. One problem I'm having is. 1 The cfm code works on my production server, however it's when I try it on my... -
$ not displaying using cfchart
Hello, I have a developer who is using cfchart. On one of the prod servers the $ sign is displayed. On the other server, the $ does not display. ... -
CFCHART and displaying of images
:confused; I am attempting to use cfchart on MX 6.1, but it doesn't work on my production box. However, I have MX installed on my personal server... -
CFCHART not showing all data points
I'm using CFCHART to create a simple line graph with text values (which happen to be times) on the X axis and number values on the Y axis. I've hit... -
Displaying Values in CFChart Graph
We are generating a graph with CFChart in a bar format. Is it possible to display the numeric value from the ValueColumn attribute on the actual... -
jas5on #2
Re: mx7 cfchart not displaying data
never mind.........i was blowing out the bars with too high of a datavalue. hopefully they'll have the scalefrom/scaleto bug fixed soon
jas5on Guest



Reply With Quote

