--width=480 \ --height=225 \ --full-size-mode \ --title "Workitems - %PROJECT%" --watermark "%PROJECTWATERMARK%" --color CANVAS#EEEEEE \ --start=%START% \ --end=%END% \ --slope-mode \ DEF:total=%RRD%workitem.rrd:total:AVERAGE \ DEF:issue=%RRD%workitem.rrd:issue:AVERAGE \ DEF:blog=%RRD%workitem.rrd:blog:AVERAGE \ DEF:release=%RRD%workitem.rrd:release:AVERAGE \ DEF:commit=%RRD%workitem.rrd:commit:AVERAGE \ DEF:comment=%RRD%workitem.rrd:comment:AVERAGE \ DEF:wiki=%RRD%workitem.rrd:wiki:AVERAGE \ VDEF:total_first=total,FIRST \ VDEF:issue_first=issue,FIRST \ VDEF:blog_first=blog,FIRST \ VDEF:release_first=release,FIRST \ VDEF:commit_first=commit,FIRST \ VDEF:comment_first=comment,FIRST \ VDEF:wiki_first=wiki,FIRST \ CDEF:total_new=total,total_first,- \ CDEF:issue_new=issue,issue_first,- \ CDEF:blog_new=blog,blog_first,- \ CDEF:release_new=release,release_first,- \ CDEF:commit_new=commit,commit_first,- \ CDEF:comment_new=comment,comment_first,- \ CDEF:wiki_new=wiki,wiki_first,- \ VDEF:total_last=total_new,LAST \ VDEF:issue_last=issue_new,LAST \ VDEF:blog_last=blog_new,LAST \ VDEF:release_last=release_new,LAST \ VDEF:commit_last=commit_new,LAST \ VDEF:comment_last=comment_new,LAST \ VDEF:wiki_last=wiki_new,LAST \ AREA:release_new#00FF00:"Releases " \ GPRINT:release_last:"%6.0lf" \ AREA:blog_new#FF0000:" Blogs ":STACK \ GPRINT:blog_last:"%6.0lf\n" \ AREA:issue_new#00FFFF:"Issues ":STACK \ GPRINT:issue_last:"%6.0lf" \ AREA:commit_new#FFFF00:" Commits ":STACK \ GPRINT:commit_last:"%6.0lf\n" \ AREA:wiki_new#0F0FFF:"Wikis ":STACK \ GPRINT:wiki_last:"%6.0lf" \ AREA:comment_new#FF00FF:" Comments ":STACK \ GPRINT:comment_last:"%6.0lf\n" \ LINE1:total_new#000000:"Total " \ GPRINT:total_last:"%6.0lf\n"