"Sliced" style Pie Chart question

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default "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

  2. Similar Questions and Discussions

    1. 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. ...
    2. 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...
    3. 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...
    4. 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)...
    5. 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 =...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139