Smolder 1.5.1 ( downloaded from cpan.org )
perl, v5.10.1 (*) built for x86_64-linux-thread-multi
The Progress Graphs do not display the test skip results on the chart even when the checkbox is selected.
Looking that the HTML source being served to the chrome web browser it appears that the issue is that the id for the skip and duration checkboxes are the same.
<input type="checkbox" id="skip" name="skip" value="1" />Skip
<input type="checkbox" id="skip" name="duration" value="1"/>Duration
Attached is the corrected file template/Graphs/start.tmpl
Message body not shown because it is not plain text.