|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/19/2007 3:47:54 PM
Posts: 3,
Visits: 14
|
|
| Hi - I'm using currently the trial version of your fusionchart v3. I have problems to create a line-chart with fixed y-axis values. The y-axis should display the possible answers of a poll. The x-axis should display the dates, the user have vote for this poll. So, on the chart I can see, how the User changed his opinion in the course of time. Here an example: (y-axis) answer 1 x x answer 2 x answer 3 x answer 4 (x-axis) 8/10/07 8/11/07 8/12/07 8/13/07 The x shown as line-chart Since I have more polls, the line-chart values of the x- and y-axis will create dynamically by my programm. Obviously, I can't create this kind of chart only with the declaration of the "<set label='12.08.2007' value='answer 1' />". Can you give me some hints, how it is possible to solve my chart-problem? Thanks a lot! Best regards, Marcus Weidenfeller
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
| Hi, Currently, FusionCharts supports only numbers for <set value='xx' ...>. However, to simulate your chart, you can use the following method: - To each answer that you want to see on the y-axis, allot a unique numeric value - say 1 or 2 or 3.
- Now, put <set label='Date' value='Numeric value of answer' ..>
- Hide the y-axis values
- Plot each answer on y-axis as a trend line using the numeric value as start value and answer text as displayValue.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/19/2007 3:47:54 PM
Posts: 3,
Visits: 14
|
|
works fine, thank you
|
|
|
|