Bug in Graph Servlet?

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

  1. #1

    Default Re: Bug in Graph Servlet?

    Hi

    were you able to rectify the problem?

    Prayank
    prayank Guest

  2. Similar Questions and Discussions

    1. Graph.0.69 Module---how to get a DAG from graph with cycles
      Here I use an example to illustrate the problem I met when using Graph Theory Module: I have a directed graph looks like the following (see the...
    2. load JPG from SERVLET
      Hello, I do have a little problem and I don't know how to solve it. I try to load a jpg (non-progressive) from an URL (serevlet) which returns...
    3. GD::Graph - how to get rid of leading gap in line graph?
      Is there a way to get rid of the leading gap to the left of a line graph? Therefore, I want the graph line to start on the Y-axis, not the...
    4. Servlet -> PHP
      I've got a Java Servlet that I want to convert to PHP. My problem is that I have some existing clients which use this servlet at a URL like: ...
    5. ANNOUNCE: Graph::Timeline and Graph::Timeline::GD 1.0
      Graph::Timeline - Render timeline data This document refers to verion 0.1 of Graph::Timeline, released November 11, 2003 This class takes a...
  3. #2

    Default Re: Bug in Graph Servlet?

    Im' sorry, but I did not find a solution for this problem. Meanwhile I am
    using a work-arround which changes all values bevor including the graph
    function (division by 10) and adding some documentation about the problem.

    JediMB Guest

  4. #3

    Default Re: Bug in Graph Servlet?

    can you send me your data and the code snippet of the <cfchart> where you face this problem ? It will be really helpful to diagnose any bugs.

    thanks in advance
    Prayank

    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