Changeset 13732

Show
Ignore:
Timestamp:
05/14/08 14:18:38 (6 months ago)
Author:
elazutkin
Message:

dojox.charting: added an explanation of the test's UI. !strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/charting/tests/test_win2d.html

    r13730 r13732  
    143143<h1>Scaling, scrolling, and panning.</h1> 
    144144<!--<p><button onclick="makeObjects();">Go</button></p>--> 
    145 <!-- intermediateChanges="true" --> 
     145<p>UI explained:</p> 
     146<ul> 
     147        <li>Use Scale X and Scale Y to zoom in the chart. You can scale the chart anisotropically.</li> 
     148        <li>Use Offset X and Offset Y to move the origin of the chart.</li> 
     149        <li>You cannot move the chart outside its boundaries. 
     150                <ul> 
     151                        <li>Example: if both scale factors are 1, you cannot move the origin &mdash; you should zoom in first.</li> 
     152                </ul> 
     153        </li> 
     154        <li>After applying scale/offset to the chart, sliders' positions change to reflect actual values.</li> 
     155</ul> 
    146156<table> 
    147157        <tr><td align="center" class="pad">Scale X (<span id="scaleXValue">1</span>)</td></tr>