-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 859 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>JMCharts demo</title>
</head>
<body>
<ul>
<li>Zoom in and out using the mouse wheel</li>
<li>Select a rectangular area with the mouse. It zooms into the selected x-axis interval, and adjusts the y axes automatically.</li>
<li>Use the slider widget and buttons at the bottom of the chart to zoom and move over the data.</li>
<li>Hover over the data elements, tooltips pop up.</li>
<li>The chart can render up to 100k data points in a fraction of a second.
Well, depending on your hardware, browser, OS, etc.</li>
<li>See the rendering speed measurement at the bottom of the chart.</li>
<li><a href="https://github.com/jan-x-marek/jmcharts">GitHub repo</a></li>
</ul>
<div id="chart"></div>
<script src="demo/static/demoNice.static.js"></script>
</body>
</html>