AndyGB4
Posts: 122
|
| Posted: 12/07/2010, 1:18 PM |
|
Hello, I was wondering if there was any way to specify the range for a Flash Chart.
For example, on one of my pages, the user is only allowed to input values between 900 and 1100. These values are recorded and later displayed in a Flash Chart, but the problem is that the Flash Chart's range shows from 0 to 1100, so you can barely see a difference between the different values that were entered.
Does anybody know how I could change the range so that the Flash Chart would only show 900 to 1100?
Thanks in advance!
|
 |
 |
quasimidi
Posts: 151
|
| Posted: 12/08/2010, 1:51 AM |
|
Hi,
IMHO better to use FusionCharts in CCS: http://www.fusioncharts.com/free/
For docs go to: http://www.fusioncharts.com/free/docs/ then "Chart XML Reference" -> "Single Series Charts" -> "Column 2D Chart"
Regards,
_________________
RS |
 |
 |
Oper
Posts: 1195
|
| Posted: 12/08/2010, 5:33 AM |
|
Like Quasimidi said there are lot of param, but you have to change Directly not in the UI
yAxisMinValue='15000'
be adviced CCS dont modify anymore that part of code when you change Greyed Lines.
so first finish your chart, and whne chart ready then modify whatever you want.
not more UI change after that.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
AndyGB4
Posts: 122
|
| Posted: 12/08/2010, 6:32 AM |
|
alright thanks alot guys,
im definitely going to check that out.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 12/08/2010, 8:12 AM |
|
btw,
what you are going to change is a file like
programnameFlashChart1.XML (its up in your TAB)
there few uknow parameter but you have to find out.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
AndyGB4
Posts: 122
|
| Posted: 12/10/2010, 8:49 AM |
|
Ok so I found the XML file you were talking about,
but the file created by CodeCharge's Flash Chart.
Is it possible to do it with that?
Or do i need to try it with Fusion Charts?
(I didn't get around to trying Fusion Charts just yet!)
And also, where exactly would I put this line :
yAxisMinValue='900'
I tried in the <vertical_axis> tags but it didn't work out for me.
Thanks for all the help guys.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 12/10/2010, 11:47 AM |
|
yAxisMinValue='15000' is for FusionChart
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
AndyGB4
Posts: 122
|
| Posted: 12/10/2010, 11:52 AM |
|
ok thank you, Ill get FusionChart right away!
|
 |
 |
|