More Mingle Chart Modifications
September 14 1 Comment
As much as I like Mingle…except for its speed…there are a couple of things that have bothered me for a while: the straight lines to infinity when a chart goes beyond current data points and hard coding dates as labels in charts. It turns out that there are a couple of easy resolutions to both problems.
If your burn down chart has parallel horizontal lines running off the chart to the right, simply remove the “x-labels-end” tag and save the chart. Your new chart will end at the most recent data point.
Onto the second issue. Instead of hard coding dates into your charts, causing them to modified every time you need to change a date, use a project variable. Since my charts are primarily based on release, I created a date project variable called “Release Start” that I use on the x axis: x-labels-start: (Release Start). Now, I only have to go to one place within my project to maintain the release start date.
Hope this helps with your Mingle adventures. For more Mingle chart modifications see this post and this one.




Recent Comments