Commit e1780ffe authored by olau@iola.dk's avatar olau@iola.dk

Reformulated the explanation a little bit


git-svn-id: https://flot.googlecode.com/svn/trunk@248 1e0a6537-2640-0410-bfb7-f154510ff394
parent e74c4f69
...@@ -16,16 +16,16 @@ ...@@ -16,16 +16,16 @@
<div id="placeholder" style="width:500px;height:300px"></div> <div id="placeholder" style="width:500px;height:300px"></div>
</div> </div>
<div id="miniature" style="float:left;margin-left:20px;margin-top:50px"> <div id="miniature" style="float:left;margin-left:20px">
<div id="overview" style="width:166px;height:100px"></div> <div id="overview" style="width:166px;height:100px"></div>
<p id="overviewLegend" style="margin-left:10px"></p> <p id="overviewLegend" style="margin-left:10px"></p>
</div> </div>
<p style="clear:left"> The selection support makes <p style="clear:left">The selection support makes it easy to
pretty advanced zooming schemes possible. With a few lines of code, construct flexible zooming schemes. With a few lines of code, the
the small overview plot to the right has been connected to the large small overview plot to the right has been connected to the large
plot. Try selecting a rectangle on either of them.</p> plot. Try selecting a rectangle on either of them.</p>
<script id="source"> <script id="source">
$(function () { $(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment