Welcome Guest Search | Active Topics |

Gantt chart completion line
fronda@libero.it
#1 Posted : Thursday, December 5, 2013 8:17:32 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 10/7/2013(UTC)
Posts: 6

Thanks: 2 times
Was thanked: 0 time(s) in 0 post(s)
Hello.

Is it possible to add a line under a Gantt serie to show the completion status ?
I would like to have a percentage or a series that shows how much of the project has been completed or if the project is late...

Thanks...
Dragan
#2 Posted : Thursday, December 5, 2013 8:19:55 AM(UTC)
Rank: Advanced Member

Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered
Joined: 1/3/2011(UTC)
Posts: 483

Thanks: 0 times
Was thanked: 87 time(s) in 87 post(s)
Do you have a sketch of this?
Best Regards,
Dragan Matek
jqChart Inc.
fronda@libero.it
#3 Posted : Thursday, December 5, 2013 8:45:21 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 10/7/2013(UTC)
Posts: 6

Thanks: 2 times
Was thanked: 0 time(s) in 0 post(s)
dragan wrote:
Do you have a sketch of this?


$('#jqChart').jqChart({
title: { text: 'Roadmap Chart' },
height: window.innerHeight,
animation: { duration: 1 },
axes: [
{
type: 'dateTime',
location: 'bottom',
zoomEnabled: true,
visibleMinimum: mmin,
visibleMaximum: mmax,
}
],
shadows: {
enabled: true
},
legend: {
visible: false
},
series: [
{
type: 'gantt',
fillStyles: ['#E03D21','#D1E4EB' ],
data: [
['Actual', new Date(2010,9,3), new Date(2012,9,26)],
['Planned', new Date(2010,9,3),new Date(2013,5,28)]
]
height: '10px'
},
]
});

Now the chart is shown with two bars:
one light blue for 'Planned'
one red for 'Actual'

Basically I would like to have the "Planned" series shown as it is now and the actual immediatly below shown as a line (with the chance to change its color).

Thanks for any suggestions

Fabio
fronda@libero.it
#4 Posted : Thursday, December 5, 2013 10:25:03 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 10/7/2013(UTC)
Posts: 6

Thanks: 2 times
Was thanked: 0 time(s) in 0 post(s)
Is it possible to specify height of the bar ?
Thanks
Dragan
#5 Posted : Friday, December 6, 2013 7:43:43 AM(UTC)
Rank: Advanced Member

Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered
Joined: 1/3/2011(UTC)
Posts: 483

Thanks: 0 times
Was thanked: 87 time(s) in 87 post(s)
Currently such lines under the Gantt items are not supported.

You can specify the height of the bars with:
Code:
pointWidth: 0.8

It accepts values from 0 to 1, by default is 0.6.
Best Regards,
Dragan Matek
jqChart Inc.
1 user thanked Dragan for this useful post.
fronda@libero.it on 12/6/2013(UTC)
fronda@libero.it
#6 Posted : Friday, December 6, 2013 7:59:55 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 10/7/2013(UTC)
Posts: 6

Thanks: 2 times
Was thanked: 0 time(s) in 0 post(s)
Dragan wrote:
Currently such lines under the Gantt items are not supported.

You can specify the height of the bars with:
Code:
pointWidth: 0.8

It accepts values from 0 to 1, by default is 0.6.


Thanks a lot for bar heigth tip.

Will try some workaround for the line.
Does it will be present in futures implementations ?

Thanks a lot.
Dragan
#7 Posted : Friday, December 6, 2013 8:15:27 AM(UTC)
Rank: Advanced Member

Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered
Joined: 1/3/2011(UTC)
Posts: 483

Thanks: 0 times
Was thanked: 87 time(s) in 87 post(s)
We'll try implementing something like your suggestion in next release.
Best Regards,
Dragan Matek
jqChart Inc.
1 user thanked Dragan for this useful post.
fronda@libero.it on 12/6/2013(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

FlatEarth Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.116 seconds.