Ask a Question related to Macromedia ColdFusion, Design and Development.
-
SSnyder4 #1
"Sliced" style Pie Chart question
The 'slices' in this type of pie chart have huge spaces between them by
default, can this be controlled?
I looked through the developers documention, but could not find any options
for controlling the amount of white-space between slices for a pie chart.
Any help would be appreciated.
Thanks,
Skip Snyder
SSnyder4 Guest
-
cfselect flash "style" question
I'm using the <cfselect> tag with Flash formatting. The size attribute is set to 3. I'm using whatever the defaults are for the style attribute. ... -
Nested Style to exact "Word" or "Small Phrase"
Ok, this question is for all you nested style experts - I use and love nested styles, but there's one trick I haven't figured out. As background, I... -
Chart makes my page "inaccessible"
I am almost done with the site I have been developing for the past week or so, and it seems that I saved the worst for last. When I add a dynamic... -
Question about "Public Sub" vs "Private Sub" vs "Sub"
In my INCLUDE.INC file I have noticed that I can create subs three ways... Public Sub Test1(x) response.write(x) End Sub Private Sub Test2(x)... -
DBD::Chart: DBI->connect fails "DBD/Chart.pm did not return a true value"
Hello Group! I've got a problem with DBD::Chart (0.80). When I try to execute the following script: #!/usr/bin/perl -W use DBI; my $dbh =... -
MikerRoo #2
Re: "Sliced" style Pie Chart question
I'm pretty sure this is not possible. Are you using CF7?
There should be a chart styling utility on your server at:
<cfinstall>\charting\webcharts.bat. This utility enables you to graphically
see every styling possible -- including a huge number that are not available
anyway else and another huge number that CF will not let you use at all!
I could not find a slice-space control.
The manual for WebCharts3D is at:
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
wwhelp.htm?context=ColdFusion_Documentation&file=0 0001431.htm.
Good luck,
-- MikeR
MikerRoo Guest
-
MikerRoo #3
Re: "Sliced" style Pie Chart question
Clarification: you can turn the spaces OFF but you cannot control their size if they are on.
MikerRoo Guest
-
SSnyder4 #4
Re: "Sliced" style Pie Chart question
Yes, I am using CFMX7.
Thanks for the response. I had tried using the Webcharts3D designer, and
could not find a way to control the spacing (just on and off, like you
mentioned).
I tried to "fake it" by choosing a solid pie chart, then choosing a "white"
outline, hoping I could control the thickness of the outline to simulate a
smaller-spaced pie chart. But, it seems you can't control the thickness of an
outline either!!!
I find it very odd that you can't control the "slice spacing", especially
given how exaggerated the default spacing is.
Skip.
SSnyder4 Guest



Reply With Quote

