|
|
|
|
@ -16,16 +16,16 @@
|
|
|
|
|
<div id="placeholder" style="width:500px;height:300px"></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>
|
|
|
|
|
|
|
|
|
|
<p id="overviewLegend" style="margin-left:10px"></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p style="clear:left"> The selection support makes
|
|
|
|
|
pretty advanced zooming schemes possible. With a few lines of code,
|
|
|
|
|
the small overview plot to the right has been connected to the large
|
|
|
|
|
plot. Try selecting a rectangle on either of them.</p>
|
|
|
|
|
<p style="clear:left">The selection support makes it easy to
|
|
|
|
|
construct flexible zooming schemes. With a few lines of code, the
|
|
|
|
|
small overview plot to the right has been connected to the large
|
|
|
|
|
plot. Try selecting a rectangle on either of them.</p>
|
|
|
|
|
|
|
|
|
|
<script id="source">
|
|
|
|
|
$(function () {
|
|
|
|
|
|