bootstrap_sb_admin_base_v2 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +4 -0
  4. data/CODE_OF_CONDUCT.md +13 -0
  5. data/Gemfile +4 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +45 -0
  8. data/Rakefile +1 -0
  9. data/bin/console +14 -0
  10. data/bin/setup +7 -0
  11. data/bootstrap_sb_admin_base_v2.gemspec +24 -0
  12. data/lib/bootstrap_sb_admin_base_v2.rb +8 -0
  13. data/lib/bootstrap_sb_admin_base_v2/version.rb +3 -0
  14. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  15. data/vendor/assets/fonts/fontawesome-webfont-.eot +0 -0
  16. data/vendor/assets/fonts/fontawesome-webfont-v=4.2.0.eot +0 -0
  17. data/vendor/assets/fonts/fontawesome-webfont-v=4.2.0.svg +520 -0
  18. data/vendor/assets/fonts/fontawesome-webfont-v=4.2.0.ttf +0 -0
  19. data/vendor/assets/fonts/fontawesome-webfont-v=4.2.0.woff +0 -0
  20. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  21. data/vendor/assets/fonts/fontawesome-webfont.svg +414 -0
  22. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  23. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  24. data/vendor/assets/fonts/glyphicons-halflings-regular-.eot +0 -0
  25. data/vendor/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  26. data/vendor/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  27. data/vendor/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  28. data/vendor/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  29. data/vendor/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  30. data/vendor/assets/images/bootstrap/datatables/sort_asc.png +0 -0
  31. data/vendor/assets/images/bootstrap/datatables/sort_asc_disabled.png +0 -0
  32. data/vendor/assets/images/bootstrap/datatables/sort_both.png +0 -0
  33. data/vendor/assets/images/bootstrap/datatables/sort_desc.png +0 -0
  34. data/vendor/assets/images/bootstrap/datatables/sort_desc_disabled.png +0 -0
  35. data/vendor/assets/javascripts/bootstrap/bootstrap.min.js +7 -0
  36. data/vendor/assets/javascripts/bootstrap/dataTables.bootstrap.min.js +8 -0
  37. data/vendor/assets/javascripts/bootstrap_sb_admin_base_v2.js +25 -0
  38. data/vendor/assets/javascripts/flot/excanvas.min.js +1 -0
  39. data/vendor/assets/javascripts/flot/jquery.flot.js +3168 -0
  40. data/vendor/assets/javascripts/flot/jquery.flot.pie.js +820 -0
  41. data/vendor/assets/javascripts/flot/jquery.flot.resize.js +59 -0
  42. data/vendor/assets/javascripts/flot/jquery.flot.time.js +432 -0
  43. data/vendor/assets/javascripts/flot/jquery.flot.tooltip.min.js +12 -0
  44. data/vendor/assets/javascripts/jquery/jquery.dataTables.min.js +160 -0
  45. data/vendor/assets/javascripts/jquery/jquery.min.js +5 -0
  46. data/vendor/assets/javascripts/metis_menu/metisMenu.min.js +9 -0
  47. data/vendor/assets/javascripts/morris/morris.min.js +7 -0
  48. data/vendor/assets/javascripts/raphael/raphael-min.js +11 -0
  49. data/vendor/assets/javascripts/sb-admin-2/sb-admin-2.js +34 -0
  50. data/vendor/assets/stylesheets/bootstrap/bootstrap-social.scss +1840 -0
  51. data/vendor/assets/stylesheets/bootstrap/bootstrap.min.scss +8454 -0
  52. data/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss +324 -0
  53. data/vendor/assets/stylesheets/bootstrap/dataTables.responsive.scss +124 -0
  54. data/vendor/assets/stylesheets/bootstrap_sb_admin_base_v2.scss +6 -0
  55. data/vendor/assets/stylesheets/font-awesome/font-awesome.min.scss +1671 -0
  56. data/vendor/assets/stylesheets/metis_menu/metisMenu.min.scss +47 -0
  57. data/vendor/assets/stylesheets/morris/morris.scss +22 -0
  58. data/vendor/assets/stylesheets/sb-admin-2/sb-admin-2.scss +291 -0
  59. data/vendor/assets/stylesheets/timeline/timeline.scss +165 -0
  60. metadata +131 -0
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
3
+ * Copyright 2011-2015 Twitter, Inc.
4
+ * Licensed under the MIT license
5
+ */
6
+ if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.5",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.5",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),a(c.target).is('input[type="radio"]')||a(c.target).is('input[type="checkbox"]')||c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.5",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.5",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.5",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",c).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.5",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in"),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a(document.createElement("div")).addClass("modal-backdrop "+e).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c.VERSION="3.3.5",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),c.isInStateTrue()?void 0:(clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide())},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<o.top?"bottom":"right"==h&&k.right+l>o.width?"left":"left"==h&&k.left-l<o.left?"right":h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.5",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.5",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),
7
+ d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.5",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.5",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
@@ -0,0 +1,8 @@
1
+ /*!
2
+ DataTables Bootstrap 3 integration
3
+ ©2011-2014 SpryMedia Ltd - datatables.net/license
4
+ */
5
+ (function(){var f=function(c,b){c.extend(!0,b.defaults,{dom:"<'row'<'col-sm-6'l><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-6'i><'col-sm-6'p>>",renderer:"bootstrap"});c.extend(b.ext.classes,{sWrapper:"dataTables_wrapper form-inline dt-bootstrap",sFilterInput:"form-control input-sm",sLengthSelect:"form-control input-sm"});b.ext.renderer.pageButton.bootstrap=function(g,f,p,k,h,l){var q=new b.Api(g),r=g.oClasses,i=g.oLanguage.oPaginate,d,e,o=function(b,f){var j,m,n,a,k=function(a){a.preventDefault();
6
+ c(a.currentTarget).hasClass("disabled")||q.page(a.data.action).draw(!1)};j=0;for(m=f.length;j<m;j++)if(a=f[j],c.isArray(a))o(b,a);else{e=d="";switch(a){case "ellipsis":d="&hellip;";e="disabled";break;case "first":d=i.sFirst;e=a+(0<h?"":" disabled");break;case "previous":d=i.sPrevious;e=a+(0<h?"":" disabled");break;case "next":d=i.sNext;e=a+(h<l-1?"":" disabled");break;case "last":d=i.sLast;e=a+(h<l-1?"":" disabled");break;default:d=a+1,e=h===a?"active":""}d&&(n=c("<li>",{"class":r.sPageButton+" "+
7
+ e,"aria-controls":g.sTableId,tabindex:g.iTabIndex,id:0===p&&"string"===typeof a?g.sTableId+"_"+a:null}).append(c("<a>",{href:"#"}).html(d)).appendTo(b),g.oApi._fnBindAction(n,{action:a},k))}};o(c(f).empty().html('<ul class="pagination"/>').children("ul"),k)};b.TableTools&&(c.extend(!0,b.TableTools.classes,{container:"DTTT btn-group",buttons:{normal:"btn btn-default",disabled:"disabled"},collection:{container:"DTTT_dropdown dropdown-menu",buttons:{normal:"",disabled:"disabled"}},print:{info:"DTTT_print_info"},
8
+ select:{row:"active"}}),c.extend(!0,b.TableTools.DEFAULTS.oTags,{collection:{container:"ul",button:"li",liner:"a"}}))};"function"===typeof define&&define.amd?define(["jquery","datatables"],f):"object"===typeof exports?f(require("jquery"),require("datatables")):jQuery&&f(jQuery,jQuery.fn.dataTable)})(window,document);
@@ -0,0 +1,25 @@
1
+ // This is a manifest file that'll be compiled into bootstrap_sb_admin_base_v2.js, which will include all the files
2
+ // listed below.
3
+ //
4
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
+ // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
+ //
7
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
+ // compiled file.
9
+ //
10
+ // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
+ // about supported directives.
12
+ //
13
+ //= require ./jquery/jquery.min
14
+ //= require ./jquery/jquery.dataTables.min
15
+ //= require ./bootstrap/bootstrap.min
16
+ //= require ./bootstrap/dataTables.bootstrap.min
17
+ //= require_tree ./flot
18
+ //= require ./metis_menu/metisMenu.min
19
+ //= require ./morris/morris.min
20
+ //= require ./raphael/raphael-min
21
+ //= require ./sb-admin-2/sb-admin-2
22
+
23
+ $(document).ready(function(){
24
+
25
+ });
@@ -0,0 +1 @@
1
+ if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,p){var i=t.call(arguments,2);return function(){return j.apply(m,i.concat(t.call(arguments)))}}function af(i){return String(i).replace(/&/g,"&amp;").replace(/"/g,"&quot;")}function Y(m,j,i){if(!m.namespaces[j]){m.namespaces.add(j,i,"#default#VML")}}function R(j){Y(j,"g_vml_","urn:schemas-microsoft-com:vml");Y(j,"g_o_","urn:schemas-microsoft-com:office:office");if(!j.styleSheets.ex_canvas_){var i=j.createStyleSheet();i.owningElement.id="ex_canvas_";i.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}"}}R(document);var e={init:function(i){var j=i||document;j.createElement("canvas");j.attachEvent("onreadystatechange",g(this.init_,this,j))},init_:function(p){var m=p.getElementsByTagName("canvas");for(var j=0;j<m.length;j++){this.initElement(m[j])}},initElement:function(j){if(!j.getContext){j.getContext=y;R(j.ownerDocument);j.innerHTML="";j.attachEvent("onpropertychange",x);j.attachEvent("onresize",W);var i=j.attributes;if(i.width&&i.width.specified){j.style.width=i.width.nodeValue+"px"}else{j.width=j.clientWidth}if(i.height&&i.height.specified){j.style.height=i.height.nodeValue+"px"}else{j.height=j.clientHeight}}return j}};function x(j){var i=j.srcElement;switch(j.propertyName){case"width":i.getContext().clearRect();i.style.width=i.attributes.width.nodeValue+"px";i.firstChild.style.width=i.clientWidth+"px";break;case"height":i.getContext().clearRect();i.style.height=i.attributes.height.nodeValue+"px";i.firstChild.style.height=i.clientHeight+"px";break}}function W(j){var i=j.srcElement;if(i.firstChild){i.firstChild.style.width=i.clientWidth+"px";i.firstChild.style.height=i.clientHeight+"px"}}e.init();var k=[];for(var ae=0;ae<16;ae++){for(var ad=0;ad<16;ad++){k[ae*16+ad]=ae.toString(16)+ad.toString(16)}}function B(){return[[1,0,0],[0,1,0],[0,0,1]]}function J(p,m){var j=B();for(var i=0;i<3;i++){for(var ah=0;ah<3;ah++){var Z=0;for(var ag=0;ag<3;ag++){Z+=p[i][ag]*m[ag][ah]}j[i][ah]=Z}}return j}function v(j,i){i.fillStyle=j.fillStyle;i.lineCap=j.lineCap;i.lineJoin=j.lineJoin;i.lineWidth=j.lineWidth;i.miterLimit=j.miterLimit;i.shadowBlur=j.shadowBlur;i.shadowColor=j.shadowColor;i.shadowOffsetX=j.shadowOffsetX;i.shadowOffsetY=j.shadowOffsetY;i.strokeStyle=j.strokeStyle;i.globalAlpha=j.globalAlpha;i.font=j.font;i.textAlign=j.textAlign;i.textBaseline=j.textBaseline;i.arcScaleX_=j.arcScaleX_;i.arcScaleY_=j.arcScaleY_;i.lineScale_=j.lineScale_}var b={aliceblue:"#F0F8FF",antiquewhite:"#FAEBD7",aquamarine:"#7FFFD4",azure:"#F0FFFF",beige:"#F5F5DC",bisque:"#FFE4C4",black:"#000000",blanchedalmond:"#FFEBCD",blueviolet:"#8A2BE2",brown:"#A52A2A",burlywood:"#DEB887",cadetblue:"#5F9EA0",chartreuse:"#7FFF00",chocolate:"#D2691E",coral:"#FF7F50",cornflowerblue:"#6495ED",cornsilk:"#FFF8DC",crimson:"#DC143C",cyan:"#00FFFF",darkblue:"#00008B",darkcyan:"#008B8B",darkgoldenrod:"#B8860B",darkgray:"#A9A9A9",darkgreen:"#006400",darkgrey:"#A9A9A9",darkkhaki:"#BDB76B",darkmagenta:"#8B008B",darkolivegreen:"#556B2F",darkorange:"#FF8C00",darkorchid:"#9932CC",darkred:"#8B0000",darksalmon:"#E9967A",darkseagreen:"#8FBC8F",darkslateblue:"#483D8B",darkslategray:"#2F4F4F",darkslategrey:"#2F4F4F",darkturquoise:"#00CED1",darkviolet:"#9400D3",deeppink:"#FF1493",deepskyblue:"#00BFFF",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1E90FF",firebrick:"#B22222",floralwhite:"#FFFAF0",forestgreen:"#228B22",gainsboro:"#DCDCDC",ghostwhite:"#F8F8FF",gold:"#FFD700",goldenrod:"#DAA520",grey:"#808080",greenyellow:"#ADFF2F",honeydew:"#F0FFF0",hotpink:"#FF69B4",indianred:"#CD5C5C",indigo:"#4B0082",ivory:"#FFFFF0",khaki:"#F0E68C",lavender:"#E6E6FA",lavenderblush:"#FFF0F5",lawngreen:"#7CFC00",lemonchiffon:"#FFFACD",lightblue:"#ADD8E6",lightcoral:"#F08080",lightcyan:"#E0FFFF",lightgoldenrodyellow:"#FAFAD2",lightgreen:"#90EE90",lightgrey:"#D3D3D3",lightpink:"#FFB6C1",lightsalmon:"#FFA07A",lightseagreen:"#20B2AA",lightskyblue:"#87CEFA",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#B0C4DE",lightyellow:"#FFFFE0",limegreen:"#32CD32",linen:"#FAF0E6",magenta:"#FF00FF",mediumaquamarine:"#66CDAA",mediumblue:"#0000CD",mediumorchid:"#BA55D3",mediumpurple:"#9370DB",mediumseagreen:"#3CB371",mediumslateblue:"#7B68EE",mediumspringgreen:"#00FA9A",mediumturquoise:"#48D1CC",mediumvioletred:"#C71585",midnightblue:"#191970",mintcream:"#F5FFFA",mistyrose:"#FFE4E1",moccasin:"#FFE4B5",navajowhite:"#FFDEAD",oldlace:"#FDF5E6",olivedrab:"#6B8E23",orange:"#FFA500",orangered:"#FF4500",orchid:"#DA70D6",palegoldenrod:"#EEE8AA",palegreen:"#98FB98",paleturquoise:"#AFEEEE",palevioletred:"#DB7093",papayawhip:"#FFEFD5",peachpuff:"#FFDAB9",peru:"#CD853F",pink:"#FFC0CB",plum:"#DDA0DD",powderblue:"#B0E0E6",rosybrown:"#BC8F8F",royalblue:"#4169E1",saddlebrown:"#8B4513",salmon:"#FA8072",sandybrown:"#F4A460",seagreen:"#2E8B57",seashell:"#FFF5EE",sienna:"#A0522D",skyblue:"#87CEEB",slateblue:"#6A5ACD",slategray:"#708090",slategrey:"#708090",snow:"#FFFAFA",springgreen:"#00FF7F",steelblue:"#4682B4",tan:"#D2B48C",thistle:"#D8BFD8",tomato:"#FF6347",turquoise:"#40E0D0",violet:"#EE82EE",wheat:"#F5DEB3",whitesmoke:"#F5F5F5",yellowgreen:"#9ACD32"};function M(j){var p=j.indexOf("(",3);var i=j.indexOf(")",p+1);var m=j.substring(p+1,i).split(",");if(m.length!=4||j.charAt(3)!="a"){m[3]=1}return m}function c(i){return parseFloat(i)/100}function r(j,m,i){return Math.min(i,Math.max(m,j))}function I(ag){var i,ai,aj,ah,ak,Z;ah=parseFloat(ag[0])/360%360;if(ah<0){ah++}ak=r(c(ag[1]),0,1);Z=r(c(ag[2]),0,1);if(ak==0){i=ai=aj=Z}else{var j=Z<0.5?Z*(1+ak):Z+ak-Z*ak;var m=2*Z-j;i=a(m,j,ah+1/3);ai=a(m,j,ah);aj=a(m,j,ah-1/3)}return"#"+k[Math.floor(i*255)]+k[Math.floor(ai*255)]+k[Math.floor(aj*255)]}function a(j,i,m){if(m<0){m++}if(m>1){m--}if(6*m<1){return j+(i-j)*6*m}else{if(2*m<1){return i}else{if(3*m<2){return j+(i-j)*(2/3-m)*6}else{return j}}}}var C={};function F(j){if(j in C){return C[j]}var ag,Z=1;j=String(j);if(j.charAt(0)=="#"){ag=j}else{if(/^rgb/.test(j)){var p=M(j);var ag="#",ah;for(var m=0;m<3;m++){if(p[m].indexOf("%")!=-1){ah=Math.floor(c(p[m])*255)}else{ah=+p[m]}ag+=k[r(ah,0,255)]}Z=+p[3]}else{if(/^hsl/.test(j)){var p=M(j);ag=I(p);Z=p[3]}else{ag=b[j]||j}}}return C[j]={color:ag,alpha:Z}}var o={style:"normal",variant:"normal",weight:"normal",size:10,family:"sans-serif"};var L={};function E(i){if(L[i]){return L[i]}var p=document.createElement("div");var m=p.style;try{m.font=i}catch(j){}return L[i]={style:m.fontStyle||o.style,variant:m.fontVariant||o.variant,weight:m.fontWeight||o.weight,size:m.fontSize||o.size,family:m.fontFamily||o.family}}function u(m,j){var i={};for(var ah in m){i[ah]=m[ah]}var ag=parseFloat(j.currentStyle.fontSize),Z=parseFloat(m.size);if(typeof m.size=="number"){i.size=m.size}else{if(m.size.indexOf("px")!=-1){i.size=Z}else{if(m.size.indexOf("em")!=-1){i.size=ag*Z}else{if(m.size.indexOf("%")!=-1){i.size=(ag/100)*Z}else{if(m.size.indexOf("pt")!=-1){i.size=Z/0.75}else{i.size=ag}}}}}i.size*=0.981;return i}function ac(i){return i.style+" "+i.variant+" "+i.weight+" "+i.size+"px "+i.family}var s={butt:"flat",round:"round"};function S(i){return s[i]||"square"}function D(i){this.m_=B();this.mStack_=[];this.aStack_=[];this.currentPath_=[];this.strokeStyle="#000";this.fillStyle="#000";this.lineWidth=1;this.lineJoin="miter";this.lineCap="butt";this.miterLimit=d*1;this.globalAlpha=1;this.font="10px sans-serif";this.textAlign="left";this.textBaseline="alphabetic";this.canvas=i;var m="width:"+i.clientWidth+"px;height:"+i.clientHeight+"px;overflow:hidden;position:absolute";var j=i.ownerDocument.createElement("div");j.style.cssText=m;i.appendChild(j);var p=j.cloneNode(false);p.style.backgroundColor="red";p.style.filter="alpha(opacity=0)";i.appendChild(p);this.element_=j;this.arcScaleX_=1;this.arcScaleY_=1;this.lineScale_=1}var q=D.prototype;q.clearRect=function(){if(this.textMeasureEl_){this.textMeasureEl_.removeNode(true);this.textMeasureEl_=null}this.element_.innerHTML=""};q.beginPath=function(){this.currentPath_=[]};q.moveTo=function(j,i){var m=V(this,j,i);this.currentPath_.push({type:"moveTo",x:m.x,y:m.y});this.currentX_=m.x;this.currentY_=m.y};q.lineTo=function(j,i){var m=V(this,j,i);this.currentPath_.push({type:"lineTo",x:m.x,y:m.y});this.currentX_=m.x;this.currentY_=m.y};q.bezierCurveTo=function(m,j,ak,aj,ai,ag){var i=V(this,ai,ag);var ah=V(this,m,j);var Z=V(this,ak,aj);K(this,ah,Z,i)};function K(i,Z,m,j){i.currentPath_.push({type:"bezierCurveTo",cp1x:Z.x,cp1y:Z.y,cp2x:m.x,cp2y:m.y,x:j.x,y:j.y});i.currentX_=j.x;i.currentY_=j.y}q.quadraticCurveTo=function(ai,m,j,i){var ah=V(this,ai,m);var ag=V(this,j,i);var aj={x:this.currentX_+2/3*(ah.x-this.currentX_),y:this.currentY_+2/3*(ah.y-this.currentY_)};var Z={x:aj.x+(ag.x-this.currentX_)/3,y:aj.y+(ag.y-this.currentY_)/3};K(this,aj,Z,ag)};q.arc=function(al,aj,ak,ag,j,m){ak*=d;var ap=m?"at":"wa";var am=al+A(ag)*ak-f;var ao=aj+l(ag)*ak-f;var i=al+A(j)*ak-f;var an=aj+l(j)*ak-f;if(am==i&&!m){am+=0.125}var Z=V(this,al,aj);var ai=V(this,am,ao);var ah=V(this,i,an);this.currentPath_.push({type:ap,x:Z.x,y:Z.y,radius:ak,xStart:ai.x,yStart:ai.y,xEnd:ah.x,yEnd:ah.y})};q.rect=function(m,j,i,p){this.moveTo(m,j);this.lineTo(m+i,j);this.lineTo(m+i,j+p);this.lineTo(m,j+p);this.closePath()};q.strokeRect=function(m,j,i,p){var Z=this.currentPath_;this.beginPath();this.moveTo(m,j);this.lineTo(m+i,j);this.lineTo(m+i,j+p);this.lineTo(m,j+p);this.closePath();this.stroke();this.currentPath_=Z};q.fillRect=function(m,j,i,p){var Z=this.currentPath_;this.beginPath();this.moveTo(m,j);this.lineTo(m+i,j);this.lineTo(m+i,j+p);this.lineTo(m,j+p);this.closePath();this.fill();this.currentPath_=Z};q.createLinearGradient=function(j,p,i,m){var Z=new U("gradient");Z.x0_=j;Z.y0_=p;Z.x1_=i;Z.y1_=m;return Z};q.createRadialGradient=function(p,ag,m,j,Z,i){var ah=new U("gradientradial");ah.x0_=p;ah.y0_=ag;ah.r0_=m;ah.x1_=j;ah.y1_=Z;ah.r1_=i;return ah};q.drawImage=function(aq,m){var aj,ah,al,ay,ao,am,at,aA;var ak=aq.runtimeStyle.width;var ap=aq.runtimeStyle.height;aq.runtimeStyle.width="auto";aq.runtimeStyle.height="auto";var ai=aq.width;var aw=aq.height;aq.runtimeStyle.width=ak;aq.runtimeStyle.height=ap;if(arguments.length==3){aj=arguments[1];ah=arguments[2];ao=am=0;at=al=ai;aA=ay=aw}else{if(arguments.length==5){aj=arguments[1];ah=arguments[2];al=arguments[3];ay=arguments[4];ao=am=0;at=ai;aA=aw}else{if(arguments.length==9){ao=arguments[1];am=arguments[2];at=arguments[3];aA=arguments[4];aj=arguments[5];ah=arguments[6];al=arguments[7];ay=arguments[8]}else{throw Error("Invalid number of arguments")}}}var az=V(this,aj,ah);var p=at/2;var j=aA/2;var ax=[];var i=10;var ag=10;ax.push(" <g_vml_:group",' coordsize="',d*i,",",d*ag,'"',' coordorigin="0,0"',' style="width:',i,"px;height:",ag,"px;position:absolute;");if(this.m_[0][0]!=1||this.m_[0][1]||this.m_[1][1]!=1||this.m_[1][0]){var Z=[];Z.push("M11=",this.m_[0][0],",","M12=",this.m_[1][0],",","M21=",this.m_[0][1],",","M22=",this.m_[1][1],",","Dx=",n(az.x/d),",","Dy=",n(az.y/d),"");var av=az;var au=V(this,aj+al,ah);var ar=V(this,aj,ah+ay);var an=V(this,aj+al,ah+ay);av.x=ab.max(av.x,au.x,ar.x,an.x);av.y=ab.max(av.y,au.y,ar.y,an.y);ax.push("padding:0 ",n(av.x/d),"px ",n(av.y/d),"px 0;filter:progid:DXImageTransform.Microsoft.Matrix(",Z.join(""),", sizingmethod='clip');")}else{ax.push("top:",n(az.y/d),"px;left:",n(az.x/d),"px;")}ax.push(' ">','<g_vml_:image src="',aq.src,'"',' style="width:',d*al,"px;"," height:",d*ay,'px"',' cropleft="',ao/ai,'"',' croptop="',am/aw,'"',' cropright="',(ai-ao-at)/ai,'"',' cropbottom="',(aw-am-aA)/aw,'"'," />","</g_vml_:group>");this.element_.insertAdjacentHTML("BeforeEnd",ax.join(""))};q.stroke=function(ao){var Z=10;var ap=10;var ag=5000;var ai={x:null,y:null};var an={x:null,y:null};for(var aj=0;aj<this.currentPath_.length;aj+=ag){var am=[];var ah=false;am.push("<g_vml_:shape",' filled="',!!ao,'"',' style="position:absolute;width:',Z,"px;height:",ap,'px;"',' coordorigin="0,0"',' coordsize="',d*Z,",",d*ap,'"',' stroked="',!ao,'"',' path="');var aq=false;for(var ak=aj;ak<Math.min(aj+ag,this.currentPath_.length);ak++){if(ak%ag==0&&ak>0){am.push(" m ",n(this.currentPath_[ak-1].x),",",n(this.currentPath_[ak-1].y))}var m=this.currentPath_[ak];var al;switch(m.type){case"moveTo":al=m;am.push(" m ",n(m.x),",",n(m.y));break;case"lineTo":am.push(" l ",n(m.x),",",n(m.y));break;case"close":am.push(" x ");m=null;break;case"bezierCurveTo":am.push(" c ",n(m.cp1x),",",n(m.cp1y),",",n(m.cp2x),",",n(m.cp2y),",",n(m.x),",",n(m.y));break;case"at":case"wa":am.push(" ",m.type," ",n(m.x-this.arcScaleX_*m.radius),",",n(m.y-this.arcScaleY_*m.radius)," ",n(m.x+this.arcScaleX_*m.radius),",",n(m.y+this.arcScaleY_*m.radius)," ",n(m.xStart),",",n(m.yStart)," ",n(m.xEnd),",",n(m.yEnd));break}if(m){if(ai.x==null||m.x<ai.x){ai.x=m.x}if(an.x==null||m.x>an.x){an.x=m.x}if(ai.y==null||m.y<ai.y){ai.y=m.y}if(an.y==null||m.y>an.y){an.y=m.y}}}am.push(' ">');if(!ao){w(this,am)}else{G(this,am,ai,an)}am.push("</g_vml_:shape>");this.element_.insertAdjacentHTML("beforeEnd",am.join(""))}};function w(m,ag){var j=F(m.strokeStyle);var p=j.color;var Z=j.alpha*m.globalAlpha;var i=m.lineScale_*m.lineWidth;if(i<1){Z*=i}ag.push("<g_vml_:stroke",' opacity="',Z,'"',' joinstyle="',m.lineJoin,'"',' miterlimit="',m.miterLimit,'"',' endcap="',S(m.lineCap),'"',' weight="',i,'px"',' color="',p,'" />')}function G(aq,ai,aK,ar){var aj=aq.fillStyle;var aB=aq.arcScaleX_;var aA=aq.arcScaleY_;var j=ar.x-aK.x;var p=ar.y-aK.y;if(aj instanceof U){var an=0;var aF={x:0,y:0};var ax=0;var am=1;if(aj.type_=="gradient"){var al=aj.x0_/aB;var m=aj.y0_/aA;var ak=aj.x1_/aB;var aM=aj.y1_/aA;var aJ=V(aq,al,m);var aI=V(aq,ak,aM);var ag=aI.x-aJ.x;var Z=aI.y-aJ.y;an=Math.atan2(ag,Z)*180/Math.PI;if(an<0){an+=360}if(an<0.000001){an=0}}else{var aJ=V(aq,aj.x0_,aj.y0_);aF={x:(aJ.x-aK.x)/j,y:(aJ.y-aK.y)/p};j/=aB*d;p/=aA*d;var aD=ab.max(j,p);ax=2*aj.r0_/aD;am=2*aj.r1_/aD-ax}var av=aj.colors_;av.sort(function(aN,i){return aN.offset-i.offset});var ap=av.length;var au=av[0].color;var at=av[ap-1].color;var az=av[0].alpha*aq.globalAlpha;var ay=av[ap-1].alpha*aq.globalAlpha;var aE=[];for(var aH=0;aH<ap;aH++){var ao=av[aH];aE.push(ao.offset*am+ax+" "+ao.color)}ai.push('<g_vml_:fill type="',aj.type_,'"',' method="none" focus="100%"',' color="',au,'"',' color2="',at,'"',' colors="',aE.join(","),'"',' opacity="',ay,'"',' g_o_:opacity2="',az,'"',' angle="',an,'"',' focusposition="',aF.x,",",aF.y,'" />')}else{if(aj instanceof T){if(j&&p){var ah=-aK.x;var aC=-aK.y;ai.push("<g_vml_:fill",' position="',ah/j*aB*aB,",",aC/p*aA*aA,'"',' type="tile"',' src="',aj.src_,'" />')}}else{var aL=F(aq.fillStyle);var aw=aL.color;var aG=aL.alpha*aq.globalAlpha;ai.push('<g_vml_:fill color="',aw,'" opacity="',aG,'" />')}}}q.fill=function(){this.stroke(true)};q.closePath=function(){this.currentPath_.push({type:"close"})};function V(j,Z,p){var i=j.m_;return{x:d*(Z*i[0][0]+p*i[1][0]+i[2][0])-f,y:d*(Z*i[0][1]+p*i[1][1]+i[2][1])-f}}q.save=function(){var i={};v(this,i);this.aStack_.push(i);this.mStack_.push(this.m_);this.m_=J(B(),this.m_)};q.restore=function(){if(this.aStack_.length){v(this.aStack_.pop(),this);this.m_=this.mStack_.pop()}};function h(i){return isFinite(i[0][0])&&isFinite(i[0][1])&&isFinite(i[1][0])&&isFinite(i[1][1])&&isFinite(i[2][0])&&isFinite(i[2][1])}function aa(j,i,p){if(!h(i)){return}j.m_=i;if(p){var Z=i[0][0]*i[1][1]-i[0][1]*i[1][0];j.lineScale_=N(H(Z))}}q.translate=function(m,j){var i=[[1,0,0],[0,1,0],[m,j,1]];aa(this,J(i,this.m_),false)};q.rotate=function(j){var p=A(j);var m=l(j);var i=[[p,m,0],[-m,p,0],[0,0,1]];aa(this,J(i,this.m_),false)};q.scale=function(m,j){this.arcScaleX_*=m;this.arcScaleY_*=j;var i=[[m,0,0],[0,j,0],[0,0,1]];aa(this,J(i,this.m_),true)};q.transform=function(Z,p,ah,ag,j,i){var m=[[Z,p,0],[ah,ag,0],[j,i,1]];aa(this,J(m,this.m_),true)};q.setTransform=function(ag,Z,ai,ah,p,j){var i=[[ag,Z,0],[ai,ah,0],[p,j,1]];aa(this,i,true)};q.drawText_=function(am,ak,aj,ap,ai){var ao=this.m_,at=1000,j=0,ar=at,ah={x:0,y:0},ag=[];var i=u(E(this.font),this.element_);var p=ac(i);var au=this.element_.currentStyle;var Z=this.textAlign.toLowerCase();switch(Z){case"left":case"center":case"right":break;case"end":Z=au.direction=="ltr"?"right":"left";break;case"start":Z=au.direction=="rtl"?"right":"left";break;default:Z="left"}switch(this.textBaseline){case"hanging":case"top":ah.y=i.size/1.75;break;case"middle":break;default:case null:case"alphabetic":case"ideographic":case"bottom":ah.y=-i.size/2.25;break}switch(Z){case"right":j=at;ar=0.05;break;case"center":j=ar=at/2;break}var aq=V(this,ak+ah.x,aj+ah.y);ag.push('<g_vml_:line from="',-j,' 0" to="',ar,' 0.05" ',' coordsize="100 100" coordorigin="0 0"',' filled="',!ai,'" stroked="',!!ai,'" style="position:absolute;width:1px;height:1px;">');if(ai){w(this,ag)}else{G(this,ag,{x:-j,y:0},{x:ar,y:i.size})}var an=ao[0][0].toFixed(3)+","+ao[1][0].toFixed(3)+","+ao[0][1].toFixed(3)+","+ao[1][1].toFixed(3)+",0,0";var al=n(aq.x/d)+","+n(aq.y/d);ag.push('<g_vml_:skew on="t" matrix="',an,'" ',' offset="',al,'" origin="',j,' 0" />','<g_vml_:path textpathok="true" />','<g_vml_:textpath on="true" string="',af(am),'" style="v-text-align:',Z,";font:",af(p),'" /></g_vml_:line>');this.element_.insertAdjacentHTML("beforeEnd",ag.join(""))};q.fillText=function(m,i,p,j){this.drawText_(m,i,p,j,false)};q.strokeText=function(m,i,p,j){this.drawText_(m,i,p,j,true)};q.measureText=function(m){if(!this.textMeasureEl_){var i='<span style="position:absolute;top:-20000px;left:0;padding:0;margin:0;border:none;white-space:pre;"></span>';this.element_.insertAdjacentHTML("beforeEnd",i);this.textMeasureEl_=this.element_.lastChild}var j=this.element_.ownerDocument;this.textMeasureEl_.innerHTML="";this.textMeasureEl_.style.font=this.font;this.textMeasureEl_.appendChild(j.createTextNode(m));return{width:this.textMeasureEl_.offsetWidth}};q.clip=function(){};q.arcTo=function(){};q.createPattern=function(j,i){return new T(j,i)};function U(i){this.type_=i;this.x0_=0;this.y0_=0;this.r0_=0;this.x1_=0;this.y1_=0;this.r1_=0;this.colors_=[]}U.prototype.addColorStop=function(j,i){i=F(i);this.colors_.push({offset:j,color:i.color,alpha:i.alpha})};function T(j,i){Q(j);switch(i){case"repeat":case null:case"":this.repetition_="repeat";break;case"repeat-x":case"repeat-y":case"no-repeat":this.repetition_=i;break;default:O("SYNTAX_ERR")}this.src_=j.src;this.width_=j.width;this.height_=j.height}function O(i){throw new P(i)}function Q(i){if(!i||i.nodeType!=1||i.tagName!="IMG"){O("TYPE_MISMATCH_ERR")}if(i.readyState!="complete"){O("INVALID_STATE_ERR")}}function P(i){this.code=this[i];this.message=i+": DOM Exception "+this.code}var X=P.prototype=new Error;X.INDEX_SIZE_ERR=1;X.DOMSTRING_SIZE_ERR=2;X.HIERARCHY_REQUEST_ERR=3;X.WRONG_DOCUMENT_ERR=4;X.INVALID_CHARACTER_ERR=5;X.NO_DATA_ALLOWED_ERR=6;X.NO_MODIFICATION_ALLOWED_ERR=7;X.NOT_FOUND_ERR=8;X.NOT_SUPPORTED_ERR=9;X.INUSE_ATTRIBUTE_ERR=10;X.INVALID_STATE_ERR=11;X.SYNTAX_ERR=12;X.INVALID_MODIFICATION_ERR=13;X.NAMESPACE_ERR=14;X.INVALID_ACCESS_ERR=15;X.VALIDATION_ERR=16;X.TYPE_MISMATCH_ERR=17;G_vmlCanvasManager=e;CanvasRenderingContext2D=D;CanvasGradient=U;CanvasPattern=T;DOMException=P})()};
@@ -0,0 +1,3168 @@
1
+ /* Javascript plotting library for jQuery, version 0.8.3.
2
+
3
+ Copyright (c) 2007-2014 IOLA and Ole Laursen.
4
+ Licensed under the MIT license.
5
+
6
+ */
7
+
8
+ // first an inline dependency, jquery.colorhelpers.js, we inline it here
9
+ // for convenience
10
+
11
+ /* Plugin for jQuery for working with colors.
12
+ *
13
+ * Version 1.1.
14
+ *
15
+ * Inspiration from jQuery color animation plugin by John Resig.
16
+ *
17
+ * Released under the MIT license by Ole Laursen, October 2009.
18
+ *
19
+ * Examples:
20
+ *
21
+ * $.color.parse("#fff").scale('rgb', 0.25).add('a', -0.5).toString()
22
+ * var c = $.color.extract($("#mydiv"), 'background-color');
23
+ * console.log(c.r, c.g, c.b, c.a);
24
+ * $.color.make(100, 50, 25, 0.4).toString() // returns "rgba(100,50,25,0.4)"
25
+ *
26
+ * Note that .scale() and .add() return the same modified object
27
+ * instead of making a new one.
28
+ *
29
+ * V. 1.1: Fix error handling so e.g. parsing an empty string does
30
+ * produce a color rather than just crashing.
31
+ */
32
+ (function($){$.color={};$.color.make=function(r,g,b,a){var o={};o.r=r||0;o.g=g||0;o.b=b||0;o.a=a!=null?a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale=function(c,f){for(var i=0;i<c.length;++i)o[c.charAt(i)]*=f;return o.normalize()};o.toString=function(){if(o.a>=1){return"rgb("+[o.r,o.g,o.b].join(",")+")"}else{return"rgba("+[o.r,o.g,o.b,o.a].join(",")+")"}};o.normalize=function(){function clamp(min,value,max){return value<min?min:value>max?max:value}o.r=clamp(0,parseInt(o.r),255);o.g=clamp(0,parseInt(o.g),255);o.b=clamp(0,parseInt(o.b),255);o.a=clamp(0,o.a,1);return o};o.clone=function(){return $.color.make(o.r,o.b,o.g,o.a)};return o.normalize()};$.color.extract=function(elem,css){var c;do{c=elem.css(css).toLowerCase();if(c!=""&&c!="transparent")break;elem=elem.parent()}while(elem.length&&!$.nodeName(elem.get(0),"body"));if(c=="rgba(0, 0, 0, 0)")c="transparent";return $.color.parse(c)};$.color.parse=function(str){var res,m=$.color.make;if(res=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10));if(res=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10),parseFloat(res[4]));if(res=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55);if(res=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55,parseFloat(res[4]));if(res=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(str))return m(parseInt(res[1],16),parseInt(res[2],16),parseInt(res[3],16));if(res=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(str))return m(parseInt(res[1]+res[1],16),parseInt(res[2]+res[2],16),parseInt(res[3]+res[3],16));var name=$.trim(str).toLowerCase();if(name=="transparent")return m(255,255,255,0);else{res=lookupColors[name]||[0,0,0];return m(res[0],res[1],res[2])}};var lookupColors={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);
33
+
34
+ // the actual Flot code
35
+ (function($) {
36
+
37
+ // Cache the prototype hasOwnProperty for faster access
38
+
39
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
40
+
41
+ // A shim to provide 'detach' to jQuery versions prior to 1.4. Using a DOM
42
+ // operation produces the same effect as detach, i.e. removing the element
43
+ // without touching its jQuery data.
44
+
45
+ // Do not merge this into Flot 0.9, since it requires jQuery 1.4.4+.
46
+
47
+ if (!$.fn.detach) {
48
+ $.fn.detach = function() {
49
+ return this.each(function() {
50
+ if (this.parentNode) {
51
+ this.parentNode.removeChild( this );
52
+ }
53
+ });
54
+ };
55
+ }
56
+
57
+ ///////////////////////////////////////////////////////////////////////////
58
+ // The Canvas object is a wrapper around an HTML5 <canvas> tag.
59
+ //
60
+ // @constructor
61
+ // @param {string} cls List of classes to apply to the canvas.
62
+ // @param {element} container Element onto which to append the canvas.
63
+ //
64
+ // Requiring a container is a little iffy, but unfortunately canvas
65
+ // operations don't work unless the canvas is attached to the DOM.
66
+
67
+ function Canvas(cls, container) {
68
+
69
+ var element = container.children("." + cls)[0];
70
+
71
+ if (element == null) {
72
+
73
+ element = document.createElement("canvas");
74
+ element.className = cls;
75
+
76
+ $(element).css({ direction: "ltr", position: "absolute", left: 0, top: 0 })
77
+ .appendTo(container);
78
+
79
+ // If HTML5 Canvas isn't available, fall back to [Ex|Flash]canvas
80
+
81
+ if (!element.getContext) {
82
+ if (window.G_vmlCanvasManager) {
83
+ element = window.G_vmlCanvasManager.initElement(element);
84
+ } else {
85
+ throw new Error("Canvas is not available. If you're using IE with a fall-back such as Excanvas, then there's either a mistake in your conditional include, or the page has no DOCTYPE and is rendering in Quirks Mode.");
86
+ }
87
+ }
88
+ }
89
+
90
+ this.element = element;
91
+
92
+ var context = this.context = element.getContext("2d");
93
+
94
+ // Determine the screen's ratio of physical to device-independent
95
+ // pixels. This is the ratio between the canvas width that the browser
96
+ // advertises and the number of pixels actually present in that space.
97
+
98
+ // The iPhone 4, for example, has a device-independent width of 320px,
99
+ // but its screen is actually 640px wide. It therefore has a pixel
100
+ // ratio of 2, while most normal devices have a ratio of 1.
101
+
102
+ var devicePixelRatio = window.devicePixelRatio || 1,
103
+ backingStoreRatio =
104
+ context.webkitBackingStorePixelRatio ||
105
+ context.mozBackingStorePixelRatio ||
106
+ context.msBackingStorePixelRatio ||
107
+ context.oBackingStorePixelRatio ||
108
+ context.backingStorePixelRatio || 1;
109
+
110
+ this.pixelRatio = devicePixelRatio / backingStoreRatio;
111
+
112
+ // Size the canvas to match the internal dimensions of its container
113
+
114
+ this.resize(container.width(), container.height());
115
+
116
+ // Collection of HTML div layers for text overlaid onto the canvas
117
+
118
+ this.textContainer = null;
119
+ this.text = {};
120
+
121
+ // Cache of text fragments and metrics, so we can avoid expensively
122
+ // re-calculating them when the plot is re-rendered in a loop.
123
+
124
+ this._textCache = {};
125
+ }
126
+
127
+ // Resizes the canvas to the given dimensions.
128
+ //
129
+ // @param {number} width New width of the canvas, in pixels.
130
+ // @param {number} width New height of the canvas, in pixels.
131
+
132
+ Canvas.prototype.resize = function(width, height) {
133
+
134
+ if (width <= 0 || height <= 0) {
135
+ throw new Error("Invalid dimensions for plot, width = " + width + ", height = " + height);
136
+ }
137
+
138
+ var element = this.element,
139
+ context = this.context,
140
+ pixelRatio = this.pixelRatio;
141
+
142
+ // Resize the canvas, increasing its density based on the display's
143
+ // pixel ratio; basically giving it more pixels without increasing the
144
+ // size of its element, to take advantage of the fact that retina
145
+ // displays have that many more pixels in the same advertised space.
146
+
147
+ // Resizing should reset the state (excanvas seems to be buggy though)
148
+
149
+ if (this.width != width) {
150
+ element.width = width * pixelRatio;
151
+ element.style.width = width + "px";
152
+ this.width = width;
153
+ }
154
+
155
+ if (this.height != height) {
156
+ element.height = height * pixelRatio;
157
+ element.style.height = height + "px";
158
+ this.height = height;
159
+ }
160
+
161
+ // Save the context, so we can reset in case we get replotted. The
162
+ // restore ensure that we're really back at the initial state, and
163
+ // should be safe even if we haven't saved the initial state yet.
164
+
165
+ context.restore();
166
+ context.save();
167
+
168
+ // Scale the coordinate space to match the display density; so even though we
169
+ // may have twice as many pixels, we still want lines and other drawing to
170
+ // appear at the same size; the extra pixels will just make them crisper.
171
+
172
+ context.scale(pixelRatio, pixelRatio);
173
+ };
174
+
175
+ // Clears the entire canvas area, not including any overlaid HTML text
176
+
177
+ Canvas.prototype.clear = function() {
178
+ this.context.clearRect(0, 0, this.width, this.height);
179
+ };
180
+
181
+ // Finishes rendering the canvas, including managing the text overlay.
182
+
183
+ Canvas.prototype.render = function() {
184
+
185
+ var cache = this._textCache;
186
+
187
+ // For each text layer, add elements marked as active that haven't
188
+ // already been rendered, and remove those that are no longer active.
189
+
190
+ for (var layerKey in cache) {
191
+ if (hasOwnProperty.call(cache, layerKey)) {
192
+
193
+ var layer = this.getTextLayer(layerKey),
194
+ layerCache = cache[layerKey];
195
+
196
+ layer.hide();
197
+
198
+ for (var styleKey in layerCache) {
199
+ if (hasOwnProperty.call(layerCache, styleKey)) {
200
+ var styleCache = layerCache[styleKey];
201
+ for (var key in styleCache) {
202
+ if (hasOwnProperty.call(styleCache, key)) {
203
+
204
+ var positions = styleCache[key].positions;
205
+
206
+ for (var i = 0, position; position = positions[i]; i++) {
207
+ if (position.active) {
208
+ if (!position.rendered) {
209
+ layer.append(position.element);
210
+ position.rendered = true;
211
+ }
212
+ } else {
213
+ positions.splice(i--, 1);
214
+ if (position.rendered) {
215
+ position.element.detach();
216
+ }
217
+ }
218
+ }
219
+
220
+ if (positions.length == 0) {
221
+ delete styleCache[key];
222
+ }
223
+ }
224
+ }
225
+ }
226
+ }
227
+
228
+ layer.show();
229
+ }
230
+ }
231
+ };
232
+
233
+ // Creates (if necessary) and returns the text overlay container.
234
+ //
235
+ // @param {string} classes String of space-separated CSS classes used to
236
+ // uniquely identify the text layer.
237
+ // @return {object} The jQuery-wrapped text-layer div.
238
+
239
+ Canvas.prototype.getTextLayer = function(classes) {
240
+
241
+ var layer = this.text[classes];
242
+
243
+ // Create the text layer if it doesn't exist
244
+
245
+ if (layer == null) {
246
+
247
+ // Create the text layer container, if it doesn't exist
248
+
249
+ if (this.textContainer == null) {
250
+ this.textContainer = $("<div class='flot-text'></div>")
251
+ .css({
252
+ position: "absolute",
253
+ top: 0,
254
+ left: 0,
255
+ bottom: 0,
256
+ right: 0,
257
+ 'font-size': "smaller",
258
+ color: "#545454"
259
+ })
260
+ .insertAfter(this.element);
261
+ }
262
+
263
+ layer = this.text[classes] = $("<div></div>")
264
+ .addClass(classes)
265
+ .css({
266
+ position: "absolute",
267
+ top: 0,
268
+ left: 0,
269
+ bottom: 0,
270
+ right: 0
271
+ })
272
+ .appendTo(this.textContainer);
273
+ }
274
+
275
+ return layer;
276
+ };
277
+
278
+ // Creates (if necessary) and returns a text info object.
279
+ //
280
+ // The object looks like this:
281
+ //
282
+ // {
283
+ // width: Width of the text's wrapper div.
284
+ // height: Height of the text's wrapper div.
285
+ // element: The jQuery-wrapped HTML div containing the text.
286
+ // positions: Array of positions at which this text is drawn.
287
+ // }
288
+ //
289
+ // The positions array contains objects that look like this:
290
+ //
291
+ // {
292
+ // active: Flag indicating whether the text should be visible.
293
+ // rendered: Flag indicating whether the text is currently visible.
294
+ // element: The jQuery-wrapped HTML div containing the text.
295
+ // x: X coordinate at which to draw the text.
296
+ // y: Y coordinate at which to draw the text.
297
+ // }
298
+ //
299
+ // Each position after the first receives a clone of the original element.
300
+ //
301
+ // The idea is that that the width, height, and general 'identity' of the
302
+ // text is constant no matter where it is placed; the placements are a
303
+ // secondary property.
304
+ //
305
+ // Canvas maintains a cache of recently-used text info objects; getTextInfo
306
+ // either returns the cached element or creates a new entry.
307
+ //
308
+ // @param {string} layer A string of space-separated CSS classes uniquely
309
+ // identifying the layer containing this text.
310
+ // @param {string} text Text string to retrieve info for.
311
+ // @param {(string|object)=} font Either a string of space-separated CSS
312
+ // classes or a font-spec object, defining the text's font and style.
313
+ // @param {number=} angle Angle at which to rotate the text, in degrees.
314
+ // Angle is currently unused, it will be implemented in the future.
315
+ // @param {number=} width Maximum width of the text before it wraps.
316
+ // @return {object} a text info object.
317
+
318
+ Canvas.prototype.getTextInfo = function(layer, text, font, angle, width) {
319
+
320
+ var textStyle, layerCache, styleCache, info;
321
+
322
+ // Cast the value to a string, in case we were given a number or such
323
+
324
+ text = "" + text;
325
+
326
+ // If the font is a font-spec object, generate a CSS font definition
327
+
328
+ if (typeof font === "object") {
329
+ textStyle = font.style + " " + font.variant + " " + font.weight + " " + font.size + "px/" + font.lineHeight + "px " + font.family;
330
+ } else {
331
+ textStyle = font;
332
+ }
333
+
334
+ // Retrieve (or create) the cache for the text's layer and styles
335
+
336
+ layerCache = this._textCache[layer];
337
+
338
+ if (layerCache == null) {
339
+ layerCache = this._textCache[layer] = {};
340
+ }
341
+
342
+ styleCache = layerCache[textStyle];
343
+
344
+ if (styleCache == null) {
345
+ styleCache = layerCache[textStyle] = {};
346
+ }
347
+
348
+ info = styleCache[text];
349
+
350
+ // If we can't find a matching element in our cache, create a new one
351
+
352
+ if (info == null) {
353
+
354
+ var element = $("<div></div>").html(text)
355
+ .css({
356
+ position: "absolute",
357
+ 'max-width': width,
358
+ top: -9999
359
+ })
360
+ .appendTo(this.getTextLayer(layer));
361
+
362
+ if (typeof font === "object") {
363
+ element.css({
364
+ font: textStyle,
365
+ color: font.color
366
+ });
367
+ } else if (typeof font === "string") {
368
+ element.addClass(font);
369
+ }
370
+
371
+ info = styleCache[text] = {
372
+ width: element.outerWidth(true),
373
+ height: element.outerHeight(true),
374
+ element: element,
375
+ positions: []
376
+ };
377
+
378
+ element.detach();
379
+ }
380
+
381
+ return info;
382
+ };
383
+
384
+ // Adds a text string to the canvas text overlay.
385
+ //
386
+ // The text isn't drawn immediately; it is marked as rendering, which will
387
+ // result in its addition to the canvas on the next render pass.
388
+ //
389
+ // @param {string} layer A string of space-separated CSS classes uniquely
390
+ // identifying the layer containing this text.
391
+ // @param {number} x X coordinate at which to draw the text.
392
+ // @param {number} y Y coordinate at which to draw the text.
393
+ // @param {string} text Text string to draw.
394
+ // @param {(string|object)=} font Either a string of space-separated CSS
395
+ // classes or a font-spec object, defining the text's font and style.
396
+ // @param {number=} angle Angle at which to rotate the text, in degrees.
397
+ // Angle is currently unused, it will be implemented in the future.
398
+ // @param {number=} width Maximum width of the text before it wraps.
399
+ // @param {string=} halign Horizontal alignment of the text; either "left",
400
+ // "center" or "right".
401
+ // @param {string=} valign Vertical alignment of the text; either "top",
402
+ // "middle" or "bottom".
403
+
404
+ Canvas.prototype.addText = function(layer, x, y, text, font, angle, width, halign, valign) {
405
+
406
+ var info = this.getTextInfo(layer, text, font, angle, width),
407
+ positions = info.positions;
408
+
409
+ // Tweak the div's position to match the text's alignment
410
+
411
+ if (halign == "center") {
412
+ x -= info.width / 2;
413
+ } else if (halign == "right") {
414
+ x -= info.width;
415
+ }
416
+
417
+ if (valign == "middle") {
418
+ y -= info.height / 2;
419
+ } else if (valign == "bottom") {
420
+ y -= info.height;
421
+ }
422
+
423
+ // Determine whether this text already exists at this position.
424
+ // If so, mark it for inclusion in the next render pass.
425
+
426
+ for (var i = 0, position; position = positions[i]; i++) {
427
+ if (position.x == x && position.y == y) {
428
+ position.active = true;
429
+ return;
430
+ }
431
+ }
432
+
433
+ // If the text doesn't exist at this position, create a new entry
434
+
435
+ // For the very first position we'll re-use the original element,
436
+ // while for subsequent ones we'll clone it.
437
+
438
+ position = {
439
+ active: true,
440
+ rendered: false,
441
+ element: positions.length ? info.element.clone() : info.element,
442
+ x: x,
443
+ y: y
444
+ };
445
+
446
+ positions.push(position);
447
+
448
+ // Move the element to its final position within the container
449
+
450
+ position.element.css({
451
+ top: Math.round(y),
452
+ left: Math.round(x),
453
+ 'text-align': halign // In case the text wraps
454
+ });
455
+ };
456
+
457
+ // Removes one or more text strings from the canvas text overlay.
458
+ //
459
+ // If no parameters are given, all text within the layer is removed.
460
+ //
461
+ // Note that the text is not immediately removed; it is simply marked as
462
+ // inactive, which will result in its removal on the next render pass.
463
+ // This avoids the performance penalty for 'clear and redraw' behavior,
464
+ // where we potentially get rid of all text on a layer, but will likely
465
+ // add back most or all of it later, as when redrawing axes, for example.
466
+ //
467
+ // @param {string} layer A string of space-separated CSS classes uniquely
468
+ // identifying the layer containing this text.
469
+ // @param {number=} x X coordinate of the text.
470
+ // @param {number=} y Y coordinate of the text.
471
+ // @param {string=} text Text string to remove.
472
+ // @param {(string|object)=} font Either a string of space-separated CSS
473
+ // classes or a font-spec object, defining the text's font and style.
474
+ // @param {number=} angle Angle at which the text is rotated, in degrees.
475
+ // Angle is currently unused, it will be implemented in the future.
476
+
477
+ Canvas.prototype.removeText = function(layer, x, y, text, font, angle) {
478
+ if (text == null) {
479
+ var layerCache = this._textCache[layer];
480
+ if (layerCache != null) {
481
+ for (var styleKey in layerCache) {
482
+ if (hasOwnProperty.call(layerCache, styleKey)) {
483
+ var styleCache = layerCache[styleKey];
484
+ for (var key in styleCache) {
485
+ if (hasOwnProperty.call(styleCache, key)) {
486
+ var positions = styleCache[key].positions;
487
+ for (var i = 0, position; position = positions[i]; i++) {
488
+ position.active = false;
489
+ }
490
+ }
491
+ }
492
+ }
493
+ }
494
+ }
495
+ } else {
496
+ var positions = this.getTextInfo(layer, text, font, angle).positions;
497
+ for (var i = 0, position; position = positions[i]; i++) {
498
+ if (position.x == x && position.y == y) {
499
+ position.active = false;
500
+ }
501
+ }
502
+ }
503
+ };
504
+
505
+ ///////////////////////////////////////////////////////////////////////////
506
+ // The top-level container for the entire plot.
507
+
508
+ function Plot(placeholder, data_, options_, plugins) {
509
+ // data is on the form:
510
+ // [ series1, series2 ... ]
511
+ // where series is either just the data as [ [x1, y1], [x2, y2], ... ]
512
+ // or { data: [ [x1, y1], [x2, y2], ... ], label: "some label", ... }
513
+
514
+ var series = [],
515
+ options = {
516
+ // the color theme used for graphs
517
+ colors: ["#edc240", "#afd8f8", "#cb4b4b", "#4da74d", "#9440ed"],
518
+ legend: {
519
+ show: true,
520
+ noColumns: 1, // number of colums in legend table
521
+ labelFormatter: null, // fn: string -> string
522
+ labelBoxBorderColor: "#ccc", // border color for the little label boxes
523
+ container: null, // container (as jQuery object) to put legend in, null means default on top of graph
524
+ position: "ne", // position of default legend container within plot
525
+ margin: 5, // distance from grid edge to default legend container within plot
526
+ backgroundColor: null, // null means auto-detect
527
+ backgroundOpacity: 0.85, // set to 0 to avoid background
528
+ sorted: null // default to no legend sorting
529
+ },
530
+ xaxis: {
531
+ show: null, // null = auto-detect, true = always, false = never
532
+ position: "bottom", // or "top"
533
+ mode: null, // null or "time"
534
+ font: null, // null (derived from CSS in placeholder) or object like { size: 11, lineHeight: 13, style: "italic", weight: "bold", family: "sans-serif", variant: "small-caps" }
535
+ color: null, // base color, labels, ticks
536
+ tickColor: null, // possibly different color of ticks, e.g. "rgba(0,0,0,0.15)"
537
+ transform: null, // null or f: number -> number to transform axis
538
+ inverseTransform: null, // if transform is set, this should be the inverse function
539
+ min: null, // min. value to show, null means set automatically
540
+ max: null, // max. value to show, null means set automatically
541
+ autoscaleMargin: null, // margin in % to add if auto-setting min/max
542
+ ticks: null, // either [1, 3] or [[1, "a"], 3] or (fn: axis info -> ticks) or app. number of ticks for auto-ticks
543
+ tickFormatter: null, // fn: number -> string
544
+ labelWidth: null, // size of tick labels in pixels
545
+ labelHeight: null,
546
+ reserveSpace: null, // whether to reserve space even if axis isn't shown
547
+ tickLength: null, // size in pixels of ticks, or "full" for whole line
548
+ alignTicksWithAxis: null, // axis number or null for no sync
549
+ tickDecimals: null, // no. of decimals, null means auto
550
+ tickSize: null, // number or [number, "unit"]
551
+ minTickSize: null // number or [number, "unit"]
552
+ },
553
+ yaxis: {
554
+ autoscaleMargin: 0.02,
555
+ position: "left" // or "right"
556
+ },
557
+ xaxes: [],
558
+ yaxes: [],
559
+ series: {
560
+ points: {
561
+ show: false,
562
+ radius: 3,
563
+ lineWidth: 2, // in pixels
564
+ fill: true,
565
+ fillColor: "#ffffff",
566
+ symbol: "circle" // or callback
567
+ },
568
+ lines: {
569
+ // we don't put in show: false so we can see
570
+ // whether lines were actively disabled
571
+ lineWidth: 2, // in pixels
572
+ fill: false,
573
+ fillColor: null,
574
+ steps: false
575
+ // Omit 'zero', so we can later default its value to
576
+ // match that of the 'fill' option.
577
+ },
578
+ bars: {
579
+ show: false,
580
+ lineWidth: 2, // in pixels
581
+ barWidth: 1, // in units of the x axis
582
+ fill: true,
583
+ fillColor: null,
584
+ align: "left", // "left", "right", or "center"
585
+ horizontal: false,
586
+ zero: true
587
+ },
588
+ shadowSize: 3,
589
+ highlightColor: null
590
+ },
591
+ grid: {
592
+ show: true,
593
+ aboveData: false,
594
+ color: "#545454", // primary color used for outline and labels
595
+ backgroundColor: null, // null for transparent, else color
596
+ borderColor: null, // set if different from the grid color
597
+ tickColor: null, // color for the ticks, e.g. "rgba(0,0,0,0.15)"
598
+ margin: 0, // distance from the canvas edge to the grid
599
+ labelMargin: 5, // in pixels
600
+ axisMargin: 8, // in pixels
601
+ borderWidth: 2, // in pixels
602
+ minBorderMargin: null, // in pixels, null means taken from points radius
603
+ markings: null, // array of ranges or fn: axes -> array of ranges
604
+ markingsColor: "#f4f4f4",
605
+ markingsLineWidth: 2,
606
+ // interactive stuff
607
+ clickable: false,
608
+ hoverable: false,
609
+ autoHighlight: true, // highlight in case mouse is near
610
+ mouseActiveRadius: 10 // how far the mouse can be away to activate an item
611
+ },
612
+ interaction: {
613
+ redrawOverlayInterval: 1000/60 // time between updates, -1 means in same flow
614
+ },
615
+ hooks: {}
616
+ },
617
+ surface = null, // the canvas for the plot itself
618
+ overlay = null, // canvas for interactive stuff on top of plot
619
+ eventHolder = null, // jQuery object that events should be bound to
620
+ ctx = null, octx = null,
621
+ xaxes = [], yaxes = [],
622
+ plotOffset = { left: 0, right: 0, top: 0, bottom: 0},
623
+ plotWidth = 0, plotHeight = 0,
624
+ hooks = {
625
+ processOptions: [],
626
+ processRawData: [],
627
+ processDatapoints: [],
628
+ processOffset: [],
629
+ drawBackground: [],
630
+ drawSeries: [],
631
+ draw: [],
632
+ bindEvents: [],
633
+ drawOverlay: [],
634
+ shutdown: []
635
+ },
636
+ plot = this;
637
+
638
+ // public functions
639
+ plot.setData = setData;
640
+ plot.setupGrid = setupGrid;
641
+ plot.draw = draw;
642
+ plot.getPlaceholder = function() { return placeholder; };
643
+ plot.getCanvas = function() { return surface.element; };
644
+ plot.getPlotOffset = function() { return plotOffset; };
645
+ plot.width = function () { return plotWidth; };
646
+ plot.height = function () { return plotHeight; };
647
+ plot.offset = function () {
648
+ var o = eventHolder.offset();
649
+ o.left += plotOffset.left;
650
+ o.top += plotOffset.top;
651
+ return o;
652
+ };
653
+ plot.getData = function () { return series; };
654
+ plot.getAxes = function () {
655
+ var res = {}, i;
656
+ $.each(xaxes.concat(yaxes), function (_, axis) {
657
+ if (axis)
658
+ res[axis.direction + (axis.n != 1 ? axis.n : "") + "axis"] = axis;
659
+ });
660
+ return res;
661
+ };
662
+ plot.getXAxes = function () { return xaxes; };
663
+ plot.getYAxes = function () { return yaxes; };
664
+ plot.c2p = canvasToAxisCoords;
665
+ plot.p2c = axisToCanvasCoords;
666
+ plot.getOptions = function () { return options; };
667
+ plot.highlight = highlight;
668
+ plot.unhighlight = unhighlight;
669
+ plot.triggerRedrawOverlay = triggerRedrawOverlay;
670
+ plot.pointOffset = function(point) {
671
+ return {
672
+ left: parseInt(xaxes[axisNumber(point, "x") - 1].p2c(+point.x) + plotOffset.left, 10),
673
+ top: parseInt(yaxes[axisNumber(point, "y") - 1].p2c(+point.y) + plotOffset.top, 10)
674
+ };
675
+ };
676
+ plot.shutdown = shutdown;
677
+ plot.destroy = function () {
678
+ shutdown();
679
+ placeholder.removeData("plot").empty();
680
+
681
+ series = [];
682
+ options = null;
683
+ surface = null;
684
+ overlay = null;
685
+ eventHolder = null;
686
+ ctx = null;
687
+ octx = null;
688
+ xaxes = [];
689
+ yaxes = [];
690
+ hooks = null;
691
+ highlights = [];
692
+ plot = null;
693
+ };
694
+ plot.resize = function () {
695
+ var width = placeholder.width(),
696
+ height = placeholder.height();
697
+ surface.resize(width, height);
698
+ overlay.resize(width, height);
699
+ };
700
+
701
+ // public attributes
702
+ plot.hooks = hooks;
703
+
704
+ // initialize
705
+ initPlugins(plot);
706
+ parseOptions(options_);
707
+ setupCanvases();
708
+ setData(data_);
709
+ setupGrid();
710
+ draw();
711
+ bindEvents();
712
+
713
+
714
+ function executeHooks(hook, args) {
715
+ args = [plot].concat(args);
716
+ for (var i = 0; i < hook.length; ++i)
717
+ hook[i].apply(this, args);
718
+ }
719
+
720
+ function initPlugins() {
721
+
722
+ // References to key classes, allowing plugins to modify them
723
+
724
+ var classes = {
725
+ Canvas: Canvas
726
+ };
727
+
728
+ for (var i = 0; i < plugins.length; ++i) {
729
+ var p = plugins[i];
730
+ p.init(plot, classes);
731
+ if (p.options)
732
+ $.extend(true, options, p.options);
733
+ }
734
+ }
735
+
736
+ function parseOptions(opts) {
737
+
738
+ $.extend(true, options, opts);
739
+
740
+ // $.extend merges arrays, rather than replacing them. When less
741
+ // colors are provided than the size of the default palette, we
742
+ // end up with those colors plus the remaining defaults, which is
743
+ // not expected behavior; avoid it by replacing them here.
744
+
745
+ if (opts && opts.colors) {
746
+ options.colors = opts.colors;
747
+ }
748
+
749
+ if (options.xaxis.color == null)
750
+ options.xaxis.color = $.color.parse(options.grid.color).scale('a', 0.22).toString();
751
+ if (options.yaxis.color == null)
752
+ options.yaxis.color = $.color.parse(options.grid.color).scale('a', 0.22).toString();
753
+
754
+ if (options.xaxis.tickColor == null) // grid.tickColor for back-compatibility
755
+ options.xaxis.tickColor = options.grid.tickColor || options.xaxis.color;
756
+ if (options.yaxis.tickColor == null) // grid.tickColor for back-compatibility
757
+ options.yaxis.tickColor = options.grid.tickColor || options.yaxis.color;
758
+
759
+ if (options.grid.borderColor == null)
760
+ options.grid.borderColor = options.grid.color;
761
+ if (options.grid.tickColor == null)
762
+ options.grid.tickColor = $.color.parse(options.grid.color).scale('a', 0.22).toString();
763
+
764
+ // Fill in defaults for axis options, including any unspecified
765
+ // font-spec fields, if a font-spec was provided.
766
+
767
+ // If no x/y axis options were provided, create one of each anyway,
768
+ // since the rest of the code assumes that they exist.
769
+
770
+ var i, axisOptions, axisCount,
771
+ fontSize = placeholder.css("font-size"),
772
+ fontSizeDefault = fontSize ? +fontSize.replace("px", "") : 13,
773
+ fontDefaults = {
774
+ style: placeholder.css("font-style"),
775
+ size: Math.round(0.8 * fontSizeDefault),
776
+ variant: placeholder.css("font-variant"),
777
+ weight: placeholder.css("font-weight"),
778
+ family: placeholder.css("font-family")
779
+ };
780
+
781
+ axisCount = options.xaxes.length || 1;
782
+ for (i = 0; i < axisCount; ++i) {
783
+
784
+ axisOptions = options.xaxes[i];
785
+ if (axisOptions && !axisOptions.tickColor) {
786
+ axisOptions.tickColor = axisOptions.color;
787
+ }
788
+
789
+ axisOptions = $.extend(true, {}, options.xaxis, axisOptions);
790
+ options.xaxes[i] = axisOptions;
791
+
792
+ if (axisOptions.font) {
793
+ axisOptions.font = $.extend({}, fontDefaults, axisOptions.font);
794
+ if (!axisOptions.font.color) {
795
+ axisOptions.font.color = axisOptions.color;
796
+ }
797
+ if (!axisOptions.font.lineHeight) {
798
+ axisOptions.font.lineHeight = Math.round(axisOptions.font.size * 1.15);
799
+ }
800
+ }
801
+ }
802
+
803
+ axisCount = options.yaxes.length || 1;
804
+ for (i = 0; i < axisCount; ++i) {
805
+
806
+ axisOptions = options.yaxes[i];
807
+ if (axisOptions && !axisOptions.tickColor) {
808
+ axisOptions.tickColor = axisOptions.color;
809
+ }
810
+
811
+ axisOptions = $.extend(true, {}, options.yaxis, axisOptions);
812
+ options.yaxes[i] = axisOptions;
813
+
814
+ if (axisOptions.font) {
815
+ axisOptions.font = $.extend({}, fontDefaults, axisOptions.font);
816
+ if (!axisOptions.font.color) {
817
+ axisOptions.font.color = axisOptions.color;
818
+ }
819
+ if (!axisOptions.font.lineHeight) {
820
+ axisOptions.font.lineHeight = Math.round(axisOptions.font.size * 1.15);
821
+ }
822
+ }
823
+ }
824
+
825
+ // backwards compatibility, to be removed in future
826
+ if (options.xaxis.noTicks && options.xaxis.ticks == null)
827
+ options.xaxis.ticks = options.xaxis.noTicks;
828
+ if (options.yaxis.noTicks && options.yaxis.ticks == null)
829
+ options.yaxis.ticks = options.yaxis.noTicks;
830
+ if (options.x2axis) {
831
+ options.xaxes[1] = $.extend(true, {}, options.xaxis, options.x2axis);
832
+ options.xaxes[1].position = "top";
833
+ // Override the inherit to allow the axis to auto-scale
834
+ if (options.x2axis.min == null) {
835
+ options.xaxes[1].min = null;
836
+ }
837
+ if (options.x2axis.max == null) {
838
+ options.xaxes[1].max = null;
839
+ }
840
+ }
841
+ if (options.y2axis) {
842
+ options.yaxes[1] = $.extend(true, {}, options.yaxis, options.y2axis);
843
+ options.yaxes[1].position = "right";
844
+ // Override the inherit to allow the axis to auto-scale
845
+ if (options.y2axis.min == null) {
846
+ options.yaxes[1].min = null;
847
+ }
848
+ if (options.y2axis.max == null) {
849
+ options.yaxes[1].max = null;
850
+ }
851
+ }
852
+ if (options.grid.coloredAreas)
853
+ options.grid.markings = options.grid.coloredAreas;
854
+ if (options.grid.coloredAreasColor)
855
+ options.grid.markingsColor = options.grid.coloredAreasColor;
856
+ if (options.lines)
857
+ $.extend(true, options.series.lines, options.lines);
858
+ if (options.points)
859
+ $.extend(true, options.series.points, options.points);
860
+ if (options.bars)
861
+ $.extend(true, options.series.bars, options.bars);
862
+ if (options.shadowSize != null)
863
+ options.series.shadowSize = options.shadowSize;
864
+ if (options.highlightColor != null)
865
+ options.series.highlightColor = options.highlightColor;
866
+
867
+ // save options on axes for future reference
868
+ for (i = 0; i < options.xaxes.length; ++i)
869
+ getOrCreateAxis(xaxes, i + 1).options = options.xaxes[i];
870
+ for (i = 0; i < options.yaxes.length; ++i)
871
+ getOrCreateAxis(yaxes, i + 1).options = options.yaxes[i];
872
+
873
+ // add hooks from options
874
+ for (var n in hooks)
875
+ if (options.hooks[n] && options.hooks[n].length)
876
+ hooks[n] = hooks[n].concat(options.hooks[n]);
877
+
878
+ executeHooks(hooks.processOptions, [options]);
879
+ }
880
+
881
+ function setData(d) {
882
+ series = parseData(d);
883
+ fillInSeriesOptions();
884
+ processData();
885
+ }
886
+
887
+ function parseData(d) {
888
+ var res = [];
889
+ for (var i = 0; i < d.length; ++i) {
890
+ var s = $.extend(true, {}, options.series);
891
+
892
+ if (d[i].data != null) {
893
+ s.data = d[i].data; // move the data instead of deep-copy
894
+ delete d[i].data;
895
+
896
+ $.extend(true, s, d[i]);
897
+
898
+ d[i].data = s.data;
899
+ }
900
+ else
901
+ s.data = d[i];
902
+ res.push(s);
903
+ }
904
+
905
+ return res;
906
+ }
907
+
908
+ function axisNumber(obj, coord) {
909
+ var a = obj[coord + "axis"];
910
+ if (typeof a == "object") // if we got a real axis, extract number
911
+ a = a.n;
912
+ if (typeof a != "number")
913
+ a = 1; // default to first axis
914
+ return a;
915
+ }
916
+
917
+ function allAxes() {
918
+ // return flat array without annoying null entries
919
+ return $.grep(xaxes.concat(yaxes), function (a) { return a; });
920
+ }
921
+
922
+ function canvasToAxisCoords(pos) {
923
+ // return an object with x/y corresponding to all used axes
924
+ var res = {}, i, axis;
925
+ for (i = 0; i < xaxes.length; ++i) {
926
+ axis = xaxes[i];
927
+ if (axis && axis.used)
928
+ res["x" + axis.n] = axis.c2p(pos.left);
929
+ }
930
+
931
+ for (i = 0; i < yaxes.length; ++i) {
932
+ axis = yaxes[i];
933
+ if (axis && axis.used)
934
+ res["y" + axis.n] = axis.c2p(pos.top);
935
+ }
936
+
937
+ if (res.x1 !== undefined)
938
+ res.x = res.x1;
939
+ if (res.y1 !== undefined)
940
+ res.y = res.y1;
941
+
942
+ return res;
943
+ }
944
+
945
+ function axisToCanvasCoords(pos) {
946
+ // get canvas coords from the first pair of x/y found in pos
947
+ var res = {}, i, axis, key;
948
+
949
+ for (i = 0; i < xaxes.length; ++i) {
950
+ axis = xaxes[i];
951
+ if (axis && axis.used) {
952
+ key = "x" + axis.n;
953
+ if (pos[key] == null && axis.n == 1)
954
+ key = "x";
955
+
956
+ if (pos[key] != null) {
957
+ res.left = axis.p2c(pos[key]);
958
+ break;
959
+ }
960
+ }
961
+ }
962
+
963
+ for (i = 0; i < yaxes.length; ++i) {
964
+ axis = yaxes[i];
965
+ if (axis && axis.used) {
966
+ key = "y" + axis.n;
967
+ if (pos[key] == null && axis.n == 1)
968
+ key = "y";
969
+
970
+ if (pos[key] != null) {
971
+ res.top = axis.p2c(pos[key]);
972
+ break;
973
+ }
974
+ }
975
+ }
976
+
977
+ return res;
978
+ }
979
+
980
+ function getOrCreateAxis(axes, number) {
981
+ if (!axes[number - 1])
982
+ axes[number - 1] = {
983
+ n: number, // save the number for future reference
984
+ direction: axes == xaxes ? "x" : "y",
985
+ options: $.extend(true, {}, axes == xaxes ? options.xaxis : options.yaxis)
986
+ };
987
+
988
+ return axes[number - 1];
989
+ }
990
+
991
+ function fillInSeriesOptions() {
992
+
993
+ var neededColors = series.length, maxIndex = -1, i;
994
+
995
+ // Subtract the number of series that already have fixed colors or
996
+ // color indexes from the number that we still need to generate.
997
+
998
+ for (i = 0; i < series.length; ++i) {
999
+ var sc = series[i].color;
1000
+ if (sc != null) {
1001
+ neededColors--;
1002
+ if (typeof sc == "number" && sc > maxIndex) {
1003
+ maxIndex = sc;
1004
+ }
1005
+ }
1006
+ }
1007
+
1008
+ // If any of the series have fixed color indexes, then we need to
1009
+ // generate at least as many colors as the highest index.
1010
+
1011
+ if (neededColors <= maxIndex) {
1012
+ neededColors = maxIndex + 1;
1013
+ }
1014
+
1015
+ // Generate all the colors, using first the option colors and then
1016
+ // variations on those colors once they're exhausted.
1017
+
1018
+ var c, colors = [], colorPool = options.colors,
1019
+ colorPoolSize = colorPool.length, variation = 0;
1020
+
1021
+ for (i = 0; i < neededColors; i++) {
1022
+
1023
+ c = $.color.parse(colorPool[i % colorPoolSize] || "#666");
1024
+
1025
+ // Each time we exhaust the colors in the pool we adjust
1026
+ // a scaling factor used to produce more variations on
1027
+ // those colors. The factor alternates negative/positive
1028
+ // to produce lighter/darker colors.
1029
+
1030
+ // Reset the variation after every few cycles, or else
1031
+ // it will end up producing only white or black colors.
1032
+
1033
+ if (i % colorPoolSize == 0 && i) {
1034
+ if (variation >= 0) {
1035
+ if (variation < 0.5) {
1036
+ variation = -variation - 0.2;
1037
+ } else variation = 0;
1038
+ } else variation = -variation;
1039
+ }
1040
+
1041
+ colors[i] = c.scale('rgb', 1 + variation);
1042
+ }
1043
+
1044
+ // Finalize the series options, filling in their colors
1045
+
1046
+ var colori = 0, s;
1047
+ for (i = 0; i < series.length; ++i) {
1048
+ s = series[i];
1049
+
1050
+ // assign colors
1051
+ if (s.color == null) {
1052
+ s.color = colors[colori].toString();
1053
+ ++colori;
1054
+ }
1055
+ else if (typeof s.color == "number")
1056
+ s.color = colors[s.color].toString();
1057
+
1058
+ // turn on lines automatically in case nothing is set
1059
+ if (s.lines.show == null) {
1060
+ var v, show = true;
1061
+ for (v in s)
1062
+ if (s[v] && s[v].show) {
1063
+ show = false;
1064
+ break;
1065
+ }
1066
+ if (show)
1067
+ s.lines.show = true;
1068
+ }
1069
+
1070
+ // If nothing was provided for lines.zero, default it to match
1071
+ // lines.fill, since areas by default should extend to zero.
1072
+
1073
+ if (s.lines.zero == null) {
1074
+ s.lines.zero = !!s.lines.fill;
1075
+ }
1076
+
1077
+ // setup axes
1078
+ s.xaxis = getOrCreateAxis(xaxes, axisNumber(s, "x"));
1079
+ s.yaxis = getOrCreateAxis(yaxes, axisNumber(s, "y"));
1080
+ }
1081
+ }
1082
+
1083
+ function processData() {
1084
+ var topSentry = Number.POSITIVE_INFINITY,
1085
+ bottomSentry = Number.NEGATIVE_INFINITY,
1086
+ fakeInfinity = Number.MAX_VALUE,
1087
+ i, j, k, m, length,
1088
+ s, points, ps, x, y, axis, val, f, p,
1089
+ data, format;
1090
+
1091
+ function updateAxis(axis, min, max) {
1092
+ if (min < axis.datamin && min != -fakeInfinity)
1093
+ axis.datamin = min;
1094
+ if (max > axis.datamax && max != fakeInfinity)
1095
+ axis.datamax = max;
1096
+ }
1097
+
1098
+ $.each(allAxes(), function (_, axis) {
1099
+ // init axis
1100
+ axis.datamin = topSentry;
1101
+ axis.datamax = bottomSentry;
1102
+ axis.used = false;
1103
+ });
1104
+
1105
+ for (i = 0; i < series.length; ++i) {
1106
+ s = series[i];
1107
+ s.datapoints = { points: [] };
1108
+
1109
+ executeHooks(hooks.processRawData, [ s, s.data, s.datapoints ]);
1110
+ }
1111
+
1112
+ // first pass: clean and copy data
1113
+ for (i = 0; i < series.length; ++i) {
1114
+ s = series[i];
1115
+
1116
+ data = s.data;
1117
+ format = s.datapoints.format;
1118
+
1119
+ if (!format) {
1120
+ format = [];
1121
+ // find out how to copy
1122
+ format.push({ x: true, number: true, required: true });
1123
+ format.push({ y: true, number: true, required: true });
1124
+
1125
+ if (s.bars.show || (s.lines.show && s.lines.fill)) {
1126
+ var autoscale = !!((s.bars.show && s.bars.zero) || (s.lines.show && s.lines.zero));
1127
+ format.push({ y: true, number: true, required: false, defaultValue: 0, autoscale: autoscale });
1128
+ if (s.bars.horizontal) {
1129
+ delete format[format.length - 1].y;
1130
+ format[format.length - 1].x = true;
1131
+ }
1132
+ }
1133
+
1134
+ s.datapoints.format = format;
1135
+ }
1136
+
1137
+ if (s.datapoints.pointsize != null)
1138
+ continue; // already filled in
1139
+
1140
+ s.datapoints.pointsize = format.length;
1141
+
1142
+ ps = s.datapoints.pointsize;
1143
+ points = s.datapoints.points;
1144
+
1145
+ var insertSteps = s.lines.show && s.lines.steps;
1146
+ s.xaxis.used = s.yaxis.used = true;
1147
+
1148
+ for (j = k = 0; j < data.length; ++j, k += ps) {
1149
+ p = data[j];
1150
+
1151
+ var nullify = p == null;
1152
+ if (!nullify) {
1153
+ for (m = 0; m < ps; ++m) {
1154
+ val = p[m];
1155
+ f = format[m];
1156
+
1157
+ if (f) {
1158
+ if (f.number && val != null) {
1159
+ val = +val; // convert to number
1160
+ if (isNaN(val))
1161
+ val = null;
1162
+ else if (val == Infinity)
1163
+ val = fakeInfinity;
1164
+ else if (val == -Infinity)
1165
+ val = -fakeInfinity;
1166
+ }
1167
+
1168
+ if (val == null) {
1169
+ if (f.required)
1170
+ nullify = true;
1171
+
1172
+ if (f.defaultValue != null)
1173
+ val = f.defaultValue;
1174
+ }
1175
+ }
1176
+
1177
+ points[k + m] = val;
1178
+ }
1179
+ }
1180
+
1181
+ if (nullify) {
1182
+ for (m = 0; m < ps; ++m) {
1183
+ val = points[k + m];
1184
+ if (val != null) {
1185
+ f = format[m];
1186
+ // extract min/max info
1187
+ if (f.autoscale !== false) {
1188
+ if (f.x) {
1189
+ updateAxis(s.xaxis, val, val);
1190
+ }
1191
+ if (f.y) {
1192
+ updateAxis(s.yaxis, val, val);
1193
+ }
1194
+ }
1195
+ }
1196
+ points[k + m] = null;
1197
+ }
1198
+ }
1199
+ else {
1200
+ // a little bit of line specific stuff that
1201
+ // perhaps shouldn't be here, but lacking
1202
+ // better means...
1203
+ if (insertSteps && k > 0
1204
+ && points[k - ps] != null
1205
+ && points[k - ps] != points[k]
1206
+ && points[k - ps + 1] != points[k + 1]) {
1207
+ // copy the point to make room for a middle point
1208
+ for (m = 0; m < ps; ++m)
1209
+ points[k + ps + m] = points[k + m];
1210
+
1211
+ // middle point has same y
1212
+ points[k + 1] = points[k - ps + 1];
1213
+
1214
+ // we've added a point, better reflect that
1215
+ k += ps;
1216
+ }
1217
+ }
1218
+ }
1219
+ }
1220
+
1221
+ // give the hooks a chance to run
1222
+ for (i = 0; i < series.length; ++i) {
1223
+ s = series[i];
1224
+
1225
+ executeHooks(hooks.processDatapoints, [ s, s.datapoints]);
1226
+ }
1227
+
1228
+ // second pass: find datamax/datamin for auto-scaling
1229
+ for (i = 0; i < series.length; ++i) {
1230
+ s = series[i];
1231
+ points = s.datapoints.points;
1232
+ ps = s.datapoints.pointsize;
1233
+ format = s.datapoints.format;
1234
+
1235
+ var xmin = topSentry, ymin = topSentry,
1236
+ xmax = bottomSentry, ymax = bottomSentry;
1237
+
1238
+ for (j = 0; j < points.length; j += ps) {
1239
+ if (points[j] == null)
1240
+ continue;
1241
+
1242
+ for (m = 0; m < ps; ++m) {
1243
+ val = points[j + m];
1244
+ f = format[m];
1245
+ if (!f || f.autoscale === false || val == fakeInfinity || val == -fakeInfinity)
1246
+ continue;
1247
+
1248
+ if (f.x) {
1249
+ if (val < xmin)
1250
+ xmin = val;
1251
+ if (val > xmax)
1252
+ xmax = val;
1253
+ }
1254
+ if (f.y) {
1255
+ if (val < ymin)
1256
+ ymin = val;
1257
+ if (val > ymax)
1258
+ ymax = val;
1259
+ }
1260
+ }
1261
+ }
1262
+
1263
+ if (s.bars.show) {
1264
+ // make sure we got room for the bar on the dancing floor
1265
+ var delta;
1266
+
1267
+ switch (s.bars.align) {
1268
+ case "left":
1269
+ delta = 0;
1270
+ break;
1271
+ case "right":
1272
+ delta = -s.bars.barWidth;
1273
+ break;
1274
+ default:
1275
+ delta = -s.bars.barWidth / 2;
1276
+ }
1277
+
1278
+ if (s.bars.horizontal) {
1279
+ ymin += delta;
1280
+ ymax += delta + s.bars.barWidth;
1281
+ }
1282
+ else {
1283
+ xmin += delta;
1284
+ xmax += delta + s.bars.barWidth;
1285
+ }
1286
+ }
1287
+
1288
+ updateAxis(s.xaxis, xmin, xmax);
1289
+ updateAxis(s.yaxis, ymin, ymax);
1290
+ }
1291
+
1292
+ $.each(allAxes(), function (_, axis) {
1293
+ if (axis.datamin == topSentry)
1294
+ axis.datamin = null;
1295
+ if (axis.datamax == bottomSentry)
1296
+ axis.datamax = null;
1297
+ });
1298
+ }
1299
+
1300
+ function setupCanvases() {
1301
+
1302
+ // Make sure the placeholder is clear of everything except canvases
1303
+ // from a previous plot in this container that we'll try to re-use.
1304
+
1305
+ placeholder.css("padding", 0) // padding messes up the positioning
1306
+ .children().filter(function(){
1307
+ return !$(this).hasClass("flot-overlay") && !$(this).hasClass('flot-base');
1308
+ }).remove();
1309
+
1310
+ if (placeholder.css("position") == 'static')
1311
+ placeholder.css("position", "relative"); // for positioning labels and overlay
1312
+
1313
+ surface = new Canvas("flot-base", placeholder);
1314
+ overlay = new Canvas("flot-overlay", placeholder); // overlay canvas for interactive features
1315
+
1316
+ ctx = surface.context;
1317
+ octx = overlay.context;
1318
+
1319
+ // define which element we're listening for events on
1320
+ eventHolder = $(overlay.element).unbind();
1321
+
1322
+ // If we're re-using a plot object, shut down the old one
1323
+
1324
+ var existing = placeholder.data("plot");
1325
+
1326
+ if (existing) {
1327
+ existing.shutdown();
1328
+ overlay.clear();
1329
+ }
1330
+
1331
+ // save in case we get replotted
1332
+ placeholder.data("plot", plot);
1333
+ }
1334
+
1335
+ function bindEvents() {
1336
+ // bind events
1337
+ if (options.grid.hoverable) {
1338
+ eventHolder.mousemove(onMouseMove);
1339
+
1340
+ // Use bind, rather than .mouseleave, because we officially
1341
+ // still support jQuery 1.2.6, which doesn't define a shortcut
1342
+ // for mouseenter or mouseleave. This was a bug/oversight that
1343
+ // was fixed somewhere around 1.3.x. We can return to using
1344
+ // .mouseleave when we drop support for 1.2.6.
1345
+
1346
+ eventHolder.bind("mouseleave", onMouseLeave);
1347
+ }
1348
+
1349
+ if (options.grid.clickable)
1350
+ eventHolder.click(onClick);
1351
+
1352
+ executeHooks(hooks.bindEvents, [eventHolder]);
1353
+ }
1354
+
1355
+ function shutdown() {
1356
+ if (redrawTimeout)
1357
+ clearTimeout(redrawTimeout);
1358
+
1359
+ eventHolder.unbind("mousemove", onMouseMove);
1360
+ eventHolder.unbind("mouseleave", onMouseLeave);
1361
+ eventHolder.unbind("click", onClick);
1362
+
1363
+ executeHooks(hooks.shutdown, [eventHolder]);
1364
+ }
1365
+
1366
+ function setTransformationHelpers(axis) {
1367
+ // set helper functions on the axis, assumes plot area
1368
+ // has been computed already
1369
+
1370
+ function identity(x) { return x; }
1371
+
1372
+ var s, m, t = axis.options.transform || identity,
1373
+ it = axis.options.inverseTransform;
1374
+
1375
+ // precompute how much the axis is scaling a point
1376
+ // in canvas space
1377
+ if (axis.direction == "x") {
1378
+ s = axis.scale = plotWidth / Math.abs(t(axis.max) - t(axis.min));
1379
+ m = Math.min(t(axis.max), t(axis.min));
1380
+ }
1381
+ else {
1382
+ s = axis.scale = plotHeight / Math.abs(t(axis.max) - t(axis.min));
1383
+ s = -s;
1384
+ m = Math.max(t(axis.max), t(axis.min));
1385
+ }
1386
+
1387
+ // data point to canvas coordinate
1388
+ if (t == identity) // slight optimization
1389
+ axis.p2c = function (p) { return (p - m) * s; };
1390
+ else
1391
+ axis.p2c = function (p) { return (t(p) - m) * s; };
1392
+ // canvas coordinate to data point
1393
+ if (!it)
1394
+ axis.c2p = function (c) { return m + c / s; };
1395
+ else
1396
+ axis.c2p = function (c) { return it(m + c / s); };
1397
+ }
1398
+
1399
+ function measureTickLabels(axis) {
1400
+
1401
+ var opts = axis.options,
1402
+ ticks = axis.ticks || [],
1403
+ labelWidth = opts.labelWidth || 0,
1404
+ labelHeight = opts.labelHeight || 0,
1405
+ maxWidth = labelWidth || (axis.direction == "x" ? Math.floor(surface.width / (ticks.length || 1)) : null),
1406
+ legacyStyles = axis.direction + "Axis " + axis.direction + axis.n + "Axis",
1407
+ layer = "flot-" + axis.direction + "-axis flot-" + axis.direction + axis.n + "-axis " + legacyStyles,
1408
+ font = opts.font || "flot-tick-label tickLabel";
1409
+
1410
+ for (var i = 0; i < ticks.length; ++i) {
1411
+
1412
+ var t = ticks[i];
1413
+
1414
+ if (!t.label)
1415
+ continue;
1416
+
1417
+ var info = surface.getTextInfo(layer, t.label, font, null, maxWidth);
1418
+
1419
+ labelWidth = Math.max(labelWidth, info.width);
1420
+ labelHeight = Math.max(labelHeight, info.height);
1421
+ }
1422
+
1423
+ axis.labelWidth = opts.labelWidth || labelWidth;
1424
+ axis.labelHeight = opts.labelHeight || labelHeight;
1425
+ }
1426
+
1427
+ function allocateAxisBoxFirstPhase(axis) {
1428
+ // find the bounding box of the axis by looking at label
1429
+ // widths/heights and ticks, make room by diminishing the
1430
+ // plotOffset; this first phase only looks at one
1431
+ // dimension per axis, the other dimension depends on the
1432
+ // other axes so will have to wait
1433
+
1434
+ var lw = axis.labelWidth,
1435
+ lh = axis.labelHeight,
1436
+ pos = axis.options.position,
1437
+ isXAxis = axis.direction === "x",
1438
+ tickLength = axis.options.tickLength,
1439
+ axisMargin = options.grid.axisMargin,
1440
+ padding = options.grid.labelMargin,
1441
+ innermost = true,
1442
+ outermost = true,
1443
+ first = true,
1444
+ found = false;
1445
+
1446
+ // Determine the axis's position in its direction and on its side
1447
+
1448
+ $.each(isXAxis ? xaxes : yaxes, function(i, a) {
1449
+ if (a && (a.show || a.reserveSpace)) {
1450
+ if (a === axis) {
1451
+ found = true;
1452
+ } else if (a.options.position === pos) {
1453
+ if (found) {
1454
+ outermost = false;
1455
+ } else {
1456
+ innermost = false;
1457
+ }
1458
+ }
1459
+ if (!found) {
1460
+ first = false;
1461
+ }
1462
+ }
1463
+ });
1464
+
1465
+ // The outermost axis on each side has no margin
1466
+
1467
+ if (outermost) {
1468
+ axisMargin = 0;
1469
+ }
1470
+
1471
+ // The ticks for the first axis in each direction stretch across
1472
+
1473
+ if (tickLength == null) {
1474
+ tickLength = first ? "full" : 5;
1475
+ }
1476
+
1477
+ if (!isNaN(+tickLength))
1478
+ padding += +tickLength;
1479
+
1480
+ if (isXAxis) {
1481
+ lh += padding;
1482
+
1483
+ if (pos == "bottom") {
1484
+ plotOffset.bottom += lh + axisMargin;
1485
+ axis.box = { top: surface.height - plotOffset.bottom, height: lh };
1486
+ }
1487
+ else {
1488
+ axis.box = { top: plotOffset.top + axisMargin, height: lh };
1489
+ plotOffset.top += lh + axisMargin;
1490
+ }
1491
+ }
1492
+ else {
1493
+ lw += padding;
1494
+
1495
+ if (pos == "left") {
1496
+ axis.box = { left: plotOffset.left + axisMargin, width: lw };
1497
+ plotOffset.left += lw + axisMargin;
1498
+ }
1499
+ else {
1500
+ plotOffset.right += lw + axisMargin;
1501
+ axis.box = { left: surface.width - plotOffset.right, width: lw };
1502
+ }
1503
+ }
1504
+
1505
+ // save for future reference
1506
+ axis.position = pos;
1507
+ axis.tickLength = tickLength;
1508
+ axis.box.padding = padding;
1509
+ axis.innermost = innermost;
1510
+ }
1511
+
1512
+ function allocateAxisBoxSecondPhase(axis) {
1513
+ // now that all axis boxes have been placed in one
1514
+ // dimension, we can set the remaining dimension coordinates
1515
+ if (axis.direction == "x") {
1516
+ axis.box.left = plotOffset.left - axis.labelWidth / 2;
1517
+ axis.box.width = surface.width - plotOffset.left - plotOffset.right + axis.labelWidth;
1518
+ }
1519
+ else {
1520
+ axis.box.top = plotOffset.top - axis.labelHeight / 2;
1521
+ axis.box.height = surface.height - plotOffset.bottom - plotOffset.top + axis.labelHeight;
1522
+ }
1523
+ }
1524
+
1525
+ function adjustLayoutForThingsStickingOut() {
1526
+ // possibly adjust plot offset to ensure everything stays
1527
+ // inside the canvas and isn't clipped off
1528
+
1529
+ var minMargin = options.grid.minBorderMargin,
1530
+ axis, i;
1531
+
1532
+ // check stuff from the plot (FIXME: this should just read
1533
+ // a value from the series, otherwise it's impossible to
1534
+ // customize)
1535
+ if (minMargin == null) {
1536
+ minMargin = 0;
1537
+ for (i = 0; i < series.length; ++i)
1538
+ minMargin = Math.max(minMargin, 2 * (series[i].points.radius + series[i].points.lineWidth/2));
1539
+ }
1540
+
1541
+ var margins = {
1542
+ left: minMargin,
1543
+ right: minMargin,
1544
+ top: minMargin,
1545
+ bottom: minMargin
1546
+ };
1547
+
1548
+ // check axis labels, note we don't check the actual
1549
+ // labels but instead use the overall width/height to not
1550
+ // jump as much around with replots
1551
+ $.each(allAxes(), function (_, axis) {
1552
+ if (axis.reserveSpace && axis.ticks && axis.ticks.length) {
1553
+ if (axis.direction === "x") {
1554
+ margins.left = Math.max(margins.left, axis.labelWidth / 2);
1555
+ margins.right = Math.max(margins.right, axis.labelWidth / 2);
1556
+ } else {
1557
+ margins.bottom = Math.max(margins.bottom, axis.labelHeight / 2);
1558
+ margins.top = Math.max(margins.top, axis.labelHeight / 2);
1559
+ }
1560
+ }
1561
+ });
1562
+
1563
+ plotOffset.left = Math.ceil(Math.max(margins.left, plotOffset.left));
1564
+ plotOffset.right = Math.ceil(Math.max(margins.right, plotOffset.right));
1565
+ plotOffset.top = Math.ceil(Math.max(margins.top, plotOffset.top));
1566
+ plotOffset.bottom = Math.ceil(Math.max(margins.bottom, plotOffset.bottom));
1567
+ }
1568
+
1569
+ function setupGrid() {
1570
+ var i, axes = allAxes(), showGrid = options.grid.show;
1571
+
1572
+ // Initialize the plot's offset from the edge of the canvas
1573
+
1574
+ for (var a in plotOffset) {
1575
+ var margin = options.grid.margin || 0;
1576
+ plotOffset[a] = typeof margin == "number" ? margin : margin[a] || 0;
1577
+ }
1578
+
1579
+ executeHooks(hooks.processOffset, [plotOffset]);
1580
+
1581
+ // If the grid is visible, add its border width to the offset
1582
+
1583
+ for (var a in plotOffset) {
1584
+ if(typeof(options.grid.borderWidth) == "object") {
1585
+ plotOffset[a] += showGrid ? options.grid.borderWidth[a] : 0;
1586
+ }
1587
+ else {
1588
+ plotOffset[a] += showGrid ? options.grid.borderWidth : 0;
1589
+ }
1590
+ }
1591
+
1592
+ $.each(axes, function (_, axis) {
1593
+ var axisOpts = axis.options;
1594
+ axis.show = axisOpts.show == null ? axis.used : axisOpts.show;
1595
+ axis.reserveSpace = axisOpts.reserveSpace == null ? axis.show : axisOpts.reserveSpace;
1596
+ setRange(axis);
1597
+ });
1598
+
1599
+ if (showGrid) {
1600
+
1601
+ var allocatedAxes = $.grep(axes, function (axis) {
1602
+ return axis.show || axis.reserveSpace;
1603
+ });
1604
+
1605
+ $.each(allocatedAxes, function (_, axis) {
1606
+ // make the ticks
1607
+ setupTickGeneration(axis);
1608
+ setTicks(axis);
1609
+ snapRangeToTicks(axis, axis.ticks);
1610
+ // find labelWidth/Height for axis
1611
+ measureTickLabels(axis);
1612
+ });
1613
+
1614
+ // with all dimensions calculated, we can compute the
1615
+ // axis bounding boxes, start from the outside
1616
+ // (reverse order)
1617
+ for (i = allocatedAxes.length - 1; i >= 0; --i)
1618
+ allocateAxisBoxFirstPhase(allocatedAxes[i]);
1619
+
1620
+ // make sure we've got enough space for things that
1621
+ // might stick out
1622
+ adjustLayoutForThingsStickingOut();
1623
+
1624
+ $.each(allocatedAxes, function (_, axis) {
1625
+ allocateAxisBoxSecondPhase(axis);
1626
+ });
1627
+ }
1628
+
1629
+ plotWidth = surface.width - plotOffset.left - plotOffset.right;
1630
+ plotHeight = surface.height - plotOffset.bottom - plotOffset.top;
1631
+
1632
+ // now we got the proper plot dimensions, we can compute the scaling
1633
+ $.each(axes, function (_, axis) {
1634
+ setTransformationHelpers(axis);
1635
+ });
1636
+
1637
+ if (showGrid) {
1638
+ drawAxisLabels();
1639
+ }
1640
+
1641
+ insertLegend();
1642
+ }
1643
+
1644
+ function setRange(axis) {
1645
+ var opts = axis.options,
1646
+ min = +(opts.min != null ? opts.min : axis.datamin),
1647
+ max = +(opts.max != null ? opts.max : axis.datamax),
1648
+ delta = max - min;
1649
+
1650
+ if (delta == 0.0) {
1651
+ // degenerate case
1652
+ var widen = max == 0 ? 1 : 0.01;
1653
+
1654
+ if (opts.min == null)
1655
+ min -= widen;
1656
+ // always widen max if we couldn't widen min to ensure we
1657
+ // don't fall into min == max which doesn't work
1658
+ if (opts.max == null || opts.min != null)
1659
+ max += widen;
1660
+ }
1661
+ else {
1662
+ // consider autoscaling
1663
+ var margin = opts.autoscaleMargin;
1664
+ if (margin != null) {
1665
+ if (opts.min == null) {
1666
+ min -= delta * margin;
1667
+ // make sure we don't go below zero if all values
1668
+ // are positive
1669
+ if (min < 0 && axis.datamin != null && axis.datamin >= 0)
1670
+ min = 0;
1671
+ }
1672
+ if (opts.max == null) {
1673
+ max += delta * margin;
1674
+ if (max > 0 && axis.datamax != null && axis.datamax <= 0)
1675
+ max = 0;
1676
+ }
1677
+ }
1678
+ }
1679
+ axis.min = min;
1680
+ axis.max = max;
1681
+ }
1682
+
1683
+ function setupTickGeneration(axis) {
1684
+ var opts = axis.options;
1685
+
1686
+ // estimate number of ticks
1687
+ var noTicks;
1688
+ if (typeof opts.ticks == "number" && opts.ticks > 0)
1689
+ noTicks = opts.ticks;
1690
+ else
1691
+ // heuristic based on the model a*sqrt(x) fitted to
1692
+ // some data points that seemed reasonable
1693
+ noTicks = 0.3 * Math.sqrt(axis.direction == "x" ? surface.width : surface.height);
1694
+
1695
+ var delta = (axis.max - axis.min) / noTicks,
1696
+ dec = -Math.floor(Math.log(delta) / Math.LN10),
1697
+ maxDec = opts.tickDecimals;
1698
+
1699
+ if (maxDec != null && dec > maxDec) {
1700
+ dec = maxDec;
1701
+ }
1702
+
1703
+ var magn = Math.pow(10, -dec),
1704
+ norm = delta / magn, // norm is between 1.0 and 10.0
1705
+ size;
1706
+
1707
+ if (norm < 1.5) {
1708
+ size = 1;
1709
+ } else if (norm < 3) {
1710
+ size = 2;
1711
+ // special case for 2.5, requires an extra decimal
1712
+ if (norm > 2.25 && (maxDec == null || dec + 1 <= maxDec)) {
1713
+ size = 2.5;
1714
+ ++dec;
1715
+ }
1716
+ } else if (norm < 7.5) {
1717
+ size = 5;
1718
+ } else {
1719
+ size = 10;
1720
+ }
1721
+
1722
+ size *= magn;
1723
+
1724
+ if (opts.minTickSize != null && size < opts.minTickSize) {
1725
+ size = opts.minTickSize;
1726
+ }
1727
+
1728
+ axis.delta = delta;
1729
+ axis.tickDecimals = Math.max(0, maxDec != null ? maxDec : dec);
1730
+ axis.tickSize = opts.tickSize || size;
1731
+
1732
+ // Time mode was moved to a plug-in in 0.8, and since so many people use it
1733
+ // we'll add an especially friendly reminder to make sure they included it.
1734
+
1735
+ if (opts.mode == "time" && !axis.tickGenerator) {
1736
+ throw new Error("Time mode requires the flot.time plugin.");
1737
+ }
1738
+
1739
+ // Flot supports base-10 axes; any other mode else is handled by a plug-in,
1740
+ // like flot.time.js.
1741
+
1742
+ if (!axis.tickGenerator) {
1743
+
1744
+ axis.tickGenerator = function (axis) {
1745
+
1746
+ var ticks = [],
1747
+ start = floorInBase(axis.min, axis.tickSize),
1748
+ i = 0,
1749
+ v = Number.NaN,
1750
+ prev;
1751
+
1752
+ do {
1753
+ prev = v;
1754
+ v = start + i * axis.tickSize;
1755
+ ticks.push(v);
1756
+ ++i;
1757
+ } while (v < axis.max && v != prev);
1758
+ return ticks;
1759
+ };
1760
+
1761
+ axis.tickFormatter = function (value, axis) {
1762
+
1763
+ var factor = axis.tickDecimals ? Math.pow(10, axis.tickDecimals) : 1;
1764
+ var formatted = "" + Math.round(value * factor) / factor;
1765
+
1766
+ // If tickDecimals was specified, ensure that we have exactly that
1767
+ // much precision; otherwise default to the value's own precision.
1768
+
1769
+ if (axis.tickDecimals != null) {
1770
+ var decimal = formatted.indexOf(".");
1771
+ var precision = decimal == -1 ? 0 : formatted.length - decimal - 1;
1772
+ if (precision < axis.tickDecimals) {
1773
+ return (precision ? formatted : formatted + ".") + ("" + factor).substr(1, axis.tickDecimals - precision);
1774
+ }
1775
+ }
1776
+
1777
+ return formatted;
1778
+ };
1779
+ }
1780
+
1781
+ if ($.isFunction(opts.tickFormatter))
1782
+ axis.tickFormatter = function (v, axis) { return "" + opts.tickFormatter(v, axis); };
1783
+
1784
+ if (opts.alignTicksWithAxis != null) {
1785
+ var otherAxis = (axis.direction == "x" ? xaxes : yaxes)[opts.alignTicksWithAxis - 1];
1786
+ if (otherAxis && otherAxis.used && otherAxis != axis) {
1787
+ // consider snapping min/max to outermost nice ticks
1788
+ var niceTicks = axis.tickGenerator(axis);
1789
+ if (niceTicks.length > 0) {
1790
+ if (opts.min == null)
1791
+ axis.min = Math.min(axis.min, niceTicks[0]);
1792
+ if (opts.max == null && niceTicks.length > 1)
1793
+ axis.max = Math.max(axis.max, niceTicks[niceTicks.length - 1]);
1794
+ }
1795
+
1796
+ axis.tickGenerator = function (axis) {
1797
+ // copy ticks, scaled to this axis
1798
+ var ticks = [], v, i;
1799
+ for (i = 0; i < otherAxis.ticks.length; ++i) {
1800
+ v = (otherAxis.ticks[i].v - otherAxis.min) / (otherAxis.max - otherAxis.min);
1801
+ v = axis.min + v * (axis.max - axis.min);
1802
+ ticks.push(v);
1803
+ }
1804
+ return ticks;
1805
+ };
1806
+
1807
+ // we might need an extra decimal since forced
1808
+ // ticks don't necessarily fit naturally
1809
+ if (!axis.mode && opts.tickDecimals == null) {
1810
+ var extraDec = Math.max(0, -Math.floor(Math.log(axis.delta) / Math.LN10) + 1),
1811
+ ts = axis.tickGenerator(axis);
1812
+
1813
+ // only proceed if the tick interval rounded
1814
+ // with an extra decimal doesn't give us a
1815
+ // zero at end
1816
+ if (!(ts.length > 1 && /\..*0$/.test((ts[1] - ts[0]).toFixed(extraDec))))
1817
+ axis.tickDecimals = extraDec;
1818
+ }
1819
+ }
1820
+ }
1821
+ }
1822
+
1823
+ function setTicks(axis) {
1824
+ var oticks = axis.options.ticks, ticks = [];
1825
+ if (oticks == null || (typeof oticks == "number" && oticks > 0))
1826
+ ticks = axis.tickGenerator(axis);
1827
+ else if (oticks) {
1828
+ if ($.isFunction(oticks))
1829
+ // generate the ticks
1830
+ ticks = oticks(axis);
1831
+ else
1832
+ ticks = oticks;
1833
+ }
1834
+
1835
+ // clean up/labelify the supplied ticks, copy them over
1836
+ var i, v;
1837
+ axis.ticks = [];
1838
+ for (i = 0; i < ticks.length; ++i) {
1839
+ var label = null;
1840
+ var t = ticks[i];
1841
+ if (typeof t == "object") {
1842
+ v = +t[0];
1843
+ if (t.length > 1)
1844
+ label = t[1];
1845
+ }
1846
+ else
1847
+ v = +t;
1848
+ if (label == null)
1849
+ label = axis.tickFormatter(v, axis);
1850
+ if (!isNaN(v))
1851
+ axis.ticks.push({ v: v, label: label });
1852
+ }
1853
+ }
1854
+
1855
+ function snapRangeToTicks(axis, ticks) {
1856
+ if (axis.options.autoscaleMargin && ticks.length > 0) {
1857
+ // snap to ticks
1858
+ if (axis.options.min == null)
1859
+ axis.min = Math.min(axis.min, ticks[0].v);
1860
+ if (axis.options.max == null && ticks.length > 1)
1861
+ axis.max = Math.max(axis.max, ticks[ticks.length - 1].v);
1862
+ }
1863
+ }
1864
+
1865
+ function draw() {
1866
+
1867
+ surface.clear();
1868
+
1869
+ executeHooks(hooks.drawBackground, [ctx]);
1870
+
1871
+ var grid = options.grid;
1872
+
1873
+ // draw background, if any
1874
+ if (grid.show && grid.backgroundColor)
1875
+ drawBackground();
1876
+
1877
+ if (grid.show && !grid.aboveData) {
1878
+ drawGrid();
1879
+ }
1880
+
1881
+ for (var i = 0; i < series.length; ++i) {
1882
+ executeHooks(hooks.drawSeries, [ctx, series[i]]);
1883
+ drawSeries(series[i]);
1884
+ }
1885
+
1886
+ executeHooks(hooks.draw, [ctx]);
1887
+
1888
+ if (grid.show && grid.aboveData) {
1889
+ drawGrid();
1890
+ }
1891
+
1892
+ surface.render();
1893
+
1894
+ // A draw implies that either the axes or data have changed, so we
1895
+ // should probably update the overlay highlights as well.
1896
+
1897
+ triggerRedrawOverlay();
1898
+ }
1899
+
1900
+ function extractRange(ranges, coord) {
1901
+ var axis, from, to, key, axes = allAxes();
1902
+
1903
+ for (var i = 0; i < axes.length; ++i) {
1904
+ axis = axes[i];
1905
+ if (axis.direction == coord) {
1906
+ key = coord + axis.n + "axis";
1907
+ if (!ranges[key] && axis.n == 1)
1908
+ key = coord + "axis"; // support x1axis as xaxis
1909
+ if (ranges[key]) {
1910
+ from = ranges[key].from;
1911
+ to = ranges[key].to;
1912
+ break;
1913
+ }
1914
+ }
1915
+ }
1916
+
1917
+ // backwards-compat stuff - to be removed in future
1918
+ if (!ranges[key]) {
1919
+ axis = coord == "x" ? xaxes[0] : yaxes[0];
1920
+ from = ranges[coord + "1"];
1921
+ to = ranges[coord + "2"];
1922
+ }
1923
+
1924
+ // auto-reverse as an added bonus
1925
+ if (from != null && to != null && from > to) {
1926
+ var tmp = from;
1927
+ from = to;
1928
+ to = tmp;
1929
+ }
1930
+
1931
+ return { from: from, to: to, axis: axis };
1932
+ }
1933
+
1934
+ function drawBackground() {
1935
+ ctx.save();
1936
+ ctx.translate(plotOffset.left, plotOffset.top);
1937
+
1938
+ ctx.fillStyle = getColorOrGradient(options.grid.backgroundColor, plotHeight, 0, "rgba(255, 255, 255, 0)");
1939
+ ctx.fillRect(0, 0, plotWidth, plotHeight);
1940
+ ctx.restore();
1941
+ }
1942
+
1943
+ function drawGrid() {
1944
+ var i, axes, bw, bc;
1945
+
1946
+ ctx.save();
1947
+ ctx.translate(plotOffset.left, plotOffset.top);
1948
+
1949
+ // draw markings
1950
+ var markings = options.grid.markings;
1951
+ if (markings) {
1952
+ if ($.isFunction(markings)) {
1953
+ axes = plot.getAxes();
1954
+ // xmin etc. is backwards compatibility, to be
1955
+ // removed in the future
1956
+ axes.xmin = axes.xaxis.min;
1957
+ axes.xmax = axes.xaxis.max;
1958
+ axes.ymin = axes.yaxis.min;
1959
+ axes.ymax = axes.yaxis.max;
1960
+
1961
+ markings = markings(axes);
1962
+ }
1963
+
1964
+ for (i = 0; i < markings.length; ++i) {
1965
+ var m = markings[i],
1966
+ xrange = extractRange(m, "x"),
1967
+ yrange = extractRange(m, "y");
1968
+
1969
+ // fill in missing
1970
+ if (xrange.from == null)
1971
+ xrange.from = xrange.axis.min;
1972
+ if (xrange.to == null)
1973
+ xrange.to = xrange.axis.max;
1974
+ if (yrange.from == null)
1975
+ yrange.from = yrange.axis.min;
1976
+ if (yrange.to == null)
1977
+ yrange.to = yrange.axis.max;
1978
+
1979
+ // clip
1980
+ if (xrange.to < xrange.axis.min || xrange.from > xrange.axis.max ||
1981
+ yrange.to < yrange.axis.min || yrange.from > yrange.axis.max)
1982
+ continue;
1983
+
1984
+ xrange.from = Math.max(xrange.from, xrange.axis.min);
1985
+ xrange.to = Math.min(xrange.to, xrange.axis.max);
1986
+ yrange.from = Math.max(yrange.from, yrange.axis.min);
1987
+ yrange.to = Math.min(yrange.to, yrange.axis.max);
1988
+
1989
+ var xequal = xrange.from === xrange.to,
1990
+ yequal = yrange.from === yrange.to;
1991
+
1992
+ if (xequal && yequal) {
1993
+ continue;
1994
+ }
1995
+
1996
+ // then draw
1997
+ xrange.from = Math.floor(xrange.axis.p2c(xrange.from));
1998
+ xrange.to = Math.floor(xrange.axis.p2c(xrange.to));
1999
+ yrange.from = Math.floor(yrange.axis.p2c(yrange.from));
2000
+ yrange.to = Math.floor(yrange.axis.p2c(yrange.to));
2001
+
2002
+ if (xequal || yequal) {
2003
+ var lineWidth = m.lineWidth || options.grid.markingsLineWidth,
2004
+ subPixel = lineWidth % 2 ? 0.5 : 0;
2005
+ ctx.beginPath();
2006
+ ctx.strokeStyle = m.color || options.grid.markingsColor;
2007
+ ctx.lineWidth = lineWidth;
2008
+ if (xequal) {
2009
+ ctx.moveTo(xrange.to + subPixel, yrange.from);
2010
+ ctx.lineTo(xrange.to + subPixel, yrange.to);
2011
+ } else {
2012
+ ctx.moveTo(xrange.from, yrange.to + subPixel);
2013
+ ctx.lineTo(xrange.to, yrange.to + subPixel);
2014
+ }
2015
+ ctx.stroke();
2016
+ } else {
2017
+ ctx.fillStyle = m.color || options.grid.markingsColor;
2018
+ ctx.fillRect(xrange.from, yrange.to,
2019
+ xrange.to - xrange.from,
2020
+ yrange.from - yrange.to);
2021
+ }
2022
+ }
2023
+ }
2024
+
2025
+ // draw the ticks
2026
+ axes = allAxes();
2027
+ bw = options.grid.borderWidth;
2028
+
2029
+ for (var j = 0; j < axes.length; ++j) {
2030
+ var axis = axes[j], box = axis.box,
2031
+ t = axis.tickLength, x, y, xoff, yoff;
2032
+ if (!axis.show || axis.ticks.length == 0)
2033
+ continue;
2034
+
2035
+ ctx.lineWidth = 1;
2036
+
2037
+ // find the edges
2038
+ if (axis.direction == "x") {
2039
+ x = 0;
2040
+ if (t == "full")
2041
+ y = (axis.position == "top" ? 0 : plotHeight);
2042
+ else
2043
+ y = box.top - plotOffset.top + (axis.position == "top" ? box.height : 0);
2044
+ }
2045
+ else {
2046
+ y = 0;
2047
+ if (t == "full")
2048
+ x = (axis.position == "left" ? 0 : plotWidth);
2049
+ else
2050
+ x = box.left - plotOffset.left + (axis.position == "left" ? box.width : 0);
2051
+ }
2052
+
2053
+ // draw tick bar
2054
+ if (!axis.innermost) {
2055
+ ctx.strokeStyle = axis.options.color;
2056
+ ctx.beginPath();
2057
+ xoff = yoff = 0;
2058
+ if (axis.direction == "x")
2059
+ xoff = plotWidth + 1;
2060
+ else
2061
+ yoff = plotHeight + 1;
2062
+
2063
+ if (ctx.lineWidth == 1) {
2064
+ if (axis.direction == "x") {
2065
+ y = Math.floor(y) + 0.5;
2066
+ } else {
2067
+ x = Math.floor(x) + 0.5;
2068
+ }
2069
+ }
2070
+
2071
+ ctx.moveTo(x, y);
2072
+ ctx.lineTo(x + xoff, y + yoff);
2073
+ ctx.stroke();
2074
+ }
2075
+
2076
+ // draw ticks
2077
+
2078
+ ctx.strokeStyle = axis.options.tickColor;
2079
+
2080
+ ctx.beginPath();
2081
+ for (i = 0; i < axis.ticks.length; ++i) {
2082
+ var v = axis.ticks[i].v;
2083
+
2084
+ xoff = yoff = 0;
2085
+
2086
+ if (isNaN(v) || v < axis.min || v > axis.max
2087
+ // skip those lying on the axes if we got a border
2088
+ || (t == "full"
2089
+ && ((typeof bw == "object" && bw[axis.position] > 0) || bw > 0)
2090
+ && (v == axis.min || v == axis.max)))
2091
+ continue;
2092
+
2093
+ if (axis.direction == "x") {
2094
+ x = axis.p2c(v);
2095
+ yoff = t == "full" ? -plotHeight : t;
2096
+
2097
+ if (axis.position == "top")
2098
+ yoff = -yoff;
2099
+ }
2100
+ else {
2101
+ y = axis.p2c(v);
2102
+ xoff = t == "full" ? -plotWidth : t;
2103
+
2104
+ if (axis.position == "left")
2105
+ xoff = -xoff;
2106
+ }
2107
+
2108
+ if (ctx.lineWidth == 1) {
2109
+ if (axis.direction == "x")
2110
+ x = Math.floor(x) + 0.5;
2111
+ else
2112
+ y = Math.floor(y) + 0.5;
2113
+ }
2114
+
2115
+ ctx.moveTo(x, y);
2116
+ ctx.lineTo(x + xoff, y + yoff);
2117
+ }
2118
+
2119
+ ctx.stroke();
2120
+ }
2121
+
2122
+
2123
+ // draw border
2124
+ if (bw) {
2125
+ // If either borderWidth or borderColor is an object, then draw the border
2126
+ // line by line instead of as one rectangle
2127
+ bc = options.grid.borderColor;
2128
+ if(typeof bw == "object" || typeof bc == "object") {
2129
+ if (typeof bw !== "object") {
2130
+ bw = {top: bw, right: bw, bottom: bw, left: bw};
2131
+ }
2132
+ if (typeof bc !== "object") {
2133
+ bc = {top: bc, right: bc, bottom: bc, left: bc};
2134
+ }
2135
+
2136
+ if (bw.top > 0) {
2137
+ ctx.strokeStyle = bc.top;
2138
+ ctx.lineWidth = bw.top;
2139
+ ctx.beginPath();
2140
+ ctx.moveTo(0 - bw.left, 0 - bw.top/2);
2141
+ ctx.lineTo(plotWidth, 0 - bw.top/2);
2142
+ ctx.stroke();
2143
+ }
2144
+
2145
+ if (bw.right > 0) {
2146
+ ctx.strokeStyle = bc.right;
2147
+ ctx.lineWidth = bw.right;
2148
+ ctx.beginPath();
2149
+ ctx.moveTo(plotWidth + bw.right / 2, 0 - bw.top);
2150
+ ctx.lineTo(plotWidth + bw.right / 2, plotHeight);
2151
+ ctx.stroke();
2152
+ }
2153
+
2154
+ if (bw.bottom > 0) {
2155
+ ctx.strokeStyle = bc.bottom;
2156
+ ctx.lineWidth = bw.bottom;
2157
+ ctx.beginPath();
2158
+ ctx.moveTo(plotWidth + bw.right, plotHeight + bw.bottom / 2);
2159
+ ctx.lineTo(0, plotHeight + bw.bottom / 2);
2160
+ ctx.stroke();
2161
+ }
2162
+
2163
+ if (bw.left > 0) {
2164
+ ctx.strokeStyle = bc.left;
2165
+ ctx.lineWidth = bw.left;
2166
+ ctx.beginPath();
2167
+ ctx.moveTo(0 - bw.left/2, plotHeight + bw.bottom);
2168
+ ctx.lineTo(0- bw.left/2, 0);
2169
+ ctx.stroke();
2170
+ }
2171
+ }
2172
+ else {
2173
+ ctx.lineWidth = bw;
2174
+ ctx.strokeStyle = options.grid.borderColor;
2175
+ ctx.strokeRect(-bw/2, -bw/2, plotWidth + bw, plotHeight + bw);
2176
+ }
2177
+ }
2178
+
2179
+ ctx.restore();
2180
+ }
2181
+
2182
+ function drawAxisLabels() {
2183
+
2184
+ $.each(allAxes(), function (_, axis) {
2185
+ var box = axis.box,
2186
+ legacyStyles = axis.direction + "Axis " + axis.direction + axis.n + "Axis",
2187
+ layer = "flot-" + axis.direction + "-axis flot-" + axis.direction + axis.n + "-axis " + legacyStyles,
2188
+ font = axis.options.font || "flot-tick-label tickLabel",
2189
+ tick, x, y, halign, valign;
2190
+
2191
+ // Remove text before checking for axis.show and ticks.length;
2192
+ // otherwise plugins, like flot-tickrotor, that draw their own
2193
+ // tick labels will end up with both theirs and the defaults.
2194
+
2195
+ surface.removeText(layer);
2196
+
2197
+ if (!axis.show || axis.ticks.length == 0)
2198
+ return;
2199
+
2200
+ for (var i = 0; i < axis.ticks.length; ++i) {
2201
+
2202
+ tick = axis.ticks[i];
2203
+ if (!tick.label || tick.v < axis.min || tick.v > axis.max)
2204
+ continue;
2205
+
2206
+ if (axis.direction == "x") {
2207
+ halign = "center";
2208
+ x = plotOffset.left + axis.p2c(tick.v);
2209
+ if (axis.position == "bottom") {
2210
+ y = box.top + box.padding;
2211
+ } else {
2212
+ y = box.top + box.height - box.padding;
2213
+ valign = "bottom";
2214
+ }
2215
+ } else {
2216
+ valign = "middle";
2217
+ y = plotOffset.top + axis.p2c(tick.v);
2218
+ if (axis.position == "left") {
2219
+ x = box.left + box.width - box.padding;
2220
+ halign = "right";
2221
+ } else {
2222
+ x = box.left + box.padding;
2223
+ }
2224
+ }
2225
+
2226
+ surface.addText(layer, x, y, tick.label, font, null, null, halign, valign);
2227
+ }
2228
+ });
2229
+ }
2230
+
2231
+ function drawSeries(series) {
2232
+ if (series.lines.show)
2233
+ drawSeriesLines(series);
2234
+ if (series.bars.show)
2235
+ drawSeriesBars(series);
2236
+ if (series.points.show)
2237
+ drawSeriesPoints(series);
2238
+ }
2239
+
2240
+ function drawSeriesLines(series) {
2241
+ function plotLine(datapoints, xoffset, yoffset, axisx, axisy) {
2242
+ var points = datapoints.points,
2243
+ ps = datapoints.pointsize,
2244
+ prevx = null, prevy = null;
2245
+
2246
+ ctx.beginPath();
2247
+ for (var i = ps; i < points.length; i += ps) {
2248
+ var x1 = points[i - ps], y1 = points[i - ps + 1],
2249
+ x2 = points[i], y2 = points[i + 1];
2250
+
2251
+ if (x1 == null || x2 == null)
2252
+ continue;
2253
+
2254
+ // clip with ymin
2255
+ if (y1 <= y2 && y1 < axisy.min) {
2256
+ if (y2 < axisy.min)
2257
+ continue; // line segment is outside
2258
+ // compute new intersection point
2259
+ x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
2260
+ y1 = axisy.min;
2261
+ }
2262
+ else if (y2 <= y1 && y2 < axisy.min) {
2263
+ if (y1 < axisy.min)
2264
+ continue;
2265
+ x2 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
2266
+ y2 = axisy.min;
2267
+ }
2268
+
2269
+ // clip with ymax
2270
+ if (y1 >= y2 && y1 > axisy.max) {
2271
+ if (y2 > axisy.max)
2272
+ continue;
2273
+ x1 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1;
2274
+ y1 = axisy.max;
2275
+ }
2276
+ else if (y2 >= y1 && y2 > axisy.max) {
2277
+ if (y1 > axisy.max)
2278
+ continue;
2279
+ x2 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1;
2280
+ y2 = axisy.max;
2281
+ }
2282
+
2283
+ // clip with xmin
2284
+ if (x1 <= x2 && x1 < axisx.min) {
2285
+ if (x2 < axisx.min)
2286
+ continue;
2287
+ y1 = (axisx.min - x1) / (x2 - x1) * (y2 - y1) + y1;
2288
+ x1 = axisx.min;
2289
+ }
2290
+ else if (x2 <= x1 && x2 < axisx.min) {
2291
+ if (x1 < axisx.min)
2292
+ continue;
2293
+ y2 = (axisx.min - x1) / (x2 - x1) * (y2 - y1) + y1;
2294
+ x2 = axisx.min;
2295
+ }
2296
+
2297
+ // clip with xmax
2298
+ if (x1 >= x2 && x1 > axisx.max) {
2299
+ if (x2 > axisx.max)
2300
+ continue;
2301
+ y1 = (axisx.max - x1) / (x2 - x1) * (y2 - y1) + y1;
2302
+ x1 = axisx.max;
2303
+ }
2304
+ else if (x2 >= x1 && x2 > axisx.max) {
2305
+ if (x1 > axisx.max)
2306
+ continue;
2307
+ y2 = (axisx.max - x1) / (x2 - x1) * (y2 - y1) + y1;
2308
+ x2 = axisx.max;
2309
+ }
2310
+
2311
+ if (x1 != prevx || y1 != prevy)
2312
+ ctx.moveTo(axisx.p2c(x1) + xoffset, axisy.p2c(y1) + yoffset);
2313
+
2314
+ prevx = x2;
2315
+ prevy = y2;
2316
+ ctx.lineTo(axisx.p2c(x2) + xoffset, axisy.p2c(y2) + yoffset);
2317
+ }
2318
+ ctx.stroke();
2319
+ }
2320
+
2321
+ function plotLineArea(datapoints, axisx, axisy) {
2322
+ var points = datapoints.points,
2323
+ ps = datapoints.pointsize,
2324
+ bottom = Math.min(Math.max(0, axisy.min), axisy.max),
2325
+ i = 0, top, areaOpen = false,
2326
+ ypos = 1, segmentStart = 0, segmentEnd = 0;
2327
+
2328
+ // we process each segment in two turns, first forward
2329
+ // direction to sketch out top, then once we hit the
2330
+ // end we go backwards to sketch the bottom
2331
+ while (true) {
2332
+ if (ps > 0 && i > points.length + ps)
2333
+ break;
2334
+
2335
+ i += ps; // ps is negative if going backwards
2336
+
2337
+ var x1 = points[i - ps],
2338
+ y1 = points[i - ps + ypos],
2339
+ x2 = points[i], y2 = points[i + ypos];
2340
+
2341
+ if (areaOpen) {
2342
+ if (ps > 0 && x1 != null && x2 == null) {
2343
+ // at turning point
2344
+ segmentEnd = i;
2345
+ ps = -ps;
2346
+ ypos = 2;
2347
+ continue;
2348
+ }
2349
+
2350
+ if (ps < 0 && i == segmentStart + ps) {
2351
+ // done with the reverse sweep
2352
+ ctx.fill();
2353
+ areaOpen = false;
2354
+ ps = -ps;
2355
+ ypos = 1;
2356
+ i = segmentStart = segmentEnd + ps;
2357
+ continue;
2358
+ }
2359
+ }
2360
+
2361
+ if (x1 == null || x2 == null)
2362
+ continue;
2363
+
2364
+ // clip x values
2365
+
2366
+ // clip with xmin
2367
+ if (x1 <= x2 && x1 < axisx.min) {
2368
+ if (x2 < axisx.min)
2369
+ continue;
2370
+ y1 = (axisx.min - x1) / (x2 - x1) * (y2 - y1) + y1;
2371
+ x1 = axisx.min;
2372
+ }
2373
+ else if (x2 <= x1 && x2 < axisx.min) {
2374
+ if (x1 < axisx.min)
2375
+ continue;
2376
+ y2 = (axisx.min - x1) / (x2 - x1) * (y2 - y1) + y1;
2377
+ x2 = axisx.min;
2378
+ }
2379
+
2380
+ // clip with xmax
2381
+ if (x1 >= x2 && x1 > axisx.max) {
2382
+ if (x2 > axisx.max)
2383
+ continue;
2384
+ y1 = (axisx.max - x1) / (x2 - x1) * (y2 - y1) + y1;
2385
+ x1 = axisx.max;
2386
+ }
2387
+ else if (x2 >= x1 && x2 > axisx.max) {
2388
+ if (x1 > axisx.max)
2389
+ continue;
2390
+ y2 = (axisx.max - x1) / (x2 - x1) * (y2 - y1) + y1;
2391
+ x2 = axisx.max;
2392
+ }
2393
+
2394
+ if (!areaOpen) {
2395
+ // open area
2396
+ ctx.beginPath();
2397
+ ctx.moveTo(axisx.p2c(x1), axisy.p2c(bottom));
2398
+ areaOpen = true;
2399
+ }
2400
+
2401
+ // now first check the case where both is outside
2402
+ if (y1 >= axisy.max && y2 >= axisy.max) {
2403
+ ctx.lineTo(axisx.p2c(x1), axisy.p2c(axisy.max));
2404
+ ctx.lineTo(axisx.p2c(x2), axisy.p2c(axisy.max));
2405
+ continue;
2406
+ }
2407
+ else if (y1 <= axisy.min && y2 <= axisy.min) {
2408
+ ctx.lineTo(axisx.p2c(x1), axisy.p2c(axisy.min));
2409
+ ctx.lineTo(axisx.p2c(x2), axisy.p2c(axisy.min));
2410
+ continue;
2411
+ }
2412
+
2413
+ // else it's a bit more complicated, there might
2414
+ // be a flat maxed out rectangle first, then a
2415
+ // triangular cutout or reverse; to find these
2416
+ // keep track of the current x values
2417
+ var x1old = x1, x2old = x2;
2418
+
2419
+ // clip the y values, without shortcutting, we
2420
+ // go through all cases in turn
2421
+
2422
+ // clip with ymin
2423
+ if (y1 <= y2 && y1 < axisy.min && y2 >= axisy.min) {
2424
+ x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
2425
+ y1 = axisy.min;
2426
+ }
2427
+ else if (y2 <= y1 && y2 < axisy.min && y1 >= axisy.min) {
2428
+ x2 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
2429
+ y2 = axisy.min;
2430
+ }
2431
+
2432
+ // clip with ymax
2433
+ if (y1 >= y2 && y1 > axisy.max && y2 <= axisy.max) {
2434
+ x1 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1;
2435
+ y1 = axisy.max;
2436
+ }
2437
+ else if (y2 >= y1 && y2 > axisy.max && y1 <= axisy.max) {
2438
+ x2 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1;
2439
+ y2 = axisy.max;
2440
+ }
2441
+
2442
+ // if the x value was changed we got a rectangle
2443
+ // to fill
2444
+ if (x1 != x1old) {
2445
+ ctx.lineTo(axisx.p2c(x1old), axisy.p2c(y1));
2446
+ // it goes to (x1, y1), but we fill that below
2447
+ }
2448
+
2449
+ // fill triangular section, this sometimes result
2450
+ // in redundant points if (x1, y1) hasn't changed
2451
+ // from previous line to, but we just ignore that
2452
+ ctx.lineTo(axisx.p2c(x1), axisy.p2c(y1));
2453
+ ctx.lineTo(axisx.p2c(x2), axisy.p2c(y2));
2454
+
2455
+ // fill the other rectangle if it's there
2456
+ if (x2 != x2old) {
2457
+ ctx.lineTo(axisx.p2c(x2), axisy.p2c(y2));
2458
+ ctx.lineTo(axisx.p2c(x2old), axisy.p2c(y2));
2459
+ }
2460
+ }
2461
+ }
2462
+
2463
+ ctx.save();
2464
+ ctx.translate(plotOffset.left, plotOffset.top);
2465
+ ctx.lineJoin = "round";
2466
+
2467
+ var lw = series.lines.lineWidth,
2468
+ sw = series.shadowSize;
2469
+ // FIXME: consider another form of shadow when filling is turned on
2470
+ if (lw > 0 && sw > 0) {
2471
+ // draw shadow as a thick and thin line with transparency
2472
+ ctx.lineWidth = sw;
2473
+ ctx.strokeStyle = "rgba(0,0,0,0.1)";
2474
+ // position shadow at angle from the mid of line
2475
+ var angle = Math.PI/18;
2476
+ plotLine(series.datapoints, Math.sin(angle) * (lw/2 + sw/2), Math.cos(angle) * (lw/2 + sw/2), series.xaxis, series.yaxis);
2477
+ ctx.lineWidth = sw/2;
2478
+ plotLine(series.datapoints, Math.sin(angle) * (lw/2 + sw/4), Math.cos(angle) * (lw/2 + sw/4), series.xaxis, series.yaxis);
2479
+ }
2480
+
2481
+ ctx.lineWidth = lw;
2482
+ ctx.strokeStyle = series.color;
2483
+ var fillStyle = getFillStyle(series.lines, series.color, 0, plotHeight);
2484
+ if (fillStyle) {
2485
+ ctx.fillStyle = fillStyle;
2486
+ plotLineArea(series.datapoints, series.xaxis, series.yaxis);
2487
+ }
2488
+
2489
+ if (lw > 0)
2490
+ plotLine(series.datapoints, 0, 0, series.xaxis, series.yaxis);
2491
+ ctx.restore();
2492
+ }
2493
+
2494
+ function drawSeriesPoints(series) {
2495
+ function plotPoints(datapoints, radius, fillStyle, offset, shadow, axisx, axisy, symbol) {
2496
+ var points = datapoints.points, ps = datapoints.pointsize;
2497
+
2498
+ for (var i = 0; i < points.length; i += ps) {
2499
+ var x = points[i], y = points[i + 1];
2500
+ if (x == null || x < axisx.min || x > axisx.max || y < axisy.min || y > axisy.max)
2501
+ continue;
2502
+
2503
+ ctx.beginPath();
2504
+ x = axisx.p2c(x);
2505
+ y = axisy.p2c(y) + offset;
2506
+ if (symbol == "circle")
2507
+ ctx.arc(x, y, radius, 0, shadow ? Math.PI : Math.PI * 2, false);
2508
+ else
2509
+ symbol(ctx, x, y, radius, shadow);
2510
+ ctx.closePath();
2511
+
2512
+ if (fillStyle) {
2513
+ ctx.fillStyle = fillStyle;
2514
+ ctx.fill();
2515
+ }
2516
+ ctx.stroke();
2517
+ }
2518
+ }
2519
+
2520
+ ctx.save();
2521
+ ctx.translate(plotOffset.left, plotOffset.top);
2522
+
2523
+ var lw = series.points.lineWidth,
2524
+ sw = series.shadowSize,
2525
+ radius = series.points.radius,
2526
+ symbol = series.points.symbol;
2527
+
2528
+ // If the user sets the line width to 0, we change it to a very
2529
+ // small value. A line width of 0 seems to force the default of 1.
2530
+ // Doing the conditional here allows the shadow setting to still be
2531
+ // optional even with a lineWidth of 0.
2532
+
2533
+ if( lw == 0 )
2534
+ lw = 0.0001;
2535
+
2536
+ if (lw > 0 && sw > 0) {
2537
+ // draw shadow in two steps
2538
+ var w = sw / 2;
2539
+ ctx.lineWidth = w;
2540
+ ctx.strokeStyle = "rgba(0,0,0,0.1)";
2541
+ plotPoints(series.datapoints, radius, null, w + w/2, true,
2542
+ series.xaxis, series.yaxis, symbol);
2543
+
2544
+ ctx.strokeStyle = "rgba(0,0,0,0.2)";
2545
+ plotPoints(series.datapoints, radius, null, w/2, true,
2546
+ series.xaxis, series.yaxis, symbol);
2547
+ }
2548
+
2549
+ ctx.lineWidth = lw;
2550
+ ctx.strokeStyle = series.color;
2551
+ plotPoints(series.datapoints, radius,
2552
+ getFillStyle(series.points, series.color), 0, false,
2553
+ series.xaxis, series.yaxis, symbol);
2554
+ ctx.restore();
2555
+ }
2556
+
2557
+ function drawBar(x, y, b, barLeft, barRight, fillStyleCallback, axisx, axisy, c, horizontal, lineWidth) {
2558
+ var left, right, bottom, top,
2559
+ drawLeft, drawRight, drawTop, drawBottom,
2560
+ tmp;
2561
+
2562
+ // in horizontal mode, we start the bar from the left
2563
+ // instead of from the bottom so it appears to be
2564
+ // horizontal rather than vertical
2565
+ if (horizontal) {
2566
+ drawBottom = drawRight = drawTop = true;
2567
+ drawLeft = false;
2568
+ left = b;
2569
+ right = x;
2570
+ top = y + barLeft;
2571
+ bottom = y + barRight;
2572
+
2573
+ // account for negative bars
2574
+ if (right < left) {
2575
+ tmp = right;
2576
+ right = left;
2577
+ left = tmp;
2578
+ drawLeft = true;
2579
+ drawRight = false;
2580
+ }
2581
+ }
2582
+ else {
2583
+ drawLeft = drawRight = drawTop = true;
2584
+ drawBottom = false;
2585
+ left = x + barLeft;
2586
+ right = x + barRight;
2587
+ bottom = b;
2588
+ top = y;
2589
+
2590
+ // account for negative bars
2591
+ if (top < bottom) {
2592
+ tmp = top;
2593
+ top = bottom;
2594
+ bottom = tmp;
2595
+ drawBottom = true;
2596
+ drawTop = false;
2597
+ }
2598
+ }
2599
+
2600
+ // clip
2601
+ if (right < axisx.min || left > axisx.max ||
2602
+ top < axisy.min || bottom > axisy.max)
2603
+ return;
2604
+
2605
+ if (left < axisx.min) {
2606
+ left = axisx.min;
2607
+ drawLeft = false;
2608
+ }
2609
+
2610
+ if (right > axisx.max) {
2611
+ right = axisx.max;
2612
+ drawRight = false;
2613
+ }
2614
+
2615
+ if (bottom < axisy.min) {
2616
+ bottom = axisy.min;
2617
+ drawBottom = false;
2618
+ }
2619
+
2620
+ if (top > axisy.max) {
2621
+ top = axisy.max;
2622
+ drawTop = false;
2623
+ }
2624
+
2625
+ left = axisx.p2c(left);
2626
+ bottom = axisy.p2c(bottom);
2627
+ right = axisx.p2c(right);
2628
+ top = axisy.p2c(top);
2629
+
2630
+ // fill the bar
2631
+ if (fillStyleCallback) {
2632
+ c.fillStyle = fillStyleCallback(bottom, top);
2633
+ c.fillRect(left, top, right - left, bottom - top)
2634
+ }
2635
+
2636
+ // draw outline
2637
+ if (lineWidth > 0 && (drawLeft || drawRight || drawTop || drawBottom)) {
2638
+ c.beginPath();
2639
+
2640
+ // FIXME: inline moveTo is buggy with excanvas
2641
+ c.moveTo(left, bottom);
2642
+ if (drawLeft)
2643
+ c.lineTo(left, top);
2644
+ else
2645
+ c.moveTo(left, top);
2646
+ if (drawTop)
2647
+ c.lineTo(right, top);
2648
+ else
2649
+ c.moveTo(right, top);
2650
+ if (drawRight)
2651
+ c.lineTo(right, bottom);
2652
+ else
2653
+ c.moveTo(right, bottom);
2654
+ if (drawBottom)
2655
+ c.lineTo(left, bottom);
2656
+ else
2657
+ c.moveTo(left, bottom);
2658
+ c.stroke();
2659
+ }
2660
+ }
2661
+
2662
+ function drawSeriesBars(series) {
2663
+ function plotBars(datapoints, barLeft, barRight, fillStyleCallback, axisx, axisy) {
2664
+ var points = datapoints.points, ps = datapoints.pointsize;
2665
+
2666
+ for (var i = 0; i < points.length; i += ps) {
2667
+ if (points[i] == null)
2668
+ continue;
2669
+ drawBar(points[i], points[i + 1], points[i + 2], barLeft, barRight, fillStyleCallback, axisx, axisy, ctx, series.bars.horizontal, series.bars.lineWidth);
2670
+ }
2671
+ }
2672
+
2673
+ ctx.save();
2674
+ ctx.translate(plotOffset.left, plotOffset.top);
2675
+
2676
+ // FIXME: figure out a way to add shadows (for instance along the right edge)
2677
+ ctx.lineWidth = series.bars.lineWidth;
2678
+ ctx.strokeStyle = series.color;
2679
+
2680
+ var barLeft;
2681
+
2682
+ switch (series.bars.align) {
2683
+ case "left":
2684
+ barLeft = 0;
2685
+ break;
2686
+ case "right":
2687
+ barLeft = -series.bars.barWidth;
2688
+ break;
2689
+ default:
2690
+ barLeft = -series.bars.barWidth / 2;
2691
+ }
2692
+
2693
+ var fillStyleCallback = series.bars.fill ? function (bottom, top) { return getFillStyle(series.bars, series.color, bottom, top); } : null;
2694
+ plotBars(series.datapoints, barLeft, barLeft + series.bars.barWidth, fillStyleCallback, series.xaxis, series.yaxis);
2695
+ ctx.restore();
2696
+ }
2697
+
2698
+ function getFillStyle(filloptions, seriesColor, bottom, top) {
2699
+ var fill = filloptions.fill;
2700
+ if (!fill)
2701
+ return null;
2702
+
2703
+ if (filloptions.fillColor)
2704
+ return getColorOrGradient(filloptions.fillColor, bottom, top, seriesColor);
2705
+
2706
+ var c = $.color.parse(seriesColor);
2707
+ c.a = typeof fill == "number" ? fill : 0.4;
2708
+ c.normalize();
2709
+ return c.toString();
2710
+ }
2711
+
2712
+ function insertLegend() {
2713
+
2714
+ if (options.legend.container != null) {
2715
+ $(options.legend.container).html("");
2716
+ } else {
2717
+ placeholder.find(".legend").remove();
2718
+ }
2719
+
2720
+ if (!options.legend.show) {
2721
+ return;
2722
+ }
2723
+
2724
+ var fragments = [], entries = [], rowStarted = false,
2725
+ lf = options.legend.labelFormatter, s, label;
2726
+
2727
+ // Build a list of legend entries, with each having a label and a color
2728
+
2729
+ for (var i = 0; i < series.length; ++i) {
2730
+ s = series[i];
2731
+ if (s.label) {
2732
+ label = lf ? lf(s.label, s) : s.label;
2733
+ if (label) {
2734
+ entries.push({
2735
+ label: label,
2736
+ color: s.color
2737
+ });
2738
+ }
2739
+ }
2740
+ }
2741
+
2742
+ // Sort the legend using either the default or a custom comparator
2743
+
2744
+ if (options.legend.sorted) {
2745
+ if ($.isFunction(options.legend.sorted)) {
2746
+ entries.sort(options.legend.sorted);
2747
+ } else if (options.legend.sorted == "reverse") {
2748
+ entries.reverse();
2749
+ } else {
2750
+ var ascending = options.legend.sorted != "descending";
2751
+ entries.sort(function(a, b) {
2752
+ return a.label == b.label ? 0 : (
2753
+ (a.label < b.label) != ascending ? 1 : -1 // Logical XOR
2754
+ );
2755
+ });
2756
+ }
2757
+ }
2758
+
2759
+ // Generate markup for the list of entries, in their final order
2760
+
2761
+ for (var i = 0; i < entries.length; ++i) {
2762
+
2763
+ var entry = entries[i];
2764
+
2765
+ if (i % options.legend.noColumns == 0) {
2766
+ if (rowStarted)
2767
+ fragments.push('</tr>');
2768
+ fragments.push('<tr>');
2769
+ rowStarted = true;
2770
+ }
2771
+
2772
+ fragments.push(
2773
+ '<td class="legendColorBox"><div style="border:1px solid ' + options.legend.labelBoxBorderColor + ';padding:1px"><div style="width:4px;height:0;border:5px solid ' + entry.color + ';overflow:hidden"></div></div></td>' +
2774
+ '<td class="legendLabel">' + entry.label + '</td>'
2775
+ );
2776
+ }
2777
+
2778
+ if (rowStarted)
2779
+ fragments.push('</tr>');
2780
+
2781
+ if (fragments.length == 0)
2782
+ return;
2783
+
2784
+ var table = '<table style="font-size:smaller;color:' + options.grid.color + '">' + fragments.join("") + '</table>';
2785
+ if (options.legend.container != null)
2786
+ $(options.legend.container).html(table);
2787
+ else {
2788
+ var pos = "",
2789
+ p = options.legend.position,
2790
+ m = options.legend.margin;
2791
+ if (m[0] == null)
2792
+ m = [m, m];
2793
+ if (p.charAt(0) == "n")
2794
+ pos += 'top:' + (m[1] + plotOffset.top) + 'px;';
2795
+ else if (p.charAt(0) == "s")
2796
+ pos += 'bottom:' + (m[1] + plotOffset.bottom) + 'px;';
2797
+ if (p.charAt(1) == "e")
2798
+ pos += 'right:' + (m[0] + plotOffset.right) + 'px;';
2799
+ else if (p.charAt(1) == "w")
2800
+ pos += 'left:' + (m[0] + plotOffset.left) + 'px;';
2801
+ var legend = $('<div class="legend">' + table.replace('style="', 'style="position:absolute;' + pos +';') + '</div>').appendTo(placeholder);
2802
+ if (options.legend.backgroundOpacity != 0.0) {
2803
+ // put in the transparent background
2804
+ // separately to avoid blended labels and
2805
+ // label boxes
2806
+ var c = options.legend.backgroundColor;
2807
+ if (c == null) {
2808
+ c = options.grid.backgroundColor;
2809
+ if (c && typeof c == "string")
2810
+ c = $.color.parse(c);
2811
+ else
2812
+ c = $.color.extract(legend, 'background-color');
2813
+ c.a = 1;
2814
+ c = c.toString();
2815
+ }
2816
+ var div = legend.children();
2817
+ $('<div style="position:absolute;width:' + div.width() + 'px;height:' + div.height() + 'px;' + pos +'background-color:' + c + ';"> </div>').prependTo(legend).css('opacity', options.legend.backgroundOpacity);
2818
+ }
2819
+ }
2820
+ }
2821
+
2822
+
2823
+ // interactive features
2824
+
2825
+ var highlights = [],
2826
+ redrawTimeout = null;
2827
+
2828
+ // returns the data item the mouse is over, or null if none is found
2829
+ function findNearbyItem(mouseX, mouseY, seriesFilter) {
2830
+ var maxDistance = options.grid.mouseActiveRadius,
2831
+ smallestDistance = maxDistance * maxDistance + 1,
2832
+ item = null, foundPoint = false, i, j, ps;
2833
+
2834
+ for (i = series.length - 1; i >= 0; --i) {
2835
+ if (!seriesFilter(series[i]))
2836
+ continue;
2837
+
2838
+ var s = series[i],
2839
+ axisx = s.xaxis,
2840
+ axisy = s.yaxis,
2841
+ points = s.datapoints.points,
2842
+ mx = axisx.c2p(mouseX), // precompute some stuff to make the loop faster
2843
+ my = axisy.c2p(mouseY),
2844
+ maxx = maxDistance / axisx.scale,
2845
+ maxy = maxDistance / axisy.scale;
2846
+
2847
+ ps = s.datapoints.pointsize;
2848
+ // with inverse transforms, we can't use the maxx/maxy
2849
+ // optimization, sadly
2850
+ if (axisx.options.inverseTransform)
2851
+ maxx = Number.MAX_VALUE;
2852
+ if (axisy.options.inverseTransform)
2853
+ maxy = Number.MAX_VALUE;
2854
+
2855
+ if (s.lines.show || s.points.show) {
2856
+ for (j = 0; j < points.length; j += ps) {
2857
+ var x = points[j], y = points[j + 1];
2858
+ if (x == null)
2859
+ continue;
2860
+
2861
+ // For points and lines, the cursor must be within a
2862
+ // certain distance to the data point
2863
+ if (x - mx > maxx || x - mx < -maxx ||
2864
+ y - my > maxy || y - my < -maxy)
2865
+ continue;
2866
+
2867
+ // We have to calculate distances in pixels, not in
2868
+ // data units, because the scales of the axes may be different
2869
+ var dx = Math.abs(axisx.p2c(x) - mouseX),
2870
+ dy = Math.abs(axisy.p2c(y) - mouseY),
2871
+ dist = dx * dx + dy * dy; // we save the sqrt
2872
+
2873
+ // use <= to ensure last point takes precedence
2874
+ // (last generally means on top of)
2875
+ if (dist < smallestDistance) {
2876
+ smallestDistance = dist;
2877
+ item = [i, j / ps];
2878
+ }
2879
+ }
2880
+ }
2881
+
2882
+ if (s.bars.show && !item) { // no other point can be nearby
2883
+
2884
+ var barLeft, barRight;
2885
+
2886
+ switch (s.bars.align) {
2887
+ case "left":
2888
+ barLeft = 0;
2889
+ break;
2890
+ case "right":
2891
+ barLeft = -s.bars.barWidth;
2892
+ break;
2893
+ default:
2894
+ barLeft = -s.bars.barWidth / 2;
2895
+ }
2896
+
2897
+ barRight = barLeft + s.bars.barWidth;
2898
+
2899
+ for (j = 0; j < points.length; j += ps) {
2900
+ var x = points[j], y = points[j + 1], b = points[j + 2];
2901
+ if (x == null)
2902
+ continue;
2903
+
2904
+ // for a bar graph, the cursor must be inside the bar
2905
+ if (series[i].bars.horizontal ?
2906
+ (mx <= Math.max(b, x) && mx >= Math.min(b, x) &&
2907
+ my >= y + barLeft && my <= y + barRight) :
2908
+ (mx >= x + barLeft && mx <= x + barRight &&
2909
+ my >= Math.min(b, y) && my <= Math.max(b, y)))
2910
+ item = [i, j / ps];
2911
+ }
2912
+ }
2913
+ }
2914
+
2915
+ if (item) {
2916
+ i = item[0];
2917
+ j = item[1];
2918
+ ps = series[i].datapoints.pointsize;
2919
+
2920
+ return { datapoint: series[i].datapoints.points.slice(j * ps, (j + 1) * ps),
2921
+ dataIndex: j,
2922
+ series: series[i],
2923
+ seriesIndex: i };
2924
+ }
2925
+
2926
+ return null;
2927
+ }
2928
+
2929
+ function onMouseMove(e) {
2930
+ if (options.grid.hoverable)
2931
+ triggerClickHoverEvent("plothover", e,
2932
+ function (s) { return s["hoverable"] != false; });
2933
+ }
2934
+
2935
+ function onMouseLeave(e) {
2936
+ if (options.grid.hoverable)
2937
+ triggerClickHoverEvent("plothover", e,
2938
+ function (s) { return false; });
2939
+ }
2940
+
2941
+ function onClick(e) {
2942
+ triggerClickHoverEvent("plotclick", e,
2943
+ function (s) { return s["clickable"] != false; });
2944
+ }
2945
+
2946
+ // trigger click or hover event (they send the same parameters
2947
+ // so we share their code)
2948
+ function triggerClickHoverEvent(eventname, event, seriesFilter) {
2949
+ var offset = eventHolder.offset(),
2950
+ canvasX = event.pageX - offset.left - plotOffset.left,
2951
+ canvasY = event.pageY - offset.top - plotOffset.top,
2952
+ pos = canvasToAxisCoords({ left: canvasX, top: canvasY });
2953
+
2954
+ pos.pageX = event.pageX;
2955
+ pos.pageY = event.pageY;
2956
+
2957
+ var item = findNearbyItem(canvasX, canvasY, seriesFilter);
2958
+
2959
+ if (item) {
2960
+ // fill in mouse pos for any listeners out there
2961
+ item.pageX = parseInt(item.series.xaxis.p2c(item.datapoint[0]) + offset.left + plotOffset.left, 10);
2962
+ item.pageY = parseInt(item.series.yaxis.p2c(item.datapoint[1]) + offset.top + plotOffset.top, 10);
2963
+ }
2964
+
2965
+ if (options.grid.autoHighlight) {
2966
+ // clear auto-highlights
2967
+ for (var i = 0; i < highlights.length; ++i) {
2968
+ var h = highlights[i];
2969
+ if (h.auto == eventname &&
2970
+ !(item && h.series == item.series &&
2971
+ h.point[0] == item.datapoint[0] &&
2972
+ h.point[1] == item.datapoint[1]))
2973
+ unhighlight(h.series, h.point);
2974
+ }
2975
+
2976
+ if (item)
2977
+ highlight(item.series, item.datapoint, eventname);
2978
+ }
2979
+
2980
+ placeholder.trigger(eventname, [ pos, item ]);
2981
+ }
2982
+
2983
+ function triggerRedrawOverlay() {
2984
+ var t = options.interaction.redrawOverlayInterval;
2985
+ if (t == -1) { // skip event queue
2986
+ drawOverlay();
2987
+ return;
2988
+ }
2989
+
2990
+ if (!redrawTimeout)
2991
+ redrawTimeout = setTimeout(drawOverlay, t);
2992
+ }
2993
+
2994
+ function drawOverlay() {
2995
+ redrawTimeout = null;
2996
+
2997
+ // draw highlights
2998
+ octx.save();
2999
+ overlay.clear();
3000
+ octx.translate(plotOffset.left, plotOffset.top);
3001
+
3002
+ var i, hi;
3003
+ for (i = 0; i < highlights.length; ++i) {
3004
+ hi = highlights[i];
3005
+
3006
+ if (hi.series.bars.show)
3007
+ drawBarHighlight(hi.series, hi.point);
3008
+ else
3009
+ drawPointHighlight(hi.series, hi.point);
3010
+ }
3011
+ octx.restore();
3012
+
3013
+ executeHooks(hooks.drawOverlay, [octx]);
3014
+ }
3015
+
3016
+ function highlight(s, point, auto) {
3017
+ if (typeof s == "number")
3018
+ s = series[s];
3019
+
3020
+ if (typeof point == "number") {
3021
+ var ps = s.datapoints.pointsize;
3022
+ point = s.datapoints.points.slice(ps * point, ps * (point + 1));
3023
+ }
3024
+
3025
+ var i = indexOfHighlight(s, point);
3026
+ if (i == -1) {
3027
+ highlights.push({ series: s, point: point, auto: auto });
3028
+
3029
+ triggerRedrawOverlay();
3030
+ }
3031
+ else if (!auto)
3032
+ highlights[i].auto = false;
3033
+ }
3034
+
3035
+ function unhighlight(s, point) {
3036
+ if (s == null && point == null) {
3037
+ highlights = [];
3038
+ triggerRedrawOverlay();
3039
+ return;
3040
+ }
3041
+
3042
+ if (typeof s == "number")
3043
+ s = series[s];
3044
+
3045
+ if (typeof point == "number") {
3046
+ var ps = s.datapoints.pointsize;
3047
+ point = s.datapoints.points.slice(ps * point, ps * (point + 1));
3048
+ }
3049
+
3050
+ var i = indexOfHighlight(s, point);
3051
+ if (i != -1) {
3052
+ highlights.splice(i, 1);
3053
+
3054
+ triggerRedrawOverlay();
3055
+ }
3056
+ }
3057
+
3058
+ function indexOfHighlight(s, p) {
3059
+ for (var i = 0; i < highlights.length; ++i) {
3060
+ var h = highlights[i];
3061
+ if (h.series == s && h.point[0] == p[0]
3062
+ && h.point[1] == p[1])
3063
+ return i;
3064
+ }
3065
+ return -1;
3066
+ }
3067
+
3068
+ function drawPointHighlight(series, point) {
3069
+ var x = point[0], y = point[1],
3070
+ axisx = series.xaxis, axisy = series.yaxis,
3071
+ highlightColor = (typeof series.highlightColor === "string") ? series.highlightColor : $.color.parse(series.color).scale('a', 0.5).toString();
3072
+
3073
+ if (x < axisx.min || x > axisx.max || y < axisy.min || y > axisy.max)
3074
+ return;
3075
+
3076
+ var pointRadius = series.points.radius + series.points.lineWidth / 2;
3077
+ octx.lineWidth = pointRadius;
3078
+ octx.strokeStyle = highlightColor;
3079
+ var radius = 1.5 * pointRadius;
3080
+ x = axisx.p2c(x);
3081
+ y = axisy.p2c(y);
3082
+
3083
+ octx.beginPath();
3084
+ if (series.points.symbol == "circle")
3085
+ octx.arc(x, y, radius, 0, 2 * Math.PI, false);
3086
+ else
3087
+ series.points.symbol(octx, x, y, radius, false);
3088
+ octx.closePath();
3089
+ octx.stroke();
3090
+ }
3091
+
3092
+ function drawBarHighlight(series, point) {
3093
+ var highlightColor = (typeof series.highlightColor === "string") ? series.highlightColor : $.color.parse(series.color).scale('a', 0.5).toString(),
3094
+ fillStyle = highlightColor,
3095
+ barLeft;
3096
+
3097
+ switch (series.bars.align) {
3098
+ case "left":
3099
+ barLeft = 0;
3100
+ break;
3101
+ case "right":
3102
+ barLeft = -series.bars.barWidth;
3103
+ break;
3104
+ default:
3105
+ barLeft = -series.bars.barWidth / 2;
3106
+ }
3107
+
3108
+ octx.lineWidth = series.bars.lineWidth;
3109
+ octx.strokeStyle = highlightColor;
3110
+
3111
+ drawBar(point[0], point[1], point[2] || 0, barLeft, barLeft + series.bars.barWidth,
3112
+ function () { return fillStyle; }, series.xaxis, series.yaxis, octx, series.bars.horizontal, series.bars.lineWidth);
3113
+ }
3114
+
3115
+ function getColorOrGradient(spec, bottom, top, defaultColor) {
3116
+ if (typeof spec == "string")
3117
+ return spec;
3118
+ else {
3119
+ // assume this is a gradient spec; IE currently only
3120
+ // supports a simple vertical gradient properly, so that's
3121
+ // what we support too
3122
+ var gradient = ctx.createLinearGradient(0, top, 0, bottom);
3123
+
3124
+ for (var i = 0, l = spec.colors.length; i < l; ++i) {
3125
+ var c = spec.colors[i];
3126
+ if (typeof c != "string") {
3127
+ var co = $.color.parse(defaultColor);
3128
+ if (c.brightness != null)
3129
+ co = co.scale('rgb', c.brightness);
3130
+ if (c.opacity != null)
3131
+ co.a *= c.opacity;
3132
+ c = co.toString();
3133
+ }
3134
+ gradient.addColorStop(i / (l - 1), c);
3135
+ }
3136
+
3137
+ return gradient;
3138
+ }
3139
+ }
3140
+ }
3141
+
3142
+ // Add the plot function to the top level of the jQuery object
3143
+
3144
+ $.plot = function(placeholder, data, options) {
3145
+ //var t0 = new Date();
3146
+ var plot = new Plot($(placeholder), data, options, $.plot.plugins);
3147
+ //(window.console ? console.log : alert)("time used (msecs): " + ((new Date()).getTime() - t0.getTime()));
3148
+ return plot;
3149
+ };
3150
+
3151
+ $.plot.version = "0.8.3";
3152
+
3153
+ $.plot.plugins = [];
3154
+
3155
+ // Also add the plot function as a chainable property
3156
+
3157
+ $.fn.plot = function(data, options) {
3158
+ return this.each(function() {
3159
+ $.plot(this, data, options);
3160
+ });
3161
+ };
3162
+
3163
+ // round to nearby lower multiple of base
3164
+ function floorInBase(n, base) {
3165
+ return base * Math.floor(n / base);
3166
+ }
3167
+
3168
+ })(jQuery);