Cfcharting from high to low?

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Cfcharting from high to low?

    Thi has been giving me a lot of trouble lately -- and i'm wondering if it's
    even possible. I have a system where users are ranked (from 1 - 6) 1 being the
    highest 6 being lowest. It's easy enough to create a chart from 1 to 6, but
    then the user who does the best would be at the bottom. I want to create a
    cfchart that (in effect) is like what follows. Is there anyway in CF7for the
    y axis to descend in value instead of ascend?

    <cfchart
    format = "flash"
    gridlines = 6
    scaleFrom = 6
    scaleTo = 1>

    Dyogenez Guest

  2. Similar Questions and Discussions

    1. CFCharting and the JRUN Servlet Error
      We were trying to figure out why cfchart does not work on our linux webserver but it works on our windows webserver. We edited...
    2. high traffic on cf?
      I've been working with CF for years on many small sites. I have the opportunity now to get into an enterprise level gig. They are expecting...
    3. high latency
      Hi, I have 4 FreeBSD Servers connected to a Cisco 2950 all doing inter-VLAN routing. Everything is working right, but one server is getting...
    4. High run queue, high idle cpu percentage
      Hey - I have a werid situation: vmstat shows high r (always r>0, sometimes r>10), but id > 90%. The rest of the values are nominal. Any...
    5. high en0
      hi, i have a very high en0 value 1500 in topas. i wanted to find out the processes, what stuff is transmitting. but is nto sure which command ...
  3. #2

    Default Re: Cfcharting from high to low?

    Hi Dyogenez

    You can do descending graph by using the isReversed attribute for the axes.
    Checkout this feature by running <cfinstall>\charting\webcharts.bat
    And see the attributes for Y-axis.

    Regards
    Prayank

    "Dyogenez" <webforumsuser@macromedia.com> wrote in message
    news:d1q23k$l8n$1@forums.macromedia.com...
    > Thi has been giving me a lot of trouble lately -- and i'm wondering if
    > it's
    > even possible. I have a system where users are ranked (from 1 - 6) 1
    > being the
    > highest 6 being lowest. It's easy enough to create a chart from 1 to 6,
    > but
    > then the user who does the best would be at the bottom. I want to create
    > a
    > cfchart that (in effect) is like what follows. Is there anyway in
    > CF7for the
    > y axis to descend in value instead of ascend?
    >
    > <cfchart
    > format = "flash"
    > gridlines = 6
    > scaleFrom = 6
    > scaleTo = 1>
    >

    coldfusion support 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