mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-20 04:01:42 +01:00
Start again
This commit is contained in:
22
vendors/flot.orderbars/examples/index.html
vendored
Normal file
22
vendors/flot.orderbars/examples/index.html
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Flot Stacked and Ordered Bar Chart Examples</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>Stacked Bar Chart</h2>
|
||||
<div id="stacked-chart" style="width:600px;height:300px;"></div>
|
||||
|
||||
<h2>Ordered Bar Chart</h2>
|
||||
<div id="ordered-chart" style="width:600px;height:300px;"></div>
|
||||
|
||||
<h2>Stacked & Ordered Bar Chart</h2>
|
||||
<div id="stacked-ordered-chart" style="width:600px;height:300px;"></div>
|
||||
|
||||
<script src="js/vendor/jquery-1.9.1.min.js"></script>
|
||||
<script src="js/flot/flot.js"></script>
|
||||
<script src="../js/jquery.flot.orderBars.js"></script>
|
||||
<script src="js/flot/stack.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user