Skip to content

Commit

Permalink
Add Flot plugin to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
christianesperar committed Jul 13, 2016
1 parent 42090d3 commit 5f94c42
Show file tree
Hide file tree
Showing 846 changed files with 848,621 additions and 330 deletions.
6 changes: 5 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@
"echarts": "^3.1.7",
"malihu-custom-scrollbar-plugin": "^3.1.3",
"animate.css": "^3.5.1",
"jqvmap": "https://github.com/christianesperar/jqvmap.git#master"
"jqvmap": "https://github.com/christianesperar/jqvmap.git#master",
"DateJS": "^1.0.0-rc3",
"flot.curvedlines": "^1.1.1",
"flot.orderbars": "*",
"flot-spline": "^0.8.2"
},
"resolutions": {
"jquery": "^2.2.3",
Expand Down
9 changes: 5 additions & 4 deletions production/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1004,10 +1004,11 @@ <h5>10 <i>km/h</i></h5>
<script src="../vendors/Flot/jquery.flot.stack.js"></script>
<script src="../vendors/Flot/jquery.flot.resize.js"></script>
<!-- Flot plugins -->
<script src="js/flot/jquery.flot.orderBars.js"></script>
<script src="js/flot/date.js"></script>
<script src="js/flot/jquery.flot.spline.js"></script>
<script src="js/flot/curvedLines.js"></script>
<script src="../vendors/flot.orderbars/js/jquery.flot.orderBars.js"></script>
<script src="../vendors/flot-spline/js/jquery.flot.spline.min.js"></script>
<script src="../vendors/flot.curvedlines/curvedLines.js"></script>
<!-- DateJS -->
<script src="../vendors/DateJS/build/date.js"></script>
<!-- JQVMap -->
<script src="../vendors/jqvmap/dist/jquery.vmap.js"></script>
<script src="../vendors/jqvmap/dist/maps/jquery.vmap.world.js"></script>
Expand Down
9 changes: 5 additions & 4 deletions production/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,10 +754,11 @@ <h2>Top Profiles <small>Sessions</small></h2>
<script src="../vendors/Flot/jquery.flot.stack.js"></script>
<script src="../vendors/Flot/jquery.flot.resize.js"></script>
<!-- Flot plugins -->
<script src="js/flot/jquery.flot.orderBars.js"></script>
<script src="js/flot/date.js"></script>
<script src="js/flot/jquery.flot.spline.js"></script>
<script src="js/flot/curvedLines.js"></script>
<script src="../vendors/flot.orderbars/js/jquery.flot.orderBars.js"></script>
<script src="../vendors/flot-spline/js/jquery.flot.spline.min.js"></script>
<script src="../vendors/flot.curvedlines/curvedLines.js"></script>
<!-- DateJS -->
<script src="../vendors/DateJS/build/date.js"></script>
<!-- bootstrap-daterangepicker -->
<script src="js/moment/moment.min.js"></script>
<script src="js/datepicker/daterangepicker.js"></script>
Expand Down
9 changes: 5 additions & 4 deletions production/index3.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,10 +870,11 @@ <h4>Goal</h4>
<script src="../vendors/Flot/jquery.flot.stack.js"></script>
<script src="../vendors/Flot/jquery.flot.resize.js"></script>
<!-- Flot plugins -->
<script src="js/flot/jquery.flot.orderBars.js"></script>
<script src="js/flot/date.js"></script>
<script src="js/flot/jquery.flot.spline.js"></script>
<script src="js/flot/curvedLines.js"></script>
<script src="../vendors/flot.orderbars/js/jquery.flot.orderBars.js"></script>
<script src="../vendors/flot-spline/js/jquery.flot.spline.min.js"></script>
<script src="../vendors/flot.curvedlines/curvedLines.js"></script>
<!-- DateJS -->
<script src="../vendors/DateJS/build/date.js"></script>
<!-- bootstrap-daterangepicker -->
<script src="js/moment/moment.min.js"></script>
<script src="js/datepicker/daterangepicker.js"></script>
Expand Down
104 changes: 0 additions & 104 deletions production/js/flot/date.js

This file was deleted.

212 changes: 0 additions & 212 deletions production/js/flot/jquery.flot.spline.js

This file was deleted.

35 changes: 35 additions & 0 deletions vendors/DateJS/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "DateJS",
"version": "1.0.0-rc3",
"homepage": "https://github.com/abritinthebay/datejs",
"authors": [
"Gregory Wild-Smith"
],
"description": "Datejs is an open-source JavaScript Date Library.",
"main": "build/production/date.min.js",
"keywords": [
"date",
"javascript",
"js",
"mit"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"specs"
],
"_release": "1.0.0-rc3",
"_resolution": {
"type": "version",
"tag": "v1.0.0-rc3",
"commit": "a173b13c148b8b257c0ca58dea90cb7ad616f35b"
},
"_source": "https://github.com/abritinthebay/datejs.git",
"_target": "^1.0.0-rc3",
"_originalSource": "DateJS",
"_direct": true
}
Loading

0 comments on commit 5f94c42

Please sign in to comment.