Analog clock addition

(cherry picked from commit 6af2ce07a17c6456c3a328133db48c2201345f6d)
This commit is contained in:
Ashley M. Kirchner 2016-07-08 19:00:11 -06:00
parent 279582ff21
commit 66a9138666

View File

@ -96,7 +96,7 @@ The following properties can be configured:
</tr>
<tr>
<td><code>analogPlacement</code></td>
<td><strong>Specific to the analog clock. <em>(requires displayType set to <code>'both'</code>)</em</strong> Specifies where the analog clock is in relation to the digital clock<br>
<td><strong>Specific to the analog clock. <em>(requires displayType set to <code>'both'</code>)</em></strong> Specifies where the analog clock is in relation to the digital clock<br>
<br><b>Possible values:</b> <code>top</code>, <code>right</code>, <code>bottom</code>, or <code>left</code>
<br><b>Default value:</b> <code>bottom</code>
</td>