[#287] Add view.flot.js.

Allows flot to be used for graphs as well as
flotr2.
Based on view.graph.js in the ckan-updates branch.
This commit is contained in:
John Glover
2013-01-09 15:53:44 +01:00
parent 896686c466
commit 8439cc5522
7 changed files with 4599 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen" />
<!-- need this stylesheet because flot will complain if canvas does not have a height -->
<link rel="stylesheet" href="../css/graph.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../css/flot.css" type="text/css" media="screen" />
<script type="text/javascript" src="../vendor/jquery/1.7.1/jquery.js"></script>
<script type="text/javascript" src="../vendor/underscore/1.4.2/underscore.js"></script>