|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/16/2007 4:39:29 AM
Posts: 7,
Visits: 35
|
|
Is there any possibility to change with of bars/volume set? There is no space between sets on my chart.
My XML:
http://temp.elnino.pl/powercharts.xml
My chart:

Thanks for your help.
Paul
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Hi,
I'm afraid you cannot control the width of the bars manually.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/16/2007 4:39:29 AM
Posts: 7,
Visits: 35
|
|
| On my chart volume sets shoult be 3-4px width. Probably width is calculated by dividing chart width and amount of sets - but I have empty sets so it is wrong. Could you check it?
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Hi,
Can you please send us the XML for the chart at support@fusioncharts.com?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/16/2007 4:39:29 AM
Posts: 7,
Visits: 35
|
|
Pallav (10/24/2007) Hi,
Can you please send us the XML for the chart at support@fusioncharts.com?
Link to XML file is in my first post.
Thanks for help.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Since in your categories, you've specified the X as 120, the right side of the chart is appearing as blank. The x-axis in a candlestick chart is numeric and as such all x values provided in the XML are accommodated in the same.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/16/2007 4:39:29 AM
Posts: 7,
Visits: 35
|
|
Pallav,
notice that if I use "fake sets":
-----
<set open="25" high="25" low="25" close="25" x="55" volume="0" />
...
<set open="25" high="25" low="25" close="25" x="120" volume="0" />
-----
set width is ok:

but I can't use empty sets ( <set x="120" /> ) - they are ignored.
It is very big problem - I can't show stock chart until stock session is closed.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Yes - when you enter empty sets, the chart calculates width as per the known non-empty sets. As such, the width gets increased.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/16/2007 4:39:29 AM
Posts: 7,
Visits: 35
|
|
| Pallav, thans for your help, but I think that wrong calculating set width is buggy - look for my first screenshot. Is it possible to change alghoritm of calculating set width to use empty sets too?
|
| | |