Closed inferrna closed 9 years ago
You can manually hide them using the configuration; a way to automate this isn't implemented and probably won't be unless I find time to create a "version 2"- which would be a near complete rewrite. At this point I am only really doing bug-fixes. Sorry :(
You can manually hide them using the configuration
Can you provide an example? With passing
{time:{'Days': {'show': false}}}
I see both hours and seconds circles displaying seconds progress.
"version 2"- which would be a near complete rewrite
Then I also have another two feature requests -
Ah, do you mean that when it's 0 minutes and 59 seconds, that the minute circle is showing nearly a full minute? If so, you're looking for
{"animation": "ticks"}
I found the problem - it was
total_duration: "Minutes"
I'm in doubt, bug it or not, but this combo
$('#remain').TimeCircles({count_past_zero: false,
total_duration: "Minutes",
time:{'Hours':{'show': false},
'Days':{'show': false},
}
});
Makes minutes circle works like always last minute, even it really isn't.
For example http://git.wimbarelds.nl/TimeCircles/readme.php#func_start_stop - at start displayed 0 days and 0 hours (with thin line mean which part of twenty-four hours 900 seconds is) that is absolutely non-informative. It would be great to have an option for hiding these full-time empty circles.