Cfchart column titles are mispositioned

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default Cfchart column titles are mispositioned

    :brokenheart; <cfchart format='flash' chartheight='#h#' chartWidth='700'
    scalefrom='0' scaleto='#est_cap#' databackgroundcolor='##FFFFFF'
    showborder='no' font='Verdana' fontbold='no' fontitalic='no'
    labelformat='number' xAxisTitle='Node Name' yAxisTitle='Server Occupancy
    GB' show3d='no' sortxaxis='no' showlegend='yes' tipbgcolor='##FFFFFF'
    showmarkers='no' backgroundcolor='###client.chartBackground#'>
    <cfchartseries query='vol' type='horizontalbar' seriesColor='##728DB4'
    paintStyle='plain' markerstyle='rectangle' itemcolumn='NODE_NAME'
    valuecolumn='round(SumOfLOGICAL_GB)'> </cfchartseries> </cfchart> As
    you can see - bars are horizontal, i.e. Node names are placed vertically. But
    weird thing: I got about 20 node names. And only 4 of them are placed to the
    left. BTW, there's a lot of spacing between them. And all the rest node names
    are placed ABOVE cfchart object! See the link
    [url]http://www.expressions-duo.com/images/screenshot.png[/url]

    Nafiganado Guest

  2. Similar Questions and Discussions

    1. Link titles?
      Hi, I am trying to figure out how to edit the "title" text of a link (the text that appears when you hover over a link.) Any ideas?
    2. Titles on .cfm pages
      :o I know this is a really dumb question. I'm almost emabarrassed to even ask. Why in the &^(&% will the "title" property not work with .cfm...
    3. Titles with frames
      By default, the title that shows corresponds to the document loaded in the browser - with frames it is the frameset (the one holding your frames...
    4. Regex and titles
      On Thu, 17 Jul 2003 21:18:42 +0100, vKp <asso101@hotmail.com> wrote: You haven't captured any sub-expressions (with brackets), so you only get...
    5. browser window is 'mispositioned'
      when i click on File/Browse, the browser window is opened but the top third of the window is hidden behind the main Elements menu. I just can't get...
  3. #2

    Default Re: Cfchart column titles are mispositioned

    Please refer to the Technote addendum on the site:
    [url]http://cfchart.blogspot.com[/url]

    It explains the problem you are facing.
    prayank 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