Task #2867
Mis à jour par Matthieu Decorde il y a plus de 4 ans
Change current format to choose between :
When size <= 100 :
<pre>
015 ..........1.....
15 ..........1..... <-- [SLH: the best]
15 ..........1.....
</pre>
When size > 100 :
<pre>
%%% ..........%..........%..........%.. ..........%..........%..........%
% ..........%..........%..........%.. ..........%..........%..........% <-- [SLH: the best]
% ..........1..........2..........3.. <-- [MD : the best, because it helps users to read the progression]
% ..........%..........%..........%.. ..........%..........%..........%
% ..........%..........%..........%.. ..........%..........%..........%
</pre>
When size <= 100 :
<pre>
015 ..........1.....
15 ..........1..... <-- [SLH: the best]
15 ..........1.....
</pre>
When size > 100 :
<pre>
%%% ..........%..........%..........%.. ..........%..........%..........%
% ..........%..........%..........%.. ..........%..........%..........% <-- [SLH: the best]
% ..........1..........2..........3.. <-- [MD : the best, because it helps users to read the progression]
% ..........%..........%..........%.. ..........%..........%..........%
% ..........%..........%..........%.. ..........%..........%..........%
</pre>