Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
hanzelmans #1
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 bar
itself? One of the end-users would like that in addition to the values being
displayed on the X gridline. I haven't been able to dig anything up on this,
so I'd appreciate any input. Thanks, Steve Hanzelman Milton Hershey School
hanzelmans 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... -
GD::Graph::Pie display values
> > Just stated using this great module. I can't seem to get values to Labels display fine; I'm looking to display the *values*. I... -
components for dynamically displaying data chart or graph in ASP
Hello, I tried to find some components I can use to dynamically generate chart or graph from database in ASP. It seems to me that only some... -
prayank #2
Re: Displaying Values in CFChart Graph
Have you been able to get answer to your query ?
Prayank
prayank Guest
-
hanzelmans #3
Re: Displaying Values in CFChart Graph
No responses yet.
Have you ever tried for the same results?
Thanks,
hanzelmans Guest
-
soonersak #4
Re: Displaying Values in CFChart Graph
Webchart3D that comes withCF7 allows you to display values on the bars.
soonersak Guest
-
mynewnameforthisforum #5
Re: Displaying Values in CFChart Graph
soonersak, I really like WebCharts as I can get the chart I need, where I
canNOT get the chart using CFChart. But, I don't exactly know how to get the
WebCharts to populate the data by using CFQuery to populate the chart. Also,
I need to print the numeric value on the actual column like hanzelmans
described. Do you have an example of how to do this or can you direct me to a
really, really good example of how to do this? Thanks Carol
mynewnameforthisforum Guest
-
nbhealthpro #6
Re: Displaying Values in CFChart Graph
This is not as difficult as it sounds. Create a chart using CFChart like you
normally would - forget how it looks for a second. Just create the general
chart - bar chart, using these query variables, etc. THEN, open the webcharts,
and create a chart that you WANT - data labels, different colored bars, etc etc
etc. THEN, click on the XML tab on the bottom. Copy that XML, and paste it
into a file - call it mychartxml.xml - or whatever. Now, in your CFChart code,
enter a new parameter: style = "path_to_xml/xml_filename.xml".
It takes some playing around in webcharts to get the results you want, but I
promise, it'll work - mine do. The only problem I have come across is if you
have a chart with two data series - in my case, a bar chart with a line chart -
and you have data labels, you have the labels on BOTH of the crat series, which
can get very confusing. I have a post to these forums looking for either a
fix, or a workaround.
Hope this helps, drop me a line if you need some more assistance.
Neil Bailey
nbhealthpro Guest



Reply With Quote

