|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/14/2008 5:50:36 AM
Posts: 3,
Visits: 10
|
|
Hello
First, excuse me for my english. I'm from France.
In the Stacked Column 2D Chart, I want to print the sum of the 2 data, and of curse, the value 0.
In fact, I have this (
See the attachment to view a copy of my code. The 'code' balise don't work here ! I don't know why.):
The sum value in my first column of my chart is 50 (20 + 30) and it is written.
The sum value in my second column of my chart is 0, but it's not written.
Can you help me, please ?
Thank you
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 2 days ago @ 2:56:41 AM
Posts: 704,
Visits: 1,139
|
|
| Hi, Could you please try making one of the zero values to a near-zero but greater than zero. e.g <set value='0.0001' />?
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/14/2008 5:50:36 AM
Posts: 3,
Visits: 10
|
|
Hi
No, I'm trying with 0.0001, the value is written but not 0 (see attached file)
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 2 days ago @ 2:56:41 AM
Posts: 704,
Visits: 1,139
|
|
| hi, Could you just try setting formatNumber='1'. I find that you are using formatNumber='0' which is basically disallowing all numberFormatting on the values like decimals etc.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/14/2008 5:50:36 AM
Posts: 3,
Visits: 10
|
|
Hi
It's OK , but now, when I Have a number like 1837, my chart print 1,837 ! And I don't want this too ! 
I want only this : 1837
I try with ThousandSeparator= '' but it's always 1,837.
With ThousandSeparator= ' ' (a space) I have 1 837.
Have you another idea ?
Thank you.
|
|
|
|