Sign in to follow this  
chart_development

Gantt Chart - Milestones Are Not Showing Up In Exported Image

Recommended Posts

I am trying to export the Gantt chart on the server , everything works fine except i do not see milestones in exported image. When i render the same chart on screen it shows milestone. Here is XML for chart

 

<chart caption = 'Fire Authority' subCaption='Timeline' dateFormat='mm/dd/yyyy' caption='Timeline' exportEnabled='1' exportFileName='64_Timelinechart' exportShowMenuItem='1' exportAction='save' exportHandler='http://server/FusionCharts/FCExporter.php' exportFormats='PNG=Export as PNG'>

<categories font='6'>

<category start='12/01/2012' end='12/31/2012' label='Dec/12'/>

<category start='01/01/2013' end='01/31/2013' label='Jan/13'/>

</categories>

<processes isBold='1' align='left' width='10'><process label='T4'/>

<process label='T2'/>

<process label='T1'/>

<process label='T3'/>

</processes>

<tasks>

<task start='12/14/2012' end='12/14/2012' id='T4'/>

<task start='12/27/2012' end='12/29/2012' id='T2'/>

<task start='12/28/2012' end='12/28/2012' id='T1'/>

<task start='12/30/2012' end='12/31/2012' id='T3'/>

</tasks>

<milestones>

<milestone date='12/14/2012' taskId='T4' shape='diamond' color='FF5904' radius='7' />

<milestone date='12/28/2012' taskId='T1' shape='diamond' color='FF5904' radius='7' />

</milestones>

</chart>

Am i missing something?

Thanks

post-34498-0-49894600-1357314614_thumb.png

post-34498-0-55388100-1357314624_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

We are looking into this.

 

We will get back to you on this shortly.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Apologies for the delayed response.

 

We have tested the same XML and we are not able to replicate the same.

 

Gantt chart is being exported with milestones in all the formats PDF,JPEG and PNG.

 

Chart has been rendered and exported using the latest FusionWidgets XT files i.e., FusionWidgets XT (v3.2.2) Service Release 2.

 

Also, if you are using older version, could you please upgrade and try to export once again?

 

Please find attached screen-shots and illustration for your reference.

 

Hope this helps!

post-24802-0-70812100-1359545449_thumb.jpg

post-24802-0-10387100-1359545463_thumb.png

FusionCharts.pdf

post-24802-0-01040100-1359545482_thumb.png

FusionCharts_4fdccfce8e8aa9f18016305f19fa29fd_30012013121708_18.pdf

Gantt_Chart_Test.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this