|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/14/2008 4:28:46 AM
Posts: 2,
Visits: 5
|
|
Hi
Im very new to this whole thing... I started using FilmeMaker under a week ago as I needed to make a application to record temperature 3 times a day of a patient and then to be able to see it as a graph.
I soon found this awesome program for the graph side of the solution but the problem I have is that when I input the data it keeps rounding it up or down.
I need to use values between 34 and 39 but I need to be able to show other values like 35.7, 36.3 etc... but it keep rounding them up or down into whole numbers.
I hope its me doing something wrong and that it is possible to do.
Any help would be realy great.
Thanks in advance.
**Edit**
I have read the post ''formatting X-axis labels to n decimal points'' so im sure its possible but I cant seem to figer it out
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Yesterday @ 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
| Hi, There might be 2 Casese : 1. You might have defined in FileMaker your Decimal settings of the Field of your Table to 0 decimal place. Thats why the numbers are getting rounded up once you enter them .Could you please check that out? 2. Id you add FCQS &chartParams attribute - decimalPrecision=0 then only the chart willl round up the number. Could you try adding decimalPrecision=2 to get numbers in 2 decimal places.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/14/2008 4:28:46 AM
Posts: 2,
Visits: 5
|
|
Thx a lot
I have not managed to do it yet (I have not had the time) but as I know its possible I will carry on with the intent to use it in my final solution.
Again, Thx for the help
WinkyT
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/3/2008 4:09:41 AM
Posts: 2,
Visits: 7
|
|
Hello,
I am also facing the same problem in Pie, Bar chart as my values are getting rounded up / down. I am preparing a chart to show some money related transaction like $1.50, $200.00, $2.25 etc. Here the values (also the tool tip value) for $1.50, $2.25 are getting rounded up. I am passing these values as "value='1.50', value='2.25'" from my XML file. The 2nd problem is I am not able to show ".00" value in case of $200.00.
Can anyone assist me in this?
Thanks
ashivin
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Yesterday @ 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
| Hi, Could you please try using forceDecimals='1' and decimals='2' in the XML?
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/3/2008 4:09:41 AM
Posts: 2,
Visits: 7
|
|
Thanks for the reply.
I have added the same as mentioned by you but it is still not working. I am using Fusion Chart FREE and my problem is, that I am not able to show Pie / Bar chart values as 1.50, 2.25, 200.00 (not even in the tool tip text).
Please let me know how can I do this?
Regards
ashvin
|
|
|
|