Trying to create a better roadmap widget on my confluence page. This timeline is not connected to a JIRA site as its for the overall program. Used the Chat add in with Chart = Gantt | columns = , , 1, 2, 3, 4 | dateFormat = MM/dd/yyyy and I get the chart but without the data included.
Included a table inside with 4 columns: (1) Plan, Start, End, and Status and I get nothing. Please HELP as the roadmap widget DOES not work for what I need to do.
Hi Megan,
As an alternative solution you can try Chart from Table macro to create a Gantt chart. And here is a demo site where you can try it.
Hi Megan,
Can you share an example of the Tables being used in your Chart Macro when trying to display a Gantt Chart? Reviewing the Examples on our Documentation and from a few other Community Posts, we need 2 Tables.
To do some further testing, try inserting the following into your Confluence Page by using the Insert Markup with the Confluence wiki option:
{chart:type=gantt|dataOrientation=vertical|columns=,,1,2,3,4|displayData=before|width=500|dateFormat=MM/dd/yyyy}
||Plan||Start||End||Percent\\complete||
|Create issue| 1/30/2007| 2/1/2007| 30%|
|Provide examples| 1/30/2007| 2/7/2007| 40%|
|Write code/tests| 2/3/2007| 2/4/2007| |
|Write docs| 2/4/2007| 2/5/2007| |
|Release update| 2/5/2007| 2/5/2007| |
||Actual||Start||End||Percent\\complete||
|Create issue| 1/30/2007| 2/11/2007| 100%|
|Provide examples| 1/30/2007| 2/17/2007| 90%|
|Write code/tests| 2/3/2007| 2/14/2007| |
|Write docs| 2/4/2007| 2/15/2007| |
|Release update| 2/5/2007| 2/15/2007| |
{chart}
Cheers,
Shawn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.