rails_modular_admin 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/list.txt +23 -0
- data/app/assets/javascripts/rails_modular_admin/vendor.js +60351 -60351
- data/app/assets/javascripts/rails_modular_admin.js +1 -0
- data/app/assets/node_modules/animate.css/LICENSE +21 -0
- data/app/assets/node_modules/animate.css/README.md +233 -0
- data/app/assets/node_modules/animate.css/animate-config.json +120 -0
- data/app/assets/node_modules/animate.css/animate.css +3494 -0
- data/app/assets/node_modules/animate.css/animate.min.css +11 -0
- data/app/assets/node_modules/animate.css/bower.json +5 -0
- data/app/assets/node_modules/animate.css/gulpfile.js +107 -0
- data/app/assets/node_modules/animate.css/package.json +54 -0
- data/app/assets/node_modules/animate.css/source/_base.css +8 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/bounce.css +30 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/flash.css +16 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/headShake.css +30 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/jello.css +40 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/pulse.css +19 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/rubberBand.css +33 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/shake.css +25 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/swing.css +26 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/tada.css +31 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/wobble.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceIn.css +42 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInDown.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInLeft.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInRight.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInUp.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOut.css +21 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css +20 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutUp.css +20 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeIn.css +13 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDown.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRight.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUp.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOut.css +13 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/flippers/flip.css +31 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipInX.css +30 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipInY.css +30 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipOutX.css +21 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipOutY.css +21 -0
- data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
- data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateIn.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOut.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/specials/hinge.css +31 -0
- data/app/assets/node_modules/animate.css/source/specials/jackInTheBox.css +24 -0
- data/app/assets/node_modules/animate.css/source/specials/rollIn.css +17 -0
- data/app/assets/node_modules/animate.css/source/specials/rollOut.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomIn.css +14 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOut.css +18 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
- data/app/assets/node_modules/bootstrap/LICENSE +22 -0
- data/app/assets/node_modules/bootstrap/README.md +171 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css +1912 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css +330 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css +8981 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +7 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6444 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js +3927 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/alert.js +178 -0
- data/app/assets/node_modules/bootstrap/js/dist/alert.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/button.js +167 -0
- data/app/assets/node_modules/bootstrap/js/dist/button.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/carousel.js +508 -0
- data/app/assets/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/collapse.js +367 -0
- data/app/assets/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/dropdown.js +489 -0
- data/app/assets/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/index.js +23 -0
- data/app/assets/node_modules/bootstrap/js/dist/index.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/modal.js +585 -0
- data/app/assets/node_modules/bootstrap/js/dist/modal.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/popover.js +206 -0
- data/app/assets/node_modules/bootstrap/js/dist/popover.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js +319 -0
- data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/tab.js +251 -0
- data/app/assets/node_modules/bootstrap/js/dist/tab.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/tooltip.js +674 -0
- data/app/assets/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/util.js +132 -0
- data/app/assets/node_modules/bootstrap/js/dist/util.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/src/alert.js +183 -0
- data/app/assets/node_modules/bootstrap/js/src/button.js +175 -0
- data/app/assets/node_modules/bootstrap/js/src/carousel.js +517 -0
- data/app/assets/node_modules/bootstrap/js/src/collapse.js +394 -0
- data/app/assets/node_modules/bootstrap/js/src/dropdown.js +487 -0
- data/app/assets/node_modules/bootstrap/js/src/index.js +50 -0
- data/app/assets/node_modules/bootstrap/js/src/modal.js +579 -0
- data/app/assets/node_modules/bootstrap/js/src/popover.js +188 -0
- data/app/assets/node_modules/bootstrap/js/src/scrollspy.js +329 -0
- data/app/assets/node_modules/bootstrap/js/src/tab.js +263 -0
- data/app/assets/node_modules/bootstrap/js/src/tooltip.js +723 -0
- data/app/assets/node_modules/bootstrap/js/src/util.js +153 -0
- data/app/assets/node_modules/bootstrap/package.json +218 -0
- data/app/assets/node_modules/bootstrap/scss/_alert.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/_badge.scss +47 -0
- data/app/assets/node_modules/bootstrap/scss/_breadcrumb.scss +41 -0
- data/app/assets/node_modules/bootstrap/scss/_button-group.scss +172 -0
- data/app/assets/node_modules/bootstrap/scss/_buttons.scss +144 -0
- data/app/assets/node_modules/bootstrap/scss/_card.scss +301 -0
- data/app/assets/node_modules/bootstrap/scss/_carousel.scss +236 -0
- data/app/assets/node_modules/bootstrap/scss/_close.scss +34 -0
- data/app/assets/node_modules/bootstrap/scss/_code.scss +48 -0
- data/app/assets/node_modules/bootstrap/scss/_custom-forms.scss +421 -0
- data/app/assets/node_modules/bootstrap/scss/_dropdown.scss +166 -0
- data/app/assets/node_modules/bootstrap/scss/_forms.scss +335 -0
- data/app/assets/node_modules/bootstrap/scss/_functions.scss +86 -0
- data/app/assets/node_modules/bootstrap/scss/_grid.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/_images.scss +42 -0
- data/app/assets/node_modules/bootstrap/scss/_input-group.scss +158 -0
- data/app/assets/node_modules/bootstrap/scss/_jumbotron.scss +16 -0
- data/app/assets/node_modules/bootstrap/scss/_list-group.scss +115 -0
- data/app/assets/node_modules/bootstrap/scss/_media.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/_mixins.scss +41 -0
- data/app/assets/node_modules/bootstrap/scss/_modal.scss +168 -0
- data/app/assets/node_modules/bootstrap/scss/_nav.scss +118 -0
- data/app/assets/node_modules/bootstrap/scss/_navbar.scss +299 -0
- data/app/assets/node_modules/bootstrap/scss/_pagination.scss +78 -0
- data/app/assets/node_modules/bootstrap/scss/_popover.scss +183 -0
- data/app/assets/node_modules/bootstrap/scss/_print.scss +141 -0
- data/app/assets/node_modules/bootstrap/scss/_progress.scss +34 -0
- data/app/assets/node_modules/bootstrap/scss/_reboot.scss +480 -0
- data/app/assets/node_modules/bootstrap/scss/_root.scss +19 -0
- data/app/assets/node_modules/bootstrap/scss/_tables.scss +188 -0
- data/app/assets/node_modules/bootstrap/scss/_tooltip.scss +115 -0
- data/app/assets/node_modules/bootstrap/scss/_transitions.scss +22 -0
- data/app/assets/node_modules/bootstrap/scss/_type.scss +125 -0
- data/app/assets/node_modules/bootstrap/scss/_utilities.scss +15 -0
- data/app/assets/node_modules/bootstrap/scss/_variables.scss +929 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap-grid.scss +32 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap-reboot.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap.scss +42 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_alert.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +21 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_badge.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +35 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +5 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +109 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_caret.scss +66 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_clearfix.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_float.scss +11 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_forms.scss +147 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_grid-framework.scss +67 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_grid.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_image.scss +36 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_list-group.scss +21 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_nav-divider.scss +10 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_pagination.scss +22 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_screen-reader.scss +33 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_size.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_table-row.scss +30 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +14 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_transition.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_visibility.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_align.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_borders.scss +59 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_clearfix.scss +3 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_display.scss +38 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_embed.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_flex.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_float.scss +9 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_position.scss +37 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_screenreaders.scss +11 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_shadows.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_sizing.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_spacing.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_text.scss +58 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_visibility.scss +11 -0
- data/app/assets/node_modules/clone/LICENSE +18 -0
- data/app/assets/node_modules/clone/README.md +178 -0
- data/app/assets/node_modules/clone/clone.iml +10 -0
- data/app/assets/node_modules/clone/clone.js +251 -0
- data/app/assets/node_modules/clone/package.json +56 -0
- data/app/assets/node_modules/deep-equal/LICENSE +18 -0
- data/app/assets/node_modules/deep-equal/example/cmp.js +11 -0
- data/app/assets/node_modules/deep-equal/index.js +94 -0
- data/app/assets/node_modules/deep-equal/lib/is_arguments.js +20 -0
- data/app/assets/node_modules/deep-equal/lib/keys.js +9 -0
- data/app/assets/node_modules/deep-equal/package.json +58 -0
- data/app/assets/node_modules/deep-equal/readme.markdown +61 -0
- data/app/assets/node_modules/deep-equal/test/cmp.js +95 -0
- data/app/assets/node_modules/dropzone/CONTRIBUTING.md +6 -0
- data/app/assets/node_modules/dropzone/LICENSE +12 -0
- data/app/assets/node_modules/dropzone/README.md +36 -0
- data/app/assets/node_modules/dropzone/bower.json +16 -0
- data/app/assets/node_modules/dropzone/component.json +10 -0
- data/app/assets/node_modules/dropzone/composer.json +18 -0
- data/app/assets/node_modules/dropzone/dist/basic.css +39 -0
- data/app/assets/node_modules/dropzone/dist/dropzone-amd-module.js +3541 -0
- data/app/assets/node_modules/dropzone/dist/dropzone.css +388 -0
- data/app/assets/node_modules/dropzone/dist/dropzone.js +3526 -0
- data/app/assets/node_modules/dropzone/dist/min/basic.min.css +1 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone-amd-module.min.js +2 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone.min.css +1 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone.min.js +2 -0
- data/app/assets/node_modules/dropzone/dist/readme.md +10 -0
- data/app/assets/node_modules/dropzone/index.js +1 -0
- data/app/assets/node_modules/dropzone/package.json +40 -0
- data/app/assets/node_modules/eve-raphael/LICENSE +202 -0
- data/app/assets/node_modules/eve-raphael/README.md +5 -0
- data/app/assets/node_modules/eve-raphael/bower.json +17 -0
- data/app/assets/node_modules/eve-raphael/component.json +13 -0
- data/app/assets/node_modules/eve-raphael/e.html +66 -0
- data/app/assets/node_modules/eve-raphael/eve.js +426 -0
- data/app/assets/node_modules/eve-raphael/package.json +15 -0
- data/app/assets/node_modules/eventemitter3/LICENSE +21 -0
- data/app/assets/node_modules/eventemitter3/README.md +105 -0
- data/app/assets/node_modules/eventemitter3/index.d.ts +50 -0
- data/app/assets/node_modules/eventemitter3/index.js +311 -0
- data/app/assets/node_modules/eventemitter3/package.json +51 -0
- data/app/assets/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
- data/app/assets/node_modules/extend/CHANGELOG.md +77 -0
- data/app/assets/node_modules/extend/LICENSE +23 -0
- data/app/assets/node_modules/extend/README.md +81 -0
- data/app/assets/node_modules/extend/component.json +32 -0
- data/app/assets/node_modules/extend/index.js +86 -0
- data/app/assets/node_modules/extend/package.json +43 -0
- data/app/assets/node_modules/fast-diff/README.md +24 -0
- data/app/assets/node_modules/fast-diff/diff.js +738 -0
- data/app/assets/node_modules/fast-diff/package.json +24 -0
- data/app/assets/node_modules/fast-diff/test.js +91 -0
- data/app/assets/node_modules/jquery/AUTHORS.txt +313 -0
- data/app/assets/node_modules/jquery/LICENSE.txt +36 -0
- data/app/assets/node_modules/jquery/README.md +67 -0
- data/app/assets/node_modules/jquery/bower.json +14 -0
- data/app/assets/node_modules/jquery/dist/core.js +399 -0
- data/app/assets/node_modules/jquery/dist/jquery.js +10364 -0
- data/app/assets/node_modules/jquery/dist/jquery.min.js +2 -0
- data/app/assets/node_modules/jquery/dist/jquery.min.map +1 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.js +8269 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.min.js +2 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.min.map +1 -0
- data/app/assets/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.js +2272 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
- data/app/assets/node_modules/jquery/package.json +108 -0
- data/app/assets/node_modules/jquery/src/ajax/jsonp.js +103 -0
- data/app/assets/node_modules/jquery/src/ajax/load.js +77 -0
- data/app/assets/node_modules/jquery/src/ajax/parseXML.js +30 -0
- data/app/assets/node_modules/jquery/src/ajax/script.js +77 -0
- data/app/assets/node_modules/jquery/src/ajax/var/location.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/var/rquery.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/xhr.js +170 -0
- data/app/assets/node_modules/jquery/src/ajax.js +856 -0
- data/app/assets/node_modules/jquery/src/attributes/attr.js +141 -0
- data/app/assets/node_modules/jquery/src/attributes/classes.js +186 -0
- data/app/assets/node_modules/jquery/src/attributes/prop.js +143 -0
- data/app/assets/node_modules/jquery/src/attributes/support.js +33 -0
- data/app/assets/node_modules/jquery/src/attributes/val.js +191 -0
- data/app/assets/node_modules/jquery/src/attributes.js +13 -0
- data/app/assets/node_modules/jquery/src/callbacks.js +236 -0
- data/app/assets/node_modules/jquery/src/core/DOMEval.js +30 -0
- data/app/assets/node_modules/jquery/src/core/access.js +72 -0
- data/app/assets/node_modules/jquery/src/core/camelCase.js +23 -0
- data/app/assets/node_modules/jquery/src/core/init.js +129 -0
- data/app/assets/node_modules/jquery/src/core/nodeName.js +13 -0
- data/app/assets/node_modules/jquery/src/core/parseHTML.js +65 -0
- data/app/assets/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
- data/app/assets/node_modules/jquery/src/core/ready.js +86 -0
- data/app/assets/node_modules/jquery/src/core/readyException.js +13 -0
- data/app/assets/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
- data/app/assets/node_modules/jquery/src/core/support.js +20 -0
- data/app/assets/node_modules/jquery/src/core/toType.js +20 -0
- data/app/assets/node_modules/jquery/src/core/var/rsingleTag.js +6 -0
- data/app/assets/node_modules/jquery/src/core.js +399 -0
- data/app/assets/node_modules/jquery/src/css/addGetHookIf.js +26 -0
- data/app/assets/node_modules/jquery/src/css/adjustCSS.js +73 -0
- data/app/assets/node_modules/jquery/src/css/curCSS.js +65 -0
- data/app/assets/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
- data/app/assets/node_modules/jquery/src/css/showHide.js +105 -0
- data/app/assets/node_modules/jquery/src/css/support.js +102 -0
- data/app/assets/node_modules/jquery/src/css/var/cssExpand.js +5 -0
- data/app/assets/node_modules/jquery/src/css/var/getStyles.js +17 -0
- data/app/assets/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
- data/app/assets/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
- data/app/assets/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
- data/app/assets/node_modules/jquery/src/css/var/swap.js +26 -0
- data/app/assets/node_modules/jquery/src/css.js +481 -0
- data/app/assets/node_modules/jquery/src/data/Data.js +162 -0
- data/app/assets/node_modules/jquery/src/data/var/acceptData.js +19 -0
- data/app/assets/node_modules/jquery/src/data/var/dataPriv.js +7 -0
- data/app/assets/node_modules/jquery/src/data/var/dataUser.js +7 -0
- data/app/assets/node_modules/jquery/src/data.js +180 -0
- data/app/assets/node_modules/jquery/src/deferred/exceptionHook.js +21 -0
- data/app/assets/node_modules/jquery/src/deferred.js +399 -0
- data/app/assets/node_modules/jquery/src/deprecated.js +98 -0
- data/app/assets/node_modules/jquery/src/dimensions.js +57 -0
- data/app/assets/node_modules/jquery/src/effects/Tween.js +123 -0
- data/app/assets/node_modules/jquery/src/effects/animatedSelector.js +15 -0
- data/app/assets/node_modules/jquery/src/effects.js +702 -0
- data/app/assets/node_modules/jquery/src/event/ajax.js +22 -0
- data/app/assets/node_modules/jquery/src/event/alias.js +29 -0
- data/app/assets/node_modules/jquery/src/event/focusin.js +55 -0
- data/app/assets/node_modules/jquery/src/event/support.js +11 -0
- data/app/assets/node_modules/jquery/src/event/trigger.js +199 -0
- data/app/assets/node_modules/jquery/src/event.js +748 -0
- data/app/assets/node_modules/jquery/src/exports/amd.js +26 -0
- data/app/assets/node_modules/jquery/src/exports/global.js +34 -0
- data/app/assets/node_modules/jquery/src/jquery.js +40 -0
- data/app/assets/node_modules/jquery/src/manipulation/_evalUrl.js +23 -0
- data/app/assets/node_modules/jquery/src/manipulation/buildFragment.js +105 -0
- data/app/assets/node_modules/jquery/src/manipulation/getAll.js +32 -0
- data/app/assets/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
- data/app/assets/node_modules/jquery/src/manipulation/support.js +35 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rcheckableType.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rtagName.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/wrapMap.js +29 -0
- data/app/assets/node_modules/jquery/src/manipulation.js +486 -0
- data/app/assets/node_modules/jquery/src/offset.js +233 -0
- data/app/assets/node_modules/jquery/src/queue/delay.js +24 -0
- data/app/assets/node_modules/jquery/src/queue.js +145 -0
- data/app/assets/node_modules/jquery/src/selector-native.js +237 -0
- data/app/assets/node_modules/jquery/src/selector-sizzle.js +19 -0
- data/app/assets/node_modules/jquery/src/selector.js +3 -0
- data/app/assets/node_modules/jquery/src/serialize.js +132 -0
- data/app/assets/node_modules/jquery/src/traversing/findFilter.js +97 -0
- data/app/assets/node_modules/jquery/src/traversing/var/dir.js +22 -0
- data/app/assets/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
- data/app/assets/node_modules/jquery/src/traversing/var/siblings.js +17 -0
- data/app/assets/node_modules/jquery/src/traversing.js +191 -0
- data/app/assets/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
- data/app/assets/node_modules/jquery/src/var/arr.js +5 -0
- data/app/assets/node_modules/jquery/src/var/class2type.js +6 -0
- data/app/assets/node_modules/jquery/src/var/concat.js +7 -0
- data/app/assets/node_modules/jquery/src/var/document.js +5 -0
- data/app/assets/node_modules/jquery/src/var/documentElement.js +7 -0
- data/app/assets/node_modules/jquery/src/var/fnToString.js +7 -0
- data/app/assets/node_modules/jquery/src/var/getProto.js +5 -0
- data/app/assets/node_modules/jquery/src/var/hasOwn.js +7 -0
- data/app/assets/node_modules/jquery/src/var/indexOf.js +7 -0
- data/app/assets/node_modules/jquery/src/var/isFunction.js +13 -0
- data/app/assets/node_modules/jquery/src/var/isWindow.js +8 -0
- data/app/assets/node_modules/jquery/src/var/pnum.js +5 -0
- data/app/assets/node_modules/jquery/src/var/push.js +7 -0
- data/app/assets/node_modules/jquery/src/var/rcssNum.js +9 -0
- data/app/assets/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
- data/app/assets/node_modules/jquery/src/var/slice.js +7 -0
- data/app/assets/node_modules/jquery/src/var/support.js +6 -0
- data/app/assets/node_modules/jquery/src/var/toString.js +7 -0
- data/app/assets/node_modules/jquery/src/wrap.js +78 -0
- data/app/assets/node_modules/jquery-flot/API.md +1498 -0
- data/app/assets/node_modules/jquery-flot/CONTRIBUTING.md +98 -0
- data/app/assets/node_modules/jquery-flot/FAQ.md +75 -0
- data/app/assets/node_modules/jquery-flot/LICENSE.txt +22 -0
- data/app/assets/node_modules/jquery-flot/Makefile +12 -0
- data/app/assets/node_modules/jquery-flot/NEWS.md +1026 -0
- data/app/assets/node_modules/jquery-flot/PLUGINS.md +143 -0
- data/app/assets/node_modules/jquery-flot/README.md +110 -0
- data/app/assets/node_modules/jquery-flot/component.json +8 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-1.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-2.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-3.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-4.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-5.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-japan-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-usa-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/index.html +173 -0
- data/app/assets/node_modules/jquery-flot/examples/annotating/index.html +87 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-interacting/index.html +97 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-multiple/index.html +77 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time/index.html +137 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/date.js +893 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/index.html +114 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/africa +1181 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/antarctica +413 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/asia +2717 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/australasia +1719 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/backward +117 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/etcetera +81 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/europe +2856 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/factory +10 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/iso3166.tab +276 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/leapseconds +100 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/northamerica +3235 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/pacificnew +28 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar87 +390 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar88 +390 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar89 +395 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/southamerica +1711 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/systemv +38 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/yearistype.sh +38 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/zone.tab +441 -0
- data/app/assets/node_modules/jquery-flot/examples/background.png +0 -0
- data/app/assets/node_modules/jquery-flot/examples/basic-options/index.html +91 -0
- data/app/assets/node_modules/jquery-flot/examples/basic-usage/index.html +57 -0
- data/app/assets/node_modules/jquery-flot/examples/canvas/index.html +75 -0
- data/app/assets/node_modules/jquery-flot/examples/categories/index.html +64 -0
- data/app/assets/node_modules/jquery-flot/examples/examples.css +97 -0
- data/app/assets/node_modules/jquery-flot/examples/image/hs-2004-27-a-large-web.jpg +0 -0
- data/app/assets/node_modules/jquery-flot/examples/image/index.html +69 -0
- data/app/assets/node_modules/jquery-flot/examples/index.html +80 -0
- data/app/assets/node_modules/jquery-flot/examples/interacting/index.html +118 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-down.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-left.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-right.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-up.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/index.html +153 -0
- data/app/assets/node_modules/jquery-flot/examples/percentiles/index.html +79 -0
- data/app/assets/node_modules/jquery-flot/examples/realtime/index.html +122 -0
- data/app/assets/node_modules/jquery-flot/examples/resize/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/selection/index.html +152 -0
- data/app/assets/node_modules/jquery-flot/examples/series-errorbars/index.html +150 -0
- data/app/assets/node_modules/jquery-flot/examples/series-pie/index.html +818 -0
- data/app/assets/node_modules/jquery-flot/examples/series-toggle/index.html +121 -0
- data/app/assets/node_modules/jquery-flot/examples/series-types/index.html +90 -0
- data/app/assets/node_modules/jquery-flot/examples/shared/jquery-ui/jquery-ui.min.css +6 -0
- data/app/assets/node_modules/jquery-flot/examples/stacking/index.html +107 -0
- data/app/assets/node_modules/jquery-flot/examples/symbols/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/threshold/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/tracking/index.html +135 -0
- data/app/assets/node_modules/jquery-flot/examples/visitors/index.html +147 -0
- data/app/assets/node_modules/jquery-flot/examples/zooming/index.html +144 -0
- data/app/assets/node_modules/jquery-flot/excanvas.js +1428 -0
- data/app/assets/node_modules/jquery-flot/excanvas.min.js +1 -0
- data/app/assets/node_modules/jquery-flot/flot.jquery.json +27 -0
- data/app/assets/node_modules/jquery-flot/jquery.colorhelpers.js +180 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.canvas.js +345 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.categories.js +190 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.crosshair.js +176 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.errorbars.js +353 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.fillbetween.js +226 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.image.js +241 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.js +3168 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.navigate.js +346 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.pie.js +820 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.resize.js +59 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.selection.js +360 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.stack.js +188 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.symbol.js +71 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.threshold.js +142 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.time.js +432 -0
- data/app/assets/node_modules/jquery-flot/jquery.js +9472 -0
- data/app/assets/node_modules/jquery-flot/package.json +11 -0
- data/app/assets/node_modules/jquery-sparkline/Changelog.txt +324 -0
- data/app/assets/node_modules/jquery-sparkline/README.md +19 -0
- data/app/assets/node_modules/jquery-sparkline/build.js +13 -0
- data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.js +3068 -0
- data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.min.js +2 -0
- data/app/assets/node_modules/jquery-sparkline/package.json +32 -0
- data/app/assets/node_modules/jquery-sparkline/src/base.js +415 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-bar.js +256 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-box.js +186 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-bullet.js +131 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-discrete.js +66 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-line.js +350 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-pie.js +117 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-tristate.js +98 -0
- data/app/assets/node_modules/jquery-sparkline/src/defaults.js +156 -0
- data/app/assets/node_modules/jquery-sparkline/src/footer.js +1 -0
- data/app/assets/node_modules/jquery-sparkline/src/header.js +222 -0
- data/app/assets/node_modules/jquery-sparkline/src/interact.js +247 -0
- data/app/assets/node_modules/jquery-sparkline/src/rangemap.js +39 -0
- data/app/assets/node_modules/jquery-sparkline/src/simpledraw.js +55 -0
- data/app/assets/node_modules/jquery-sparkline/src/utils.js +224 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-base.js +147 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-canvas.js +193 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-vml.js +165 -0
- data/app/assets/node_modules/jquery-touchswipe/LICENSE +24 -0
- data/app/assets/node_modules/jquery-touchswipe/README.md +81 -0
- data/app/assets/node_modules/jquery-touchswipe/bower.json +8 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Any_finger_swipe.html +49 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Basic_swipe.html +48 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Enable_and_destroy.html +95 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Excluded_children.html +82 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Finger_swipe.html +61 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Handlers_and_events.html +128 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Hold.html +61 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Image_gallery_example.html +148 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Options.html +90 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Page_scrolling.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Page_zoom.html +50 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch.html +57 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_and_Swipe.html +81 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_status.html +51 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Single_swipe.html +51 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Stop_propegation.html +57 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Swipe_status.html +82 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Tap_vs_swipe.html +114 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Thresholds.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Trigger_handlers.html +158 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/css/main.css +110 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/index.html +74 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/js/jquery.ui.ipad.js +223 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/js/main.js +240 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/tutorials.json +22 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.html +188 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.defaults.html +1174 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.directions.html +311 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.fingers.html +319 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.html +4205 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.pageScroll.html +272 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.phases.html +265 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.html +186 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/css/main.css +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/index.html +101 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/jquery.touchSwipe.js.html +2168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/js/jquery.ui.ipad.js +223 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/js/main.js +85 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/linenumber.js +25 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/lang-css.js +2 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/prettify.js +28 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/styles/jsdoc.css +625 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/styles/prettify.css +79 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Any_finger_swipe.html +108 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Basic_swipe.html +107 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Enable_and_destroy.html +154 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Excluded_children.html +141 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Finger_swipe.html +120 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Handlers_and_events.html +187 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Hold.html +120 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Image_gallery_example.html +207 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Options.html +149 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_scrolling.html +168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_zoom.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch.html +116 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_and_Swipe.html +140 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_status.html +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Single_swipe.html +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Stop_propegation.html +116 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Swipe_status.html +141 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Tap_vs_swipe.html +173 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Thresholds.html +168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Trigger_handlers.html +217 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-index_.html +133 -0
- data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.js +2109 -0
- data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.min.js +14 -0
- data/app/assets/node_modules/jquery-touchswipe/package.json +47 -0
- data/app/assets/node_modules/jquery-validation/LICENSE.md +22 -0
- data/app/assets/node_modules/jquery-validation/README.md +76 -0
- data/app/assets/node_modules/jquery-validation/changelog.md +639 -0
- data/app/assets/node_modules/jquery-validation/dist/additional-methods.js +1158 -0
- data/app/assets/node_modules/jquery-validation/dist/jquery.validate.js +1601 -0
- data/app/assets/node_modules/jquery-validation/dist/jquery.validate.min.js +4 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ar.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_az.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_bg.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_bn_BD.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ca.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_cs.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_da.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_de.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_el.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es.js +38 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_AR.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_PE.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_et.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_eu.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fa.js +38 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fi.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fr.js +63 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ge.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_gl.js +40 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_he.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hr.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hu.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hy_AM.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_id.js +34 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_is.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_it.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ja.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ka.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_kk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ko.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_lt.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_lv.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_mk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_my.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_nl.js +46 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_no.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pl.js +37 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_BR.js +88 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_PT.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ro.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ru.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sd.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_si.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sk.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sl.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr_lat.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sv.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_th.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_tj.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_tr.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_uk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ur.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_vi.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh_TW.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_de.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_es_CL.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_fi.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_nl.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_pt.js +21 -0
- data/app/assets/node_modules/jquery-validation/package.json +61 -0
- data/app/assets/node_modules/jquery.browser/Gruntfile.js +62 -0
- data/app/assets/node_modules/jquery.browser/MIT-LICENSE.txt +21 -0
- data/app/assets/node_modules/jquery.browser/README.md +117 -0
- data/app/assets/node_modules/jquery.browser/bower.json +13 -0
- data/app/assets/node_modules/jquery.browser/browser.jquery.json +37 -0
- data/app/assets/node_modules/jquery.browser/dist/jquery.browser.js +193 -0
- data/app/assets/node_modules/jquery.browser/dist/jquery.browser.min.js +14 -0
- data/app/assets/node_modules/jquery.browser/package.json +30 -0
- data/app/assets/node_modules/jquery.browser/test/casperserver.js +257 -0
- data/app/assets/node_modules/jquery.browser/test/index.html +13 -0
- data/app/assets/node_modules/jquery.browser/test/src/jquery-1.10.2.min.js +6 -0
- data/app/assets/node_modules/jquery.browser/test/src/require/test.js +21 -0
- data/app/assets/node_modules/jquery.browser/test/test.js +962 -0
- data/app/assets/node_modules/jquery.flot.tooltip/CONTRIBUTING.md +9 -0
- data/app/assets/node_modules/jquery.flot.tooltip/Gruntfile.js +72 -0
- data/app/assets/node_modules/jquery.flot.tooltip/README.md +267 -0
- data/app/assets/node_modules/jquery.flot.tooltip/bower.json +13 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/basic.html +45 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/curved-lines.html +59 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/custom-label-text.html +114 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/custom_ticks.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/dollar_in_tickformatter.html +68 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/index.html +36 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/curvedLines.js +483 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/excanvas.min.js +1 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.js +3168 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.pie.js +820 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.stack.js +184 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.threshold.js +142 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.time.js +432 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/many_series.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/multiple-axes.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/pie.html +87 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/real_data.html +133 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/stacking.html +97 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/threshold.html +97 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/time_bars.html +77 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/two_chars.html +63 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js +606 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.min.js +12 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.source.js +595 -0
- data/app/assets/node_modules/jquery.flot.tooltip/package.json +37 -0
- data/app/assets/node_modules/jqvmap/CHANGELOG.md +118 -0
- data/app/assets/node_modules/jqvmap/CONTRIBUTING.md +118 -0
- data/app/assets/node_modules/jqvmap/LICENSE +43 -0
- data/app/assets/node_modules/jqvmap/README.md +495 -0
- data/app/assets/node_modules/jqvmap/REGIONS.md +405 -0
- data/app/assets/node_modules/jqvmap/bower.json +32 -0
- data/app/assets/node_modules/jqvmap/create/README.md +207 -0
- data/app/assets/node_modules/jqvmap/create/config/continent.json +64 -0
- data/app/assets/node_modules/jqvmap/create/config/new-york.json +16 -0
- data/app/assets/node_modules/jqvmap/create/config/syria.json +16 -0
- data/app/assets/node_modules/jqvmap/create/jqvmap.py +573 -0
- data/app/assets/node_modules/jqvmap/dist/jquery.vmap.js +1281 -0
- data/app/assets/node_modules/jqvmap/dist/jquery.vmap.min.js +10 -0
- data/app/assets/node_modules/jqvmap/dist/jqvmap.css +50 -0
- data/app/assets/node_modules/jqvmap/dist/jqvmap.min.css +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.africa.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.asia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.australia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.europe.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.north-america.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.south-america.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.algeria.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.argentina.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.brazil.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.canada.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.europe.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.france.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.germany.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.greece.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iran.js +6 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iraq.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.russia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.tunisia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.turkey.js +11 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.usa.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.world.js +2 -0
- data/app/assets/node_modules/jqvmap/examples/algeria.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/argentina.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/brazil.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/continents.html +172 -0
- data/app/assets/node_modules/jqvmap/examples/europe.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/france.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/germany.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/greece.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/images/background.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/flag.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/globe.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/black.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/blue.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/green.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/grey.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/orange.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/purple.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/red.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/white.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/yellow.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/thumb.jpg +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/tip.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/inactive_regions.html +62 -0
- data/app/assets/node_modules/jqvmap/examples/iran.html +44 -0
- data/app/assets/node_modules/jqvmap/examples/iraq.html +44 -0
- data/app/assets/node_modules/jqvmap/examples/js/jquery.vmap.sampledata.js +1 -0
- data/app/assets/node_modules/jqvmap/examples/labels.html +146 -0
- data/app/assets/node_modules/jqvmap/examples/mobile.html +59 -0
- data/app/assets/node_modules/jqvmap/examples/multi.html +29 -0
- data/app/assets/node_modules/jqvmap/examples/pins.html +236 -0
- data/app/assets/node_modules/jqvmap/examples/pins_custom.html +127 -0
- data/app/assets/node_modules/jqvmap/examples/responsive.html +45 -0
- data/app/assets/node_modules/jqvmap/examples/russia.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/touch_detect.html +46 -0
- data/app/assets/node_modules/jqvmap/examples/tunisia.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/turkey.html +26 -0
- data/app/assets/node_modules/jqvmap/examples/usa.html +37 -0
- data/app/assets/node_modules/jqvmap/examples/world.html +35 -0
- data/app/assets/node_modules/jqvmap/grunt/bump.js +22 -0
- data/app/assets/node_modules/jqvmap/grunt/changelog.js +14 -0
- data/app/assets/node_modules/jqvmap/grunt/clean.js +5 -0
- data/app/assets/node_modules/jqvmap/grunt/concat.js +23 -0
- data/app/assets/node_modules/jqvmap/grunt/index.js +2 -0
- data/app/assets/node_modules/jqvmap/grunt/qunit.js +3 -0
- data/app/assets/node_modules/jqvmap/grunt/shell.js +6 -0
- data/app/assets/node_modules/jqvmap/grunt/uglify.js +19 -0
- data/app/assets/node_modules/jqvmap/gruntfile.js +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/AUTHORS.txt +217 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/CONTRIBUTING.md +214 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/MIT-LICENSE.txt +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/README.md +368 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/bower.json +28 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.js +10351 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.js +6 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.map +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/package.json +54 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/jsonp.js +89 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/load.js +75 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseJSON.js +51 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseXML.js +31 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/script.js +93 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/xhr.js +197 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax.js +801 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/attr.js +271 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/classes.js +157 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/prop.js +134 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/support.js +62 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/val.js +178 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes.js +11 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/callbacks.js +205 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/access.js +60 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/init.js +132 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/parseHTML.js +39 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/ready.js +152 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/var/rsingleTag.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core.js +540 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/addGetHookIf.js +32 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/curCSS.js +124 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/defaultDisplay.js +69 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/hiddenVisibleSelectors.js +20 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/support.js +151 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/swap.js +28 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/isHidden.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css.js +504 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/accepts.js +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/support.js +25 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data.js +335 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deferred.js +150 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deprecated.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/dimensions.js +50 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/Tween.js +114 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/support.js +55 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects.js +656 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/ajax.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/alias.js +39 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/support.js +26 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event.js +1037 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/amd.js +24 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/global.js +32 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/intro.js +44 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/jquery.js +38 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/_evalUrl.js +18 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/support.js +76 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation.js +744 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/offset.js +211 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/outro.js +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue/delay.js +22 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue.js +142 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector.js +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/serialize.js +110 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.js +2067 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.map +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/empty.js +0 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/mixed_sort.html +22 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/testinit.js +136 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/index.html +242 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/jquery.js +9597 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/extending.js +95 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/selector.js +1149 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/utilities.js +169 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/support.js +58 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing.js +200 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/class2type.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/concat.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/deletedIds.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/indexOf.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/pnum.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/push.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/slice.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/strundefined.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/support.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/toString.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/wrap.js +76 -0
- data/app/assets/node_modules/jqvmap/package.json +45 -0
- data/app/assets/node_modules/jqvmap/src/Base.js +80 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/arrayToRgb.js +9 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/getColor.js +41 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/rgbToArray.js +4 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setColors.js +6 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setMax.js +8 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setMin.js +9 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setNormalizeFunction.js +13 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorAdd.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorLength.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorMult.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorSubtract.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorToNum.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/applyTransform.js +31 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/bindZoomButtons.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/deselect.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getCountryId.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPin.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPinId.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPins.js +11 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/highlight.js +12 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/isSelected.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/makeDraggable.js +159 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/placePins.js +46 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/positionPins.js +19 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/removePin.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/removePins.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/reset.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/resize.js +13 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/select.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/selectIndex.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setBackgroundColor.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setColors.js +15 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setNormalizeFunction.js +7 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setScale.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setScaleColors.js +7 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setValues.js +36 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/unhighlight.js +8 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/zoomIn.js +17 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/zoomOut.js +17 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap.js +243 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/applyTransformParams.js +8 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/createGroup.js +19 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/createPath.js +75 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/pathSvgToVml.js +103 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/setSize.js +24 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas.js +42 -0
- data/app/assets/node_modules/jqvmap/tests/index.html +32 -0
- data/app/assets/node_modules/jqvmap/tests/qunit/qunit.css +291 -0
- data/app/assets/node_modules/jqvmap/tests/qunit/qunit.js +3828 -0
- data/app/assets/node_modules/jqvmap/tests/tests.js +422 -0
- data/app/assets/node_modules/metismenu/LICENSE +20 -0
- data/app/assets/node_modules/metismenu/README.md +361 -0
- data/app/assets/node_modules/metismenu/changelog.md +22 -0
- data/app/assets/node_modules/metismenu/dist/cjs/index.js +327 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.css +132 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.css.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.js +332 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.js.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.css +9 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.css.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.js +10 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.js.map +1 -0
- data/app/assets/node_modules/metismenu/dist/modules/index.js +323 -0
- data/app/assets/node_modules/metismenu/package.json +122 -0
- data/app/assets/node_modules/metismenu/src/index.js +260 -0
- data/app/assets/node_modules/metismenu/src/metisMenu.css +116 -0
- data/app/assets/node_modules/metismenu/src/util.js +61 -0
- data/app/assets/node_modules/metismenu/types/metismenu.d.ts +25 -0
- data/app/assets/node_modules/morris.js/Gruntfile.js +90 -0
- data/app/assets/node_modules/morris.js/README.md +234 -0
- data/app/assets/node_modules/morris.js/bower.json +20 -0
- data/app/assets/node_modules/morris.js/bower.travis.json +20 -0
- data/app/assets/node_modules/morris.js/examples/_template.html +18 -0
- data/app/assets/node_modules/morris.js/examples/area-as-line.html +31 -0
- data/app/assets/node_modules/morris.js/examples/area.html +34 -0
- data/app/assets/node_modules/morris.js/examples/bar-colors.html +44 -0
- data/app/assets/node_modules/morris.js/examples/bar-no-axes.html +31 -0
- data/app/assets/node_modules/morris.js/examples/bar.html +32 -0
- data/app/assets/node_modules/morris.js/examples/days.html +37 -0
- data/app/assets/node_modules/morris.js/examples/decimal-custom-hover.html +37 -0
- data/app/assets/node_modules/morris.js/examples/diagonal-xlabels-bar.html +38 -0
- data/app/assets/node_modules/morris.js/examples/diagonal-xlabels.html +38 -0
- data/app/assets/node_modules/morris.js/examples/donut-colors.html +38 -0
- data/app/assets/node_modules/morris.js/examples/donut-formatter.html +27 -0
- data/app/assets/node_modules/morris.js/examples/donut.html +29 -0
- data/app/assets/node_modules/morris.js/examples/dst.html +30 -0
- data/app/assets/node_modules/morris.js/examples/events.html +57 -0
- data/app/assets/node_modules/morris.js/examples/goals.html +33 -0
- data/app/assets/node_modules/morris.js/examples/lib/example.css +13 -0
- data/app/assets/node_modules/morris.js/examples/lib/example.js +4 -0
- data/app/assets/node_modules/morris.js/examples/months-no-smooth.html +38 -0
- data/app/assets/node_modules/morris.js/examples/negative.html +36 -0
- data/app/assets/node_modules/morris.js/examples/no-grid.html +38 -0
- data/app/assets/node_modules/morris.js/examples/non-continuous.html +42 -0
- data/app/assets/node_modules/morris.js/examples/non-date.html +37 -0
- data/app/assets/node_modules/morris.js/examples/quarters.html +54 -0
- data/app/assets/node_modules/morris.js/examples/resize.html +42 -0
- data/app/assets/node_modules/morris.js/examples/stacked_bars.html +31 -0
- data/app/assets/node_modules/morris.js/examples/timestamps.html +38 -0
- data/app/assets/node_modules/morris.js/examples/updating.html +49 -0
- data/app/assets/node_modules/morris.js/examples/weeks.html +53 -0
- data/app/assets/node_modules/morris.js/examples/years.html +37 -0
- data/app/assets/node_modules/morris.js/less/morris.core.less +27 -0
- data/app/assets/node_modules/morris.js/lib/morris.area.coffee +66 -0
- data/app/assets/node_modules/morris.js/lib/morris.bar.coffee +208 -0
- data/app/assets/node_modules/morris.js/lib/morris.coffee +43 -0
- data/app/assets/node_modules/morris.js/lib/morris.donut.coffee +213 -0
- data/app/assets/node_modules/morris.js/lib/morris.grid.coffee +499 -0
- data/app/assets/node_modules/morris.js/lib/morris.hover.coffee +44 -0
- data/app/assets/node_modules/morris.js/lib/morris.line.coffee +405 -0
- data/app/assets/node_modules/morris.js/morris.css +2 -0
- data/app/assets/node_modules/morris.js/morris.js +1892 -0
- data/app/assets/node_modules/morris.js/morris.min.js +7 -0
- data/app/assets/node_modules/morris.js/package.json +36 -0
- data/app/assets/node_modules/morris.js/spec/lib/area/area_spec.coffee +60 -0
- data/app/assets/node_modules/morris.js/spec/lib/bar/bar_spec.coffee +127 -0
- data/app/assets/node_modules/morris.js/spec/lib/bar/colours.coffee +36 -0
- data/app/assets/node_modules/morris.js/spec/lib/commas_spec.coffee +38 -0
- data/app/assets/node_modules/morris.js/spec/lib/donut/donut_spec.coffee +76 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/auto_grid_lines_spec.coffee +25 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/set_data_spec.coffee +208 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/y_label_format_spec.coffee +15 -0
- data/app/assets/node_modules/morris.js/spec/lib/hover_spec.coffee +64 -0
- data/app/assets/node_modules/morris.js/spec/lib/label_series_spec.coffee +186 -0
- data/app/assets/node_modules/morris.js/spec/lib/line/line_spec.coffee +211 -0
- data/app/assets/node_modules/morris.js/spec/lib/pad_spec.coffee +17 -0
- data/app/assets/node_modules/morris.js/spec/lib/parse_time_spec.coffee +35 -0
- data/app/assets/node_modules/morris.js/spec/specs.html +34 -0
- data/app/assets/node_modules/morris.js/spec/support/placeholder.coffee +6 -0
- data/app/assets/node_modules/morris.js/spec/viz/examples.js +56 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/area0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/bar0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/line0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/stacked_bar0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/run.sh +32 -0
- data/app/assets/node_modules/morris.js/spec/viz/test.html +34 -0
- data/app/assets/node_modules/morris.js/spec/viz/visual_specs.js +66 -0
- data/app/assets/node_modules/nprogress/History.md +110 -0
- data/app/assets/node_modules/nprogress/License.md +19 -0
- data/app/assets/node_modules/nprogress/Notes.md +25 -0
- data/app/assets/node_modules/nprogress/Readme.md +197 -0
- data/app/assets/node_modules/nprogress/bower.json +27 -0
- data/app/assets/node_modules/nprogress/component.json +19 -0
- data/app/assets/node_modules/nprogress/nprogress.css +74 -0
- data/app/assets/node_modules/nprogress/nprogress.js +476 -0
- data/app/assets/node_modules/nprogress/package.json +47 -0
- data/app/assets/node_modules/nprogress/test/component.html +26 -0
- data/app/assets/node_modules/nprogress/test/test.js +175 -0
- data/app/assets/node_modules/parchment/LICENSE +29 -0
- data/app/assets/node_modules/parchment/README.md +274 -0
- data/app/assets/node_modules/parchment/dist/parchment.js +1749 -0
- data/app/assets/node_modules/parchment/dist/parchment.js.map +1 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/attributor.d.ts +17 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/class.d.ts +8 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/store.d.ts +15 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/style.d.ts +8 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/blot.d.ts +63 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/container.d.ts +40 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/format.d.ts +18 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/leaf.d.ts +11 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/parent.d.ts +41 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/shadow.d.ts +38 -0
- data/app/assets/node_modules/parchment/dist/src/blot/block.d.ts +15 -0
- data/app/assets/node_modules/parchment/dist/src/blot/embed.d.ts +11 -0
- data/app/assets/node_modules/parchment/dist/src/blot/inline.d.ts +14 -0
- data/app/assets/node_modules/parchment/dist/src/blot/scroll.d.ts +24 -0
- data/app/assets/node_modules/parchment/dist/src/blot/text.d.ts +26 -0
- data/app/assets/node_modules/parchment/dist/src/collection/linked-list.d.ts +19 -0
- data/app/assets/node_modules/parchment/dist/src/collection/linked-node.d.ts +6 -0
- data/app/assets/node_modules/parchment/dist/src/parchment.d.ts +35 -0
- data/app/assets/node_modules/parchment/dist/src/registry.d.ts +31 -0
- data/app/assets/node_modules/parchment/package.json +44 -0
- data/app/assets/node_modules/parchment/src/attributor/attributor.ts +61 -0
- data/app/assets/node_modules/parchment/src/attributor/class.ts +44 -0
- data/app/assets/node_modules/parchment/src/attributor/store.ts +73 -0
- data/app/assets/node_modules/parchment/src/attributor/style.ts +44 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/blot.ts +58 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/container.ts +268 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/format.ts +71 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/leaf.ts +33 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/shadow.ts +174 -0
- data/app/assets/node_modules/parchment/src/blot/block.ts +53 -0
- data/app/assets/node_modules/parchment/src/blot/embed.ts +29 -0
- data/app/assets/node_modules/parchment/src/blot/inline.ts +64 -0
- data/app/assets/node_modules/parchment/src/blot/scroll.ts +166 -0
- data/app/assets/node_modules/parchment/src/blot/text.ts +93 -0
- data/app/assets/node_modules/parchment/src/collection/linked-list.ts +143 -0
- data/app/assets/node_modules/parchment/src/collection/linked-node.ts +8 -0
- data/app/assets/node_modules/parchment/src/parchment.ts +46 -0
- data/app/assets/node_modules/parchment/src/registry.ts +133 -0
- data/app/assets/node_modules/parchment/tsconfig.json +9 -0
- data/app/assets/node_modules/popper.js/README.md +219 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js +1093 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.js +2520 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.js +1042 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper.js +2372 -0
- data/app/assets/node_modules/popper.js/dist/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js +1131 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.js +2528 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/index.d.ts +159 -0
- data/app/assets/node_modules/popper.js/package.json +54 -0
- data/app/assets/node_modules/quill/CHANGELOG.md +734 -0
- data/app/assets/node_modules/quill/LICENSE +30 -0
- data/app/assets/node_modules/quill/README.md +109 -0
- data/app/assets/node_modules/quill/assets/base.styl +304 -0
- data/app/assets/node_modules/quill/assets/bubble/toolbar.styl +14 -0
- data/app/assets/node_modules/quill/assets/bubble/tooltip.styl +49 -0
- data/app/assets/node_modules/quill/assets/bubble.styl +45 -0
- data/app/assets/node_modules/quill/assets/core.styl +183 -0
- data/app/assets/node_modules/quill/assets/favicon.png +0 -0
- data/app/assets/node_modules/quill/assets/icons/align-center.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-justify.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-left.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-right.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/attachment.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/audio.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/authorship.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/background.svg +52 -0
- data/app/assets/node_modules/quill/assets/icons/blockquote.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/bold.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/clean.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/code.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/color.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/comment.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/direction-ltr.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/direction-rtl.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/dropdown.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/embed.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/emoji.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/float-center.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/float-full.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/float-left.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/float-right.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/font.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/formula.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/hashtag.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/header-2.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-3.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-4.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-5.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-6.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/horizontal-rule.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/image.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/indent.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/italic.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/link.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/list-bullet.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/list-check.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/list-ordered.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/map.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/mention.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/more.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/outdent.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/redo.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/size-decrease.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/size-increase.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/size.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/spacing.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/speech.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/strike.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/subscript.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/superscript.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-all.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-bottom.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-left.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-none.svg +25 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-outside.svg +35 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-right.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-top.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-cells.svg +13 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-columns.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-rows.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-cells.svg +13 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-columns.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-rows.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/table-merge-cells.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/table-unmerge-cells.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/table.svg +11 -0
- data/app/assets/node_modules/quill/assets/icons/underline.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/undo.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/video.svg +14 -0
- data/app/assets/node_modules/quill/assets/snow/toolbar.styl +26 -0
- data/app/assets/node_modules/quill/assets/snow/tooltip.styl +53 -0
- data/app/assets/node_modules/quill/assets/snow.styl +18 -0
- data/app/assets/node_modules/quill/blots/block.js +174 -0
- data/app/assets/node_modules/quill/blots/break.js +29 -0
- data/app/assets/node_modules/quill/blots/container.js +9 -0
- data/app/assets/node_modules/quill/blots/cursor.js +116 -0
- data/app/assets/node_modules/quill/blots/embed.js +79 -0
- data/app/assets/node_modules/quill/blots/inline.js +50 -0
- data/app/assets/node_modules/quill/blots/scroll.js +173 -0
- data/app/assets/node_modules/quill/blots/text.js +5 -0
- data/app/assets/node_modules/quill/core/editor.js +267 -0
- data/app/assets/node_modules/quill/core/emitter.js +63 -0
- data/app/assets/node_modules/quill/core/logger.js +22 -0
- data/app/assets/node_modules/quill/core/module.js +10 -0
- data/app/assets/node_modules/quill/core/polyfill.js +63 -0
- data/app/assets/node_modules/quill/core/quill.js +506 -0
- data/app/assets/node_modules/quill/core/selection.js +355 -0
- data/app/assets/node_modules/quill/core/theme.js +30 -0
- data/app/assets/node_modules/quill/core.js +36 -0
- data/app/assets/node_modules/quill/dist/quill.bubble.css +952 -0
- data/app/assets/node_modules/quill/dist/quill.core.css +397 -0
- data/app/assets/node_modules/quill/dist/quill.core.js +8522 -0
- data/app/assets/node_modules/quill/dist/quill.js +11489 -0
- data/app/assets/node_modules/quill/dist/quill.min.js +8 -0
- data/app/assets/node_modules/quill/dist/quill.min.js.map +1 -0
- data/app/assets/node_modules/quill/dist/quill.snow.css +945 -0
- data/app/assets/node_modules/quill/formats/align.js +12 -0
- data/app/assets/node_modules/quill/formats/background.js +11 -0
- data/app/assets/node_modules/quill/formats/blockquote.js +9 -0
- data/app/assets/node_modules/quill/formats/bold.js +22 -0
- data/app/assets/node_modules/quill/formats/code.js +118 -0
- data/app/assets/node_modules/quill/formats/color.js +21 -0
- data/app/assets/node_modules/quill/formats/direction.js +12 -0
- data/app/assets/node_modules/quill/formats/font.js +18 -0
- data/app/assets/node_modules/quill/formats/header.js +13 -0
- data/app/assets/node_modules/quill/formats/image.js +57 -0
- data/app/assets/node_modules/quill/formats/indent.js +31 -0
- data/app/assets/node_modules/quill/formats/italic.js +7 -0
- data/app/assets/node_modules/quill/formats/link.js +41 -0
- data/app/assets/node_modules/quill/formats/list.js +130 -0
- data/app/assets/node_modules/quill/formats/script.js +23 -0
- data/app/assets/node_modules/quill/formats/size.js +12 -0
- data/app/assets/node_modules/quill/formats/strike.js +7 -0
- data/app/assets/node_modules/quill/formats/underline.js +7 -0
- data/app/assets/node_modules/quill/formats/video.js +53 -0
- data/app/assets/node_modules/quill/modules/clipboard.js +358 -0
- data/app/assets/node_modules/quill/modules/formula.js +42 -0
- data/app/assets/node_modules/quill/modules/history.js +120 -0
- data/app/assets/node_modules/quill/modules/keyboard.js +494 -0
- data/app/assets/node_modules/quill/modules/syntax.js +81 -0
- data/app/assets/node_modules/quill/modules/toolbar.js +261 -0
- data/app/assets/node_modules/quill/package.json +99 -0
- data/app/assets/node_modules/quill/quill.js +104 -0
- data/app/assets/node_modules/quill/themes/base.js +264 -0
- data/app/assets/node_modules/quill/themes/bubble.js +111 -0
- data/app/assets/node_modules/quill/themes/snow.js +120 -0
- data/app/assets/node_modules/quill/ui/color-picker.js +35 -0
- data/app/assets/node_modules/quill/ui/icon-picker.js +23 -0
- data/app/assets/node_modules/quill/ui/icons.js +49 -0
- data/app/assets/node_modules/quill/ui/picker.js +186 -0
- data/app/assets/node_modules/quill/ui/tooltip.js +53 -0
- data/app/assets/node_modules/quill-delta/CHANGELOG.md +48 -0
- data/app/assets/node_modules/quill-delta/LICENSE +21 -0
- data/app/assets/node_modules/quill-delta/README.md +639 -0
- data/app/assets/node_modules/quill-delta/lib/delta.js +325 -0
- data/app/assets/node_modules/quill-delta/lib/op.js +139 -0
- data/app/assets/node_modules/quill-delta/package.json +40 -0
- data/app/assets/node_modules/raphael/CONTRIBUTING.md +22 -0
- data/app/assets/node_modules/raphael/Gruntfile.js +72 -0
- data/app/assets/node_modules/raphael/README.md +75 -0
- data/app/assets/node_modules/raphael/bower.json +31 -0
- data/app/assets/node_modules/raphael/dev/banner.txt +8 -0
- data/app/assets/node_modules/raphael/dev/raphael.amd.js +5 -0
- data/app/assets/node_modules/raphael/dev/raphael.core.js +5405 -0
- data/app/assets/node_modules/raphael/dev/raphael.svg.js +1424 -0
- data/app/assets/node_modules/raphael/dev/raphael.vml.js +999 -0
- data/app/assets/node_modules/raphael/dev/raphaelTest.html +39 -0
- data/app/assets/node_modules/raphael/dev/test/index.html +31 -0
- data/app/assets/node_modules/raphael/dev/test/svg/dom.js +317 -0
- data/app/assets/node_modules/raphael/dev/test/vml/dom.js +5 -0
- data/app/assets/node_modules/raphael/history.md +155 -0
- data/app/assets/node_modules/raphael/license.txt +21 -0
- data/app/assets/node_modules/raphael/package.json +47 -0
- data/app/assets/node_modules/raphael/raphael.js +8353 -0
- data/app/assets/node_modules/raphael/raphael.min.js +3 -0
- data/app/assets/node_modules/raphael/raphael.no-deps.js +7927 -0
- data/app/assets/node_modules/raphael/raphael.no-deps.min.js +3 -0
- data/app/assets/node_modules/raphael/webpack.config.js +64 -0
- data/app/assets/node_modules/raphael/yarn.lock +2012 -0
- data/app/assets/node_modules/responsive-toolkit/CHANGELOG.md +70 -0
- data/app/assets/node_modules/responsive-toolkit/LICENSE +21 -0
- data/app/assets/node_modules/responsive-toolkit/README.md +155 -0
- data/app/assets/node_modules/responsive-toolkit/bower.json +22 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/index.html +53 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/main.js +42 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/style.css +109 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/index.html +23 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/main.js +36 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/style.css +19 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/index.html +25 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/main.js +28 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/style.css +3 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.js +49 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.min.js +8 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.js +238 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.min.js +8 -0
- data/app/assets/node_modules/responsive-toolkit/gulpfile.js +38 -0
- data/app/assets/node_modules/responsive-toolkit/package.json +28 -0
- data/app/assets/node_modules/responsive-toolkit/src/bootstrap-toolkit.js +238 -0
- data/app/assets/node_modules/sortablejs/README.md +636 -0
- data/app/assets/node_modules/sortablejs/Sortable.js +1540 -0
- data/app/assets/node_modules/sortablejs/Sortable.min.js +2 -0
- data/app/assets/node_modules/sortablejs/package.json +48 -0
- data/app/assets/node_modules/tether/CHANGELOG.md +13 -0
- data/app/assets/node_modules/tether/CONTRIBUTING.md +59 -0
- data/app/assets/node_modules/tether/LICENSE +8 -0
- data/app/assets/node_modules/tether/README.md +116 -0
- data/app/assets/node_modules/tether/bower.json +26 -0
- data/app/assets/node_modules/tether/component.json +22 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.css +150 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.css +153 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-basic.css +21 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-basic.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether.css +8 -0
- data/app/assets/node_modules/tether/dist/css/tether.min.css +1 -0
- data/app/assets/node_modules/tether/dist/js/tether.js +1813 -0
- data/app/assets/node_modules/tether/dist/js/tether.min.js +1 -0
- data/app/assets/node_modules/tether/docs/1-Overview/1-why_you_should_use_tether.md +43 -0
- data/app/assets/node_modules/tether/docs/1-Overview/2-repositioning.md +46 -0
- data/app/assets/node_modules/tether/docs/1-Overview/3-why_we_dont_support_IE_8.md +47 -0
- data/app/assets/node_modules/tether/docs/2-Examples/1-list_of_examples.md +27 -0
- data/app/assets/node_modules/tether/docs/2-Examples/2-projects_using_tether.md +45 -0
- data/app/assets/node_modules/tether/docs/3-Advanced/1-embedding_tether.md +9 -0
- data/app/assets/node_modules/tether/docs/3-Advanced/2-extending_tether.md +54 -0
- data/app/assets/node_modules/tether/docs/coffee/intro.coffee +113 -0
- data/app/assets/node_modules/tether/docs/css/intro.css +218 -0
- data/app/assets/node_modules/tether/docs/intro.md +591 -0
- data/app/assets/node_modules/tether/docs/js/intro.js +117 -0
- data/app/assets/node_modules/tether/docs/js/markAttachment.js +51 -0
- data/app/assets/node_modules/tether/docs/sass/intro.sass +233 -0
- data/app/assets/node_modules/tether/docs/welcome/browser-demo.html +76 -0
- data/app/assets/node_modules/tether/docs/welcome/coffee/welcome.coffee +212 -0
- data/app/assets/node_modules/tether/docs/welcome/css/browser-demo.css +86 -0
- data/app/assets/node_modules/tether/docs/welcome/css/prism.css +2 -0
- data/app/assets/node_modules/tether/docs/welcome/css/welcome.css +247 -0
- data/app/assets/node_modules/tether/docs/welcome/index.html +226 -0
- data/app/assets/node_modules/tether/docs/welcome/js/drop.js +239 -0
- data/app/assets/node_modules/tether/docs/welcome/js/jquery.js +9597 -0
- data/app/assets/node_modules/tether/docs/welcome/js/log.js +134 -0
- data/app/assets/node_modules/tether/docs/welcome/js/tether-v0.1.3.js +2 -0
- data/app/assets/node_modules/tether/docs/welcome/js/welcome.js +193 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/_inline-block.sass +6 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/browser-demo.sass +93 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/welcome.sass +285 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen-sprite.png +0 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen-sprite@2x.png +0 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen.css +430 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen.js +1166 -0
- data/app/assets/node_modules/tether/examples/chosen/index.html +110 -0
- data/app/assets/node_modules/tether/examples/common/css/style.css +48 -0
- data/app/assets/node_modules/tether/examples/content-visible/index.html +64 -0
- data/app/assets/node_modules/tether/examples/dolls/dolls.css +18 -0
- data/app/assets/node_modules/tether/examples/dolls/dolls.js +83 -0
- data/app/assets/node_modules/tether/examples/dolls/index.html +7 -0
- data/app/assets/node_modules/tether/examples/element-scroll/index.html +499 -0
- data/app/assets/node_modules/tether/examples/enable-disable/index.html +37 -0
- data/app/assets/node_modules/tether/examples/facebook/facebook.css +86 -0
- data/app/assets/node_modules/tether/examples/facebook/index.html +209 -0
- data/app/assets/node_modules/tether/examples/out-of-bounds/index.html +38 -0
- data/app/assets/node_modules/tether/examples/pin/index.html +30 -0
- data/app/assets/node_modules/tether/examples/resources/css/base.css +10 -0
- data/app/assets/node_modules/tether/examples/resources/js/jquery.js +9597 -0
- data/app/assets/node_modules/tether/examples/resources/js/log.js +134 -0
- data/app/assets/node_modules/tether/examples/scroll/index.html +922 -0
- data/app/assets/node_modules/tether/examples/simple/index.html +30 -0
- data/app/assets/node_modules/tether/examples/testbed/index.html +36 -0
- data/app/assets/node_modules/tether/examples/tooltip/index.html +86 -0
- data/app/assets/node_modules/tether/examples/viewport/colors.css +145 -0
- data/app/assets/node_modules/tether/examples/viewport/index.html +70 -0
- data/app/assets/node_modules/tether/gulpfile.js +97 -0
- data/app/assets/node_modules/tether/package.json +40 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-arrows.sass +192 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-basic.sass +14 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether.sass +12 -0
- data/app/assets/node_modules/tether/src/css/mixins/_inline-block.sass +6 -0
- data/app/assets/node_modules/tether/src/css/mixins/_pie-clearfix.sass +7 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-arrows-dark.sass +12 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-arrows.sass +12 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-basic.sass +10 -0
- data/app/assets/node_modules/tether/src/css/tether.sass +5 -0
- data/app/assets/node_modules/tether/src/js/abutment.js +61 -0
- data/app/assets/node_modules/tether/src/js/constraint.js +366 -0
- data/app/assets/node_modules/tether/src/js/markAttachment.js +46 -0
- data/app/assets/node_modules/tether/src/js/shift.js +32 -0
- data/app/assets/node_modules/tether/src/js/tether.js +811 -0
- data/app/assets/node_modules/tether/src/js/utils.js +370 -0
- data/app/assets/node_modules/tinycolor2/Gruntfile.js +59 -0
- data/app/assets/node_modules/tinycolor2/LICENSE +20 -0
- data/app/assets/node_modules/tinycolor2/README.md +469 -0
- data/app/assets/node_modules/tinycolor2/bower.json +9 -0
- data/app/assets/node_modules/tinycolor2/demo/demo.css +23 -0
- data/app/assets/node_modules/tinycolor2/demo/jquery-1.9.1.js +9597 -0
- data/app/assets/node_modules/tinycolor2/dist/tinycolor-min.js +4 -0
- data/app/assets/node_modules/tinycolor2/docs/docco.css +192 -0
- data/app/assets/node_modules/tinycolor2/docs/tinycolor.html +1023 -0
- data/app/assets/node_modules/tinycolor2/index.html +207 -0
- data/app/assets/node_modules/tinycolor2/package.json +31 -0
- data/app/assets/node_modules/tinycolor2/test/index.html +19 -0
- data/app/assets/node_modules/tinycolor2/test/qunit.css +244 -0
- data/app/assets/node_modules/tinycolor2/test/qunit.js +2152 -0
- data/app/assets/node_modules/tinycolor2/test/test.js +791 -0
- data/app/assets/node_modules/tinycolor2/tinycolor.js +1195 -0
- data/app/assets/stylesheets/rails_modular_admin/application.scss +2 -3
- data/app/assets/stylesheets/rails_modular_admin.scss +0 -1
- data/config/initializers/assets.rb +4 -29
- data/lib/rails_modular_admin/engine.rb +30 -2
- data/lib/rails_modular_admin/version.rb +1 -1
- metadata +1419 -8
- data/app/controllers/rails_modular_admin/application_controller.rb +0 -5
- data/app/helpers/rails_modular_admin/application_helper.rb +0 -4
- data/app/jobs/rails_modular_admin/application_job.rb +0 -4
- data/app/mailers/rails_modular_admin/application_mailer.rb +0 -6
- data/app/models/rails_modular_admin/application_record.rb +0 -5
@@ -0,0 +1,1498 @@
|
|
1
|
+
# Flot Reference #
|
2
|
+
|
3
|
+
**Table of Contents**
|
4
|
+
|
5
|
+
[Introduction](#introduction)
|
6
|
+
| [Data Format](#data-format)
|
7
|
+
| [Plot Options](#plot-options)
|
8
|
+
| [Customizing the legend](#customizing-the-legend)
|
9
|
+
| [Customizing the axes](#customizing-the-axes)
|
10
|
+
| [Multiple axes](#multiple-axes)
|
11
|
+
| [Time series data](#time-series-data)
|
12
|
+
| [Customizing the data series](#customizing-the-data-series)
|
13
|
+
| [Customizing the grid](#customizing-the-grid)
|
14
|
+
| [Specifying gradients](#specifying-gradients)
|
15
|
+
| [Plot Methods](#plot-methods)
|
16
|
+
| [Hooks](#hooks)
|
17
|
+
| [Plugins](#plugins)
|
18
|
+
| [Version number](#version-number)
|
19
|
+
|
20
|
+
---
|
21
|
+
|
22
|
+
## Introduction ##
|
23
|
+
|
24
|
+
Consider a call to the plot function:
|
25
|
+
|
26
|
+
```js
|
27
|
+
var plot = $.plot(placeholder, data, options)
|
28
|
+
```
|
29
|
+
|
30
|
+
The placeholder is a jQuery object or DOM element or jQuery expression
|
31
|
+
that the plot will be put into. This placeholder needs to have its
|
32
|
+
width and height set as explained in the [README](README.md) (go read that now if
|
33
|
+
you haven't, it's short). The plot will modify some properties of the
|
34
|
+
placeholder so it's recommended you simply pass in a div that you
|
35
|
+
don't use for anything else. Make sure you check any fancy styling
|
36
|
+
you apply to the div, e.g. background images have been reported to be a
|
37
|
+
problem on IE 7.
|
38
|
+
|
39
|
+
The plot function can also be used as a jQuery chainable property. This form
|
40
|
+
naturally can't return the plot object directly, but you can still access it
|
41
|
+
via the 'plot' data key, like this:
|
42
|
+
|
43
|
+
```js
|
44
|
+
var plot = $("#placeholder").plot(data, options).data("plot");
|
45
|
+
```
|
46
|
+
|
47
|
+
The format of the data is documented below, as is the available
|
48
|
+
options. The plot object returned from the call has some methods you
|
49
|
+
can call. These are documented separately below.
|
50
|
+
|
51
|
+
Note that in general Flot gives no guarantees if you change any of the
|
52
|
+
objects you pass in to the plot function or get out of it since
|
53
|
+
they're not necessarily deep-copied.
|
54
|
+
|
55
|
+
|
56
|
+
## Data Format ##
|
57
|
+
|
58
|
+
The data is an array of data series:
|
59
|
+
|
60
|
+
```js
|
61
|
+
[ series1, series2, ... ]
|
62
|
+
```
|
63
|
+
|
64
|
+
A series can either be raw data or an object with properties. The raw
|
65
|
+
data format is an array of points:
|
66
|
+
|
67
|
+
```js
|
68
|
+
[ [x1, y1], [x2, y2], ... ]
|
69
|
+
```
|
70
|
+
|
71
|
+
E.g.
|
72
|
+
|
73
|
+
```js
|
74
|
+
[ [1, 3], [2, 14.01], [3.5, 3.14] ]
|
75
|
+
```
|
76
|
+
|
77
|
+
Note that to simplify the internal logic in Flot both the x and y
|
78
|
+
values must be numbers (even if specifying time series, see below for
|
79
|
+
how to do this). This is a common problem because you might retrieve
|
80
|
+
data from the database and serialize them directly to JSON without
|
81
|
+
noticing the wrong type. If you're getting mysterious errors, double
|
82
|
+
check that you're inputting numbers and not strings.
|
83
|
+
|
84
|
+
If a null is specified as a point or if one of the coordinates is null
|
85
|
+
or couldn't be converted to a number, the point is ignored when
|
86
|
+
drawing. As a special case, a null value for lines is interpreted as a
|
87
|
+
line segment end, i.e. the points before and after the null value are
|
88
|
+
not connected.
|
89
|
+
|
90
|
+
Lines and points take two coordinates. For filled lines and bars, you
|
91
|
+
can specify a third coordinate which is the bottom of the filled
|
92
|
+
area/bar (defaults to 0).
|
93
|
+
|
94
|
+
The format of a single series object is as follows:
|
95
|
+
|
96
|
+
```js
|
97
|
+
{
|
98
|
+
color: color or number
|
99
|
+
data: rawdata
|
100
|
+
label: string
|
101
|
+
lines: specific lines options
|
102
|
+
bars: specific bars options
|
103
|
+
points: specific points options
|
104
|
+
xaxis: number
|
105
|
+
yaxis: number
|
106
|
+
clickable: boolean
|
107
|
+
hoverable: boolean
|
108
|
+
shadowSize: number
|
109
|
+
highlightColor: color or number
|
110
|
+
}
|
111
|
+
```
|
112
|
+
|
113
|
+
You don't have to specify any of them except the data, the rest are
|
114
|
+
options that will get default values. Typically you'd only specify
|
115
|
+
label and data, like this:
|
116
|
+
|
117
|
+
```js
|
118
|
+
{
|
119
|
+
label: "y = 3",
|
120
|
+
data: [[0, 3], [10, 3]]
|
121
|
+
}
|
122
|
+
```
|
123
|
+
|
124
|
+
The label is used for the legend, if you don't specify one, the series
|
125
|
+
will not show up in the legend.
|
126
|
+
|
127
|
+
If you don't specify color, the series will get a color from the
|
128
|
+
auto-generated colors. The color is either a CSS color specification
|
129
|
+
(like "rgb(255, 100, 123)") or an integer that specifies which of
|
130
|
+
auto-generated colors to select, e.g. 0 will get color no. 0, etc.
|
131
|
+
|
132
|
+
The latter is mostly useful if you let the user add and remove series,
|
133
|
+
in which case you can hard-code the color index to prevent the colors
|
134
|
+
from jumping around between the series.
|
135
|
+
|
136
|
+
The "xaxis" and "yaxis" options specify which axis to use. The axes
|
137
|
+
are numbered from 1 (default), so { yaxis: 2} means that the series
|
138
|
+
should be plotted against the second y axis.
|
139
|
+
|
140
|
+
"clickable" and "hoverable" can be set to false to disable
|
141
|
+
interactivity for specific series if interactivity is turned on in
|
142
|
+
the plot, see below.
|
143
|
+
|
144
|
+
The rest of the options are all documented below as they are the same
|
145
|
+
as the default options passed in via the options parameter in the plot
|
146
|
+
command. When you specify them for a specific data series, they will
|
147
|
+
override the default options for the plot for that data series.
|
148
|
+
|
149
|
+
Here's a complete example of a simple data specification:
|
150
|
+
|
151
|
+
```js
|
152
|
+
[ { label: "Foo", data: [ [10, 1], [17, -14], [30, 5] ] },
|
153
|
+
{ label: "Bar", data: [ [11, 13], [19, 11], [30, -7] ] }
|
154
|
+
]
|
155
|
+
```
|
156
|
+
|
157
|
+
|
158
|
+
## Plot Options ##
|
159
|
+
|
160
|
+
All options are completely optional. They are documented individually
|
161
|
+
below, to change them you just specify them in an object, e.g.
|
162
|
+
|
163
|
+
```js
|
164
|
+
var options = {
|
165
|
+
series: {
|
166
|
+
lines: { show: true },
|
167
|
+
points: { show: true }
|
168
|
+
}
|
169
|
+
};
|
170
|
+
|
171
|
+
$.plot(placeholder, data, options);
|
172
|
+
```
|
173
|
+
|
174
|
+
|
175
|
+
## Customizing the legend ##
|
176
|
+
|
177
|
+
```js
|
178
|
+
legend: {
|
179
|
+
show: boolean
|
180
|
+
labelFormatter: null or (fn: string, series object -> string)
|
181
|
+
labelBoxBorderColor: color
|
182
|
+
noColumns: number
|
183
|
+
position: "ne" or "nw" or "se" or "sw"
|
184
|
+
margin: number of pixels or [x margin, y margin]
|
185
|
+
backgroundColor: null or color
|
186
|
+
backgroundOpacity: number between 0 and 1
|
187
|
+
container: null or jQuery object/DOM element/jQuery expression
|
188
|
+
sorted: null/false, true, "ascending", "descending", "reverse", or a comparator
|
189
|
+
}
|
190
|
+
```
|
191
|
+
|
192
|
+
The legend is generated as a table with the data series labels and
|
193
|
+
small label boxes with the color of the series. If you want to format
|
194
|
+
the labels in some way, e.g. make them to links, you can pass in a
|
195
|
+
function for "labelFormatter". Here's an example that makes them
|
196
|
+
clickable:
|
197
|
+
|
198
|
+
```js
|
199
|
+
labelFormatter: function(label, series) {
|
200
|
+
// series is the series object for the label
|
201
|
+
return '<a href="#' + label + '">' + label + '</a>';
|
202
|
+
}
|
203
|
+
```
|
204
|
+
|
205
|
+
To prevent a series from showing up in the legend, simply have the function
|
206
|
+
return null.
|
207
|
+
|
208
|
+
"noColumns" is the number of columns to divide the legend table into.
|
209
|
+
"position" specifies the overall placement of the legend within the
|
210
|
+
plot (top-right, top-left, etc.) and margin the distance to the plot
|
211
|
+
edge (this can be either a number or an array of two numbers like [x,
|
212
|
+
y]). "backgroundColor" and "backgroundOpacity" specifies the
|
213
|
+
background. The default is a partly transparent auto-detected
|
214
|
+
background.
|
215
|
+
|
216
|
+
If you want the legend to appear somewhere else in the DOM, you can
|
217
|
+
specify "container" as a jQuery object/expression to put the legend
|
218
|
+
table into. The "position" and "margin" etc. options will then be
|
219
|
+
ignored. Note that Flot will overwrite the contents of the container.
|
220
|
+
|
221
|
+
Legend entries appear in the same order as their series by default. If "sorted"
|
222
|
+
is "reverse" then they appear in the opposite order from their series. To sort
|
223
|
+
them alphabetically, you can specify true, "ascending" or "descending", where
|
224
|
+
true and "ascending" are equivalent.
|
225
|
+
|
226
|
+
You can also provide your own comparator function that accepts two
|
227
|
+
objects with "label" and "color" properties, and returns zero if they
|
228
|
+
are equal, a positive value if the first is greater than the second,
|
229
|
+
and a negative value if the first is less than the second.
|
230
|
+
|
231
|
+
```js
|
232
|
+
sorted: function(a, b) {
|
233
|
+
// sort alphabetically in ascending order
|
234
|
+
return a.label == b.label ? 0 : (
|
235
|
+
a.label > b.label ? 1 : -1
|
236
|
+
)
|
237
|
+
}
|
238
|
+
```
|
239
|
+
|
240
|
+
|
241
|
+
## Customizing the axes ##
|
242
|
+
|
243
|
+
```js
|
244
|
+
xaxis, yaxis: {
|
245
|
+
show: null or true/false
|
246
|
+
position: "bottom" or "top" or "left" or "right"
|
247
|
+
mode: null or "time" ("time" requires jquery.flot.time.js plugin)
|
248
|
+
timezone: null, "browser" or timezone (only makes sense for mode: "time")
|
249
|
+
|
250
|
+
color: null or color spec
|
251
|
+
tickColor: null or color spec
|
252
|
+
font: null or font spec object
|
253
|
+
|
254
|
+
min: null or number
|
255
|
+
max: null or number
|
256
|
+
autoscaleMargin: null or number
|
257
|
+
|
258
|
+
transform: null or fn: number -> number
|
259
|
+
inverseTransform: null or fn: number -> number
|
260
|
+
|
261
|
+
ticks: null or number or ticks array or (fn: axis -> ticks array)
|
262
|
+
tickSize: number or array
|
263
|
+
minTickSize: number or array
|
264
|
+
tickFormatter: (fn: number, object -> string) or string
|
265
|
+
tickDecimals: null or number
|
266
|
+
|
267
|
+
labelWidth: null or number
|
268
|
+
labelHeight: null or number
|
269
|
+
reserveSpace: null or true
|
270
|
+
|
271
|
+
tickLength: null or number
|
272
|
+
|
273
|
+
alignTicksWithAxis: null or number
|
274
|
+
}
|
275
|
+
```
|
276
|
+
|
277
|
+
All axes have the same kind of options. The following describes how to
|
278
|
+
configure one axis, see below for what to do if you've got more than
|
279
|
+
one x axis or y axis.
|
280
|
+
|
281
|
+
If you don't set the "show" option (i.e. it is null), visibility is
|
282
|
+
auto-detected, i.e. the axis will show up if there's data associated
|
283
|
+
with it. You can override this by setting the "show" option to true or
|
284
|
+
false.
|
285
|
+
|
286
|
+
The "position" option specifies where the axis is placed, bottom or
|
287
|
+
top for x axes, left or right for y axes. The "mode" option determines
|
288
|
+
how the data is interpreted, the default of null means as decimal
|
289
|
+
numbers. Use "time" for time series data; see the time series data
|
290
|
+
section. The time plugin (jquery.flot.time.js) is required for time
|
291
|
+
series support.
|
292
|
+
|
293
|
+
The "color" option determines the color of the line and ticks for the axis, and
|
294
|
+
defaults to the grid color with transparency. For more fine-grained control you
|
295
|
+
can also set the color of the ticks separately with "tickColor".
|
296
|
+
|
297
|
+
You can customize the font and color used to draw the axis tick labels with CSS
|
298
|
+
or directly via the "font" option. When "font" is null - the default - each
|
299
|
+
tick label is given the 'flot-tick-label' class. For compatibility with Flot
|
300
|
+
0.7 and earlier the labels are also given the 'tickLabel' class, but this is
|
301
|
+
deprecated and scheduled to be removed with the release of version 1.0.0.
|
302
|
+
|
303
|
+
To enable more granular control over styles, labels are divided between a set
|
304
|
+
of text containers, with each holding the labels for one axis. These containers
|
305
|
+
are given the classes 'flot-[x|y]-axis', and 'flot-[x|y]#-axis', where '#' is
|
306
|
+
the number of the axis when there are multiple axes. For example, the x-axis
|
307
|
+
labels for a simple plot with only a single x-axis might look like this:
|
308
|
+
|
309
|
+
```html
|
310
|
+
<div class='flot-x-axis flot-x1-axis'>
|
311
|
+
<div class='flot-tick-label'>January 2013</div>
|
312
|
+
...
|
313
|
+
</div>
|
314
|
+
```
|
315
|
+
|
316
|
+
For direct control over label styles you can also provide "font" as an object
|
317
|
+
with this format:
|
318
|
+
|
319
|
+
```js
|
320
|
+
{
|
321
|
+
size: 11,
|
322
|
+
lineHeight: 13,
|
323
|
+
style: "italic",
|
324
|
+
weight: "bold",
|
325
|
+
family: "sans-serif",
|
326
|
+
variant: "small-caps",
|
327
|
+
color: "#545454"
|
328
|
+
}
|
329
|
+
```
|
330
|
+
|
331
|
+
The size and lineHeight must be expressed in pixels; CSS units such as 'em'
|
332
|
+
or 'smaller' are not allowed.
|
333
|
+
|
334
|
+
The options "min"/"max" are the precise minimum/maximum value on the
|
335
|
+
scale. If you don't specify either of them, a value will automatically
|
336
|
+
be chosen based on the minimum/maximum data values. Note that Flot
|
337
|
+
always examines all the data values you feed to it, even if a
|
338
|
+
restriction on another axis may make some of them invisible (this
|
339
|
+
makes interactive use more stable).
|
340
|
+
|
341
|
+
The "autoscaleMargin" is a bit esoteric: it's the fraction of margin
|
342
|
+
that the scaling algorithm will add to avoid that the outermost points
|
343
|
+
ends up on the grid border. Note that this margin is only applied when
|
344
|
+
a min or max value is not explicitly set. If a margin is specified,
|
345
|
+
the plot will furthermore extend the axis end-point to the nearest
|
346
|
+
whole tick. The default value is "null" for the x axes and 0.02 for y
|
347
|
+
axes which seems appropriate for most cases.
|
348
|
+
|
349
|
+
"transform" and "inverseTransform" are callbacks you can put in to
|
350
|
+
change the way the data is drawn. You can design a function to
|
351
|
+
compress or expand certain parts of the axis non-linearly, e.g.
|
352
|
+
suppress weekends or compress far away points with a logarithm or some
|
353
|
+
other means. When Flot draws the plot, each value is first put through
|
354
|
+
the transform function. Here's an example, the x axis can be turned
|
355
|
+
into a natural logarithm axis with the following code:
|
356
|
+
|
357
|
+
```js
|
358
|
+
xaxis: {
|
359
|
+
transform: function (v) { return Math.log(v); },
|
360
|
+
inverseTransform: function (v) { return Math.exp(v); }
|
361
|
+
}
|
362
|
+
```
|
363
|
+
|
364
|
+
Similarly, for reversing the y axis so the values appear in inverse
|
365
|
+
order:
|
366
|
+
|
367
|
+
```js
|
368
|
+
yaxis: {
|
369
|
+
transform: function (v) { return -v; },
|
370
|
+
inverseTransform: function (v) { return -v; }
|
371
|
+
}
|
372
|
+
```
|
373
|
+
|
374
|
+
Note that for finding extrema, Flot assumes that the transform
|
375
|
+
function does not reorder values (it should be monotone).
|
376
|
+
|
377
|
+
The inverseTransform is simply the inverse of the transform function
|
378
|
+
(so v == inverseTransform(transform(v)) for all relevant v). It is
|
379
|
+
required for converting from canvas coordinates to data coordinates,
|
380
|
+
e.g. for a mouse interaction where a certain pixel is clicked. If you
|
381
|
+
don't use any interactive features of Flot, you may not need it.
|
382
|
+
|
383
|
+
|
384
|
+
The rest of the options deal with the ticks.
|
385
|
+
|
386
|
+
If you don't specify any ticks, a tick generator algorithm will make
|
387
|
+
some for you. The algorithm has two passes. It first estimates how
|
388
|
+
many ticks would be reasonable and uses this number to compute a nice
|
389
|
+
round tick interval size. Then it generates the ticks.
|
390
|
+
|
391
|
+
You can specify how many ticks the algorithm aims for by setting
|
392
|
+
"ticks" to a number. The algorithm always tries to generate reasonably
|
393
|
+
round tick values so even if you ask for three ticks, you might get
|
394
|
+
five if that fits better with the rounding. If you don't want any
|
395
|
+
ticks at all, set "ticks" to 0 or an empty array.
|
396
|
+
|
397
|
+
Another option is to skip the rounding part and directly set the tick
|
398
|
+
interval size with "tickSize". If you set it to 2, you'll get ticks at
|
399
|
+
2, 4, 6, etc. Alternatively, you can specify that you just don't want
|
400
|
+
ticks at a size less than a specific tick size with "minTickSize".
|
401
|
+
Note that for time series, the format is an array like [2, "month"],
|
402
|
+
see the next section.
|
403
|
+
|
404
|
+
If you want to completely override the tick algorithm, you can specify
|
405
|
+
an array for "ticks", either like this:
|
406
|
+
|
407
|
+
```js
|
408
|
+
ticks: [0, 1.2, 2.4]
|
409
|
+
```
|
410
|
+
|
411
|
+
Or like this where the labels are also customized:
|
412
|
+
|
413
|
+
```js
|
414
|
+
ticks: [[0, "zero"], [1.2, "one mark"], [2.4, "two marks"]]
|
415
|
+
```
|
416
|
+
|
417
|
+
You can mix the two if you like.
|
418
|
+
|
419
|
+
For extra flexibility you can specify a function as the "ticks"
|
420
|
+
parameter. The function will be called with an object with the axis
|
421
|
+
min and max and should return a ticks array. Here's a simplistic tick
|
422
|
+
generator that spits out intervals of pi, suitable for use on the x
|
423
|
+
axis for trigonometric functions:
|
424
|
+
|
425
|
+
```js
|
426
|
+
function piTickGenerator(axis) {
|
427
|
+
var res = [], i = Math.floor(axis.min / Math.PI);
|
428
|
+
do {
|
429
|
+
var v = i * Math.PI;
|
430
|
+
res.push([v, i + "\u03c0"]);
|
431
|
+
++i;
|
432
|
+
} while (v < axis.max);
|
433
|
+
return res;
|
434
|
+
}
|
435
|
+
```
|
436
|
+
|
437
|
+
You can control how the ticks look like with "tickDecimals", the
|
438
|
+
number of decimals to display (default is auto-detected).
|
439
|
+
|
440
|
+
Alternatively, for ultimate control over how ticks are formatted you can
|
441
|
+
provide a function to "tickFormatter". The function is passed two
|
442
|
+
parameters, the tick value and an axis object with information, and
|
443
|
+
should return a string. The default formatter looks like this:
|
444
|
+
|
445
|
+
```js
|
446
|
+
function formatter(val, axis) {
|
447
|
+
return val.toFixed(axis.tickDecimals);
|
448
|
+
}
|
449
|
+
```
|
450
|
+
|
451
|
+
The axis object has "min" and "max" with the range of the axis,
|
452
|
+
"tickDecimals" with the number of decimals to round the value to and
|
453
|
+
"tickSize" with the size of the interval between ticks as calculated
|
454
|
+
by the automatic axis scaling algorithm (or specified by you). Here's
|
455
|
+
an example of a custom formatter:
|
456
|
+
|
457
|
+
```js
|
458
|
+
function suffixFormatter(val, axis) {
|
459
|
+
if (val > 1000000)
|
460
|
+
return (val / 1000000).toFixed(axis.tickDecimals) + " MB";
|
461
|
+
else if (val > 1000)
|
462
|
+
return (val / 1000).toFixed(axis.tickDecimals) + " kB";
|
463
|
+
else
|
464
|
+
return val.toFixed(axis.tickDecimals) + " B";
|
465
|
+
}
|
466
|
+
```
|
467
|
+
|
468
|
+
"labelWidth" and "labelHeight" specifies a fixed size of the tick
|
469
|
+
labels in pixels. They're useful in case you need to align several
|
470
|
+
plots. "reserveSpace" means that even if an axis isn't shown, Flot
|
471
|
+
should reserve space for it - it is useful in combination with
|
472
|
+
labelWidth and labelHeight for aligning multi-axis charts.
|
473
|
+
|
474
|
+
"tickLength" is the length of the tick lines in pixels. By default, the
|
475
|
+
innermost axes will have ticks that extend all across the plot, while
|
476
|
+
any extra axes use small ticks. A value of null means use the default,
|
477
|
+
while a number means small ticks of that length - set it to 0 to hide
|
478
|
+
the lines completely.
|
479
|
+
|
480
|
+
If you set "alignTicksWithAxis" to the number of another axis, e.g.
|
481
|
+
alignTicksWithAxis: 1, Flot will ensure that the autogenerated ticks
|
482
|
+
of this axis are aligned with the ticks of the other axis. This may
|
483
|
+
improve the looks, e.g. if you have one y axis to the left and one to
|
484
|
+
the right, because the grid lines will then match the ticks in both
|
485
|
+
ends. The trade-off is that the forced ticks won't necessarily be at
|
486
|
+
natural places.
|
487
|
+
|
488
|
+
|
489
|
+
## Multiple axes ##
|
490
|
+
|
491
|
+
If you need more than one x axis or y axis, you need to specify for
|
492
|
+
each data series which axis they are to use, as described under the
|
493
|
+
format of the data series, e.g. { data: [...], yaxis: 2 } specifies
|
494
|
+
that a series should be plotted against the second y axis.
|
495
|
+
|
496
|
+
To actually configure that axis, you can't use the xaxis/yaxis options
|
497
|
+
directly - instead there are two arrays in the options:
|
498
|
+
|
499
|
+
```js
|
500
|
+
xaxes: []
|
501
|
+
yaxes: []
|
502
|
+
```
|
503
|
+
|
504
|
+
Here's an example of configuring a single x axis and two y axes (we
|
505
|
+
can leave options of the first y axis empty as the defaults are fine):
|
506
|
+
|
507
|
+
```js
|
508
|
+
{
|
509
|
+
xaxes: [ { position: "top" } ],
|
510
|
+
yaxes: [ { }, { position: "right", min: 20 } ]
|
511
|
+
}
|
512
|
+
```
|
513
|
+
|
514
|
+
The arrays get their default values from the xaxis/yaxis settings, so
|
515
|
+
say you want to have all y axes start at zero, you can simply specify
|
516
|
+
yaxis: { min: 0 } instead of adding a min parameter to all the axes.
|
517
|
+
|
518
|
+
Generally, the various interfaces in Flot dealing with data points
|
519
|
+
either accept an xaxis/yaxis parameter to specify which axis number to
|
520
|
+
use (starting from 1), or lets you specify the coordinate directly as
|
521
|
+
x2/x3/... or x2axis/x3axis/... instead of "x" or "xaxis".
|
522
|
+
|
523
|
+
|
524
|
+
## Time series data ##
|
525
|
+
|
526
|
+
Please note that it is now required to include the time plugin,
|
527
|
+
jquery.flot.time.js, for time series support.
|
528
|
+
|
529
|
+
Time series are a bit more difficult than scalar data because
|
530
|
+
calendars don't follow a simple base 10 system. For many cases, Flot
|
531
|
+
abstracts most of this away, but it can still be a bit difficult to
|
532
|
+
get the data into Flot. So we'll first discuss the data format.
|
533
|
+
|
534
|
+
The time series support in Flot is based on Javascript timestamps,
|
535
|
+
i.e. everywhere a time value is expected or handed over, a Javascript
|
536
|
+
timestamp number is used. This is a number, not a Date object. A
|
537
|
+
Javascript timestamp is the number of milliseconds since January 1,
|
538
|
+
1970 00:00:00 UTC. This is almost the same as Unix timestamps, except it's
|
539
|
+
in milliseconds, so remember to multiply by 1000!
|
540
|
+
|
541
|
+
You can see a timestamp like this
|
542
|
+
|
543
|
+
```js
|
544
|
+
alert((new Date()).getTime())
|
545
|
+
```
|
546
|
+
|
547
|
+
There are different schools of thought when it comes to display of
|
548
|
+
timestamps. Many will want the timestamps to be displayed according to
|
549
|
+
a certain time zone, usually the time zone in which the data has been
|
550
|
+
produced. Some want the localized experience, where the timestamps are
|
551
|
+
displayed according to the local time of the visitor. Flot supports
|
552
|
+
both. Optionally you can include a third-party library to get
|
553
|
+
additional timezone support.
|
554
|
+
|
555
|
+
Default behavior is that Flot always displays timestamps according to
|
556
|
+
UTC. The reason being that the core Javascript Date object does not
|
557
|
+
support other fixed time zones. Often your data is at another time
|
558
|
+
zone, so it may take a little bit of tweaking to work around this
|
559
|
+
limitation.
|
560
|
+
|
561
|
+
The easiest way to think about it is to pretend that the data
|
562
|
+
production time zone is UTC, even if it isn't. So if you have a
|
563
|
+
datapoint at 2002-02-20 08:00, you can generate a timestamp for eight
|
564
|
+
o'clock UTC even if it really happened eight o'clock UTC+0200.
|
565
|
+
|
566
|
+
In PHP you can get an appropriate timestamp with:
|
567
|
+
|
568
|
+
```php
|
569
|
+
strtotime("2002-02-20 UTC") * 1000
|
570
|
+
```
|
571
|
+
|
572
|
+
In Python you can get it with something like:
|
573
|
+
|
574
|
+
```python
|
575
|
+
calendar.timegm(datetime_object.timetuple()) * 1000
|
576
|
+
```
|
577
|
+
In Ruby you can get it using the `#to_i` method on the
|
578
|
+
[`Time`](http://apidock.com/ruby/Time/to_i) object. If you're using the
|
579
|
+
`active_support` gem (default for Ruby on Rails applications) `#to_i` is also
|
580
|
+
available on the `DateTime` and `ActiveSupport::TimeWithZone` objects. You
|
581
|
+
simply need to multiply the result by 1000:
|
582
|
+
|
583
|
+
```ruby
|
584
|
+
Time.now.to_i * 1000 # => 1383582043000
|
585
|
+
# ActiveSupport examples:
|
586
|
+
DateTime.now.to_i * 1000 # => 1383582043000
|
587
|
+
ActiveSupport::TimeZone.new('Asia/Shanghai').now.to_i * 1000
|
588
|
+
# => 1383582043000
|
589
|
+
```
|
590
|
+
|
591
|
+
In .NET you can get it with something like:
|
592
|
+
|
593
|
+
```aspx
|
594
|
+
public static int GetJavascriptTimestamp(System.DateTime input)
|
595
|
+
{
|
596
|
+
System.TimeSpan span = new System.TimeSpan(System.DateTime.Parse("1/1/1970").Ticks);
|
597
|
+
System.DateTime time = input.Subtract(span);
|
598
|
+
return (long)(time.Ticks / 10000);
|
599
|
+
}
|
600
|
+
```
|
601
|
+
|
602
|
+
Javascript also has some support for parsing date strings, so it is
|
603
|
+
possible to generate the timestamps manually client-side.
|
604
|
+
|
605
|
+
If you've already got the real UTC timestamp, it's too late to use the
|
606
|
+
pretend trick described above. But you can fix up the timestamps by
|
607
|
+
adding the time zone offset, e.g. for UTC+0200 you would add 2 hours
|
608
|
+
to the UTC timestamp you got. Then it'll look right on the plot. Most
|
609
|
+
programming environments have some means of getting the timezone
|
610
|
+
offset for a specific date (note that you need to get the offset for
|
611
|
+
each individual timestamp to account for daylight savings).
|
612
|
+
|
613
|
+
The alternative with core Javascript is to interpret the timestamps
|
614
|
+
according to the time zone that the visitor is in, which means that
|
615
|
+
the ticks will shift with the time zone and daylight savings of each
|
616
|
+
visitor. This behavior is enabled by setting the axis option
|
617
|
+
"timezone" to the value "browser".
|
618
|
+
|
619
|
+
If you need more time zone functionality than this, there is still
|
620
|
+
another option. If you include the "timezone-js" library
|
621
|
+
<https://github.com/mde/timezone-js> in the page and set axis.timezone
|
622
|
+
to a value recognized by said library, Flot will use timezone-js to
|
623
|
+
interpret the timestamps according to that time zone.
|
624
|
+
|
625
|
+
Once you've gotten the timestamps into the data and specified "time"
|
626
|
+
as the axis mode, Flot will automatically generate relevant ticks and
|
627
|
+
format them. As always, you can tweak the ticks via the "ticks" option
|
628
|
+
- just remember that the values should be timestamps (numbers), not
|
629
|
+
Date objects.
|
630
|
+
|
631
|
+
Tick generation and formatting can also be controlled separately
|
632
|
+
through the following axis options:
|
633
|
+
|
634
|
+
```js
|
635
|
+
minTickSize: array
|
636
|
+
timeformat: null or format string
|
637
|
+
monthNames: null or array of size 12 of strings
|
638
|
+
dayNames: null or array of size 7 of strings
|
639
|
+
twelveHourClock: boolean
|
640
|
+
```
|
641
|
+
|
642
|
+
Here "timeformat" is a format string to use. You might use it like
|
643
|
+
this:
|
644
|
+
|
645
|
+
```js
|
646
|
+
xaxis: {
|
647
|
+
mode: "time",
|
648
|
+
timeformat: "%Y/%m/%d"
|
649
|
+
}
|
650
|
+
```
|
651
|
+
|
652
|
+
This will result in tick labels like "2000/12/24". A subset of the
|
653
|
+
standard strftime specifiers are supported (plus the nonstandard %q):
|
654
|
+
|
655
|
+
```js
|
656
|
+
%a: weekday name (customizable)
|
657
|
+
%b: month name (customizable)
|
658
|
+
%d: day of month, zero-padded (01-31)
|
659
|
+
%e: day of month, space-padded ( 1-31)
|
660
|
+
%H: hours, 24-hour time, zero-padded (00-23)
|
661
|
+
%I: hours, 12-hour time, zero-padded (01-12)
|
662
|
+
%m: month, zero-padded (01-12)
|
663
|
+
%M: minutes, zero-padded (00-59)
|
664
|
+
%q: quarter (1-4)
|
665
|
+
%S: seconds, zero-padded (00-59)
|
666
|
+
%y: year (two digits)
|
667
|
+
%Y: year (four digits)
|
668
|
+
%p: am/pm
|
669
|
+
%P: AM/PM (uppercase version of %p)
|
670
|
+
%w: weekday as number (0-6, 0 being Sunday)
|
671
|
+
```
|
672
|
+
|
673
|
+
Flot 0.8 switched from %h to the standard %H hours specifier. The %h specifier
|
674
|
+
is still available, for backwards-compatibility, but is deprecated and
|
675
|
+
scheduled to be removed permanently with the release of version 1.0.
|
676
|
+
|
677
|
+
You can customize the month names with the "monthNames" option. For
|
678
|
+
instance, for Danish you might specify:
|
679
|
+
|
680
|
+
```js
|
681
|
+
monthNames: ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"]
|
682
|
+
```
|
683
|
+
|
684
|
+
Similarly you can customize the weekday names with the "dayNames"
|
685
|
+
option. An example in French:
|
686
|
+
|
687
|
+
```js
|
688
|
+
dayNames: ["dim", "lun", "mar", "mer", "jeu", "ven", "sam"]
|
689
|
+
```
|
690
|
+
|
691
|
+
If you set "twelveHourClock" to true, the autogenerated timestamps
|
692
|
+
will use 12 hour AM/PM timestamps instead of 24 hour. This only
|
693
|
+
applies if you have not set "timeformat". Use the "%I" and "%p" or
|
694
|
+
"%P" options if you want to build your own format string with 12-hour
|
695
|
+
times.
|
696
|
+
|
697
|
+
If the Date object has a strftime property (and it is a function), it
|
698
|
+
will be used instead of the built-in formatter. Thus you can include
|
699
|
+
a strftime library such as http://hacks.bluesmoon.info/strftime/ for
|
700
|
+
more powerful date/time formatting.
|
701
|
+
|
702
|
+
If everything else fails, you can control the formatting by specifying
|
703
|
+
a custom tick formatter function as usual. Here's a simple example
|
704
|
+
which will format December 24 as 24/12:
|
705
|
+
|
706
|
+
```js
|
707
|
+
tickFormatter: function (val, axis) {
|
708
|
+
var d = new Date(val);
|
709
|
+
return d.getUTCDate() + "/" + (d.getUTCMonth() + 1);
|
710
|
+
}
|
711
|
+
```
|
712
|
+
|
713
|
+
Note that for the time mode "tickSize" and "minTickSize" are a bit
|
714
|
+
special in that they are arrays on the form "[value, unit]" where unit
|
715
|
+
is one of "second", "minute", "hour", "day", "month" and "year". So
|
716
|
+
you can specify
|
717
|
+
|
718
|
+
```js
|
719
|
+
minTickSize: [1, "month"]
|
720
|
+
```
|
721
|
+
|
722
|
+
to get a tick interval size of at least 1 month and correspondingly,
|
723
|
+
if axis.tickSize is [2, "day"] in the tick formatter, the ticks have
|
724
|
+
been produced with two days in-between.
|
725
|
+
|
726
|
+
|
727
|
+
## Customizing the data series ##
|
728
|
+
|
729
|
+
```js
|
730
|
+
series: {
|
731
|
+
lines, points, bars: {
|
732
|
+
show: boolean
|
733
|
+
lineWidth: number
|
734
|
+
fill: boolean or number
|
735
|
+
fillColor: null or color/gradient
|
736
|
+
}
|
737
|
+
|
738
|
+
lines, bars: {
|
739
|
+
zero: boolean
|
740
|
+
}
|
741
|
+
|
742
|
+
points: {
|
743
|
+
radius: number
|
744
|
+
symbol: "circle" or function
|
745
|
+
}
|
746
|
+
|
747
|
+
bars: {
|
748
|
+
barWidth: number
|
749
|
+
align: "left", "right" or "center"
|
750
|
+
horizontal: boolean
|
751
|
+
}
|
752
|
+
|
753
|
+
lines: {
|
754
|
+
steps: boolean
|
755
|
+
}
|
756
|
+
|
757
|
+
shadowSize: number
|
758
|
+
highlightColor: color or number
|
759
|
+
}
|
760
|
+
|
761
|
+
colors: [ color1, color2, ... ]
|
762
|
+
```
|
763
|
+
|
764
|
+
The options inside "series: {}" are copied to each of the series. So
|
765
|
+
you can specify that all series should have bars by putting it in the
|
766
|
+
global options, or override it for individual series by specifying
|
767
|
+
bars in a particular the series object in the array of data.
|
768
|
+
|
769
|
+
The most important options are "lines", "points" and "bars" that
|
770
|
+
specify whether and how lines, points and bars should be shown for
|
771
|
+
each data series. In case you don't specify anything at all, Flot will
|
772
|
+
default to showing lines (you can turn this off with
|
773
|
+
lines: { show: false }). You can specify the various types
|
774
|
+
independently of each other, and Flot will happily draw each of them
|
775
|
+
in turn (this is probably only useful for lines and points), e.g.
|
776
|
+
|
777
|
+
```js
|
778
|
+
var options = {
|
779
|
+
series: {
|
780
|
+
lines: { show: true, fill: true, fillColor: "rgba(255, 255, 255, 0.8)" },
|
781
|
+
points: { show: true, fill: false }
|
782
|
+
}
|
783
|
+
};
|
784
|
+
```
|
785
|
+
|
786
|
+
"lineWidth" is the thickness of the line or outline in pixels. You can
|
787
|
+
set it to 0 to prevent a line or outline from being drawn; this will
|
788
|
+
also hide the shadow.
|
789
|
+
|
790
|
+
"fill" is whether the shape should be filled. For lines, this produces
|
791
|
+
area graphs. You can use "fillColor" to specify the color of the fill.
|
792
|
+
If "fillColor" evaluates to false (default for everything except
|
793
|
+
points which are filled with white), the fill color is auto-set to the
|
794
|
+
color of the data series. You can adjust the opacity of the fill by
|
795
|
+
setting fill to a number between 0 (fully transparent) and 1 (fully
|
796
|
+
opaque).
|
797
|
+
|
798
|
+
For bars, fillColor can be a gradient, see the gradient documentation
|
799
|
+
below. "barWidth" is the width of the bars in units of the x axis (or
|
800
|
+
the y axis if "horizontal" is true), contrary to most other measures
|
801
|
+
that are specified in pixels. For instance, for time series the unit
|
802
|
+
is milliseconds so 24 * 60 * 60 * 1000 produces bars with the width of
|
803
|
+
a day. "align" specifies whether a bar should be left-aligned
|
804
|
+
(default), right-aligned or centered on top of the value it represents.
|
805
|
+
When "horizontal" is on, the bars are drawn horizontally, i.e. from the
|
806
|
+
y axis instead of the x axis; note that the bar end points are still
|
807
|
+
defined in the same way so you'll probably want to swap the
|
808
|
+
coordinates if you've been plotting vertical bars first.
|
809
|
+
|
810
|
+
Area and bar charts normally start from zero, regardless of the data's range.
|
811
|
+
This is because they convey information through size, and starting from a
|
812
|
+
different value would distort their meaning. In cases where the fill is purely
|
813
|
+
for decorative purposes, however, "zero" allows you to override this behavior.
|
814
|
+
It defaults to true for filled lines and bars; setting it to false tells the
|
815
|
+
series to use the same automatic scaling as an un-filled line.
|
816
|
+
|
817
|
+
For lines, "steps" specifies whether two adjacent data points are
|
818
|
+
connected with a straight (possibly diagonal) line or with first a
|
819
|
+
horizontal and then a vertical line. Note that this transforms the
|
820
|
+
data by adding extra points.
|
821
|
+
|
822
|
+
For points, you can specify the radius and the symbol. The only
|
823
|
+
built-in symbol type is circles, for other types you can use a plugin
|
824
|
+
or define them yourself by specifying a callback:
|
825
|
+
|
826
|
+
```js
|
827
|
+
function cross(ctx, x, y, radius, shadow) {
|
828
|
+
var size = radius * Math.sqrt(Math.PI) / 2;
|
829
|
+
ctx.moveTo(x - size, y - size);
|
830
|
+
ctx.lineTo(x + size, y + size);
|
831
|
+
ctx.moveTo(x - size, y + size);
|
832
|
+
ctx.lineTo(x + size, y - size);
|
833
|
+
}
|
834
|
+
```
|
835
|
+
|
836
|
+
The parameters are the drawing context, x and y coordinates of the
|
837
|
+
center of the point, a radius which corresponds to what the circle
|
838
|
+
would have used and whether the call is to draw a shadow (due to
|
839
|
+
limited canvas support, shadows are currently faked through extra
|
840
|
+
draws). It's good practice to ensure that the area covered by the
|
841
|
+
symbol is the same as for the circle with the given radius, this
|
842
|
+
ensures that all symbols have approximately the same visual weight.
|
843
|
+
|
844
|
+
"shadowSize" is the default size of shadows in pixels. Set it to 0 to
|
845
|
+
remove shadows.
|
846
|
+
|
847
|
+
"highlightColor" is the default color of the translucent overlay used
|
848
|
+
to highlight the series when the mouse hovers over it.
|
849
|
+
|
850
|
+
The "colors" array specifies a default color theme to get colors for
|
851
|
+
the data series from. You can specify as many colors as you like, like
|
852
|
+
this:
|
853
|
+
|
854
|
+
```js
|
855
|
+
colors: ["#d18b2c", "#dba255", "#919733"]
|
856
|
+
```
|
857
|
+
|
858
|
+
If there are more data series than colors, Flot will try to generate
|
859
|
+
extra colors by lightening and darkening colors in the theme.
|
860
|
+
|
861
|
+
|
862
|
+
## Customizing the grid ##
|
863
|
+
|
864
|
+
```js
|
865
|
+
grid: {
|
866
|
+
show: boolean
|
867
|
+
aboveData: boolean
|
868
|
+
color: color
|
869
|
+
backgroundColor: color/gradient or null
|
870
|
+
margin: number or margin object
|
871
|
+
labelMargin: number
|
872
|
+
axisMargin: number
|
873
|
+
markings: array of markings or (fn: axes -> array of markings)
|
874
|
+
borderWidth: number or object with "top", "right", "bottom" and "left" properties with different widths
|
875
|
+
borderColor: color or null or object with "top", "right", "bottom" and "left" properties with different colors
|
876
|
+
minBorderMargin: number or null
|
877
|
+
clickable: boolean
|
878
|
+
hoverable: boolean
|
879
|
+
autoHighlight: boolean
|
880
|
+
mouseActiveRadius: number
|
881
|
+
}
|
882
|
+
|
883
|
+
interaction: {
|
884
|
+
redrawOverlayInterval: number or -1
|
885
|
+
}
|
886
|
+
```
|
887
|
+
|
888
|
+
The grid is the thing with the axes and a number of ticks. Many of the
|
889
|
+
things in the grid are configured under the individual axes, but not
|
890
|
+
all. "color" is the color of the grid itself whereas "backgroundColor"
|
891
|
+
specifies the background color inside the grid area, here null means
|
892
|
+
that the background is transparent. You can also set a gradient, see
|
893
|
+
the gradient documentation below.
|
894
|
+
|
895
|
+
You can turn off the whole grid including tick labels by setting
|
896
|
+
"show" to false. "aboveData" determines whether the grid is drawn
|
897
|
+
above the data or below (below is default).
|
898
|
+
|
899
|
+
"margin" is the space in pixels between the canvas edge and the grid,
|
900
|
+
which can be either a number or an object with individual margins for
|
901
|
+
each side, in the form:
|
902
|
+
|
903
|
+
```js
|
904
|
+
margin: {
|
905
|
+
top: top margin in pixels
|
906
|
+
left: left margin in pixels
|
907
|
+
bottom: bottom margin in pixels
|
908
|
+
right: right margin in pixels
|
909
|
+
}
|
910
|
+
```
|
911
|
+
|
912
|
+
"labelMargin" is the space in pixels between tick labels and axis
|
913
|
+
line, and "axisMargin" is the space in pixels between axes when there
|
914
|
+
are two next to each other.
|
915
|
+
|
916
|
+
"borderWidth" is the width of the border around the plot. Set it to 0
|
917
|
+
to disable the border. Set it to an object with "top", "right",
|
918
|
+
"bottom" and "left" properties to use different widths. You can
|
919
|
+
also set "borderColor" if you want the border to have a different color
|
920
|
+
than the grid lines. Set it to an object with "top", "right", "bottom"
|
921
|
+
and "left" properties to use different colors. "minBorderMargin" controls
|
922
|
+
the default minimum margin around the border - it's used to make sure
|
923
|
+
that points aren't accidentally clipped by the canvas edge so by default
|
924
|
+
the value is computed from the point radius.
|
925
|
+
|
926
|
+
"markings" is used to draw simple lines and rectangular areas in the
|
927
|
+
background of the plot. You can either specify an array of ranges on
|
928
|
+
the form { xaxis: { from, to }, yaxis: { from, to } } (with multiple
|
929
|
+
axes, you can specify coordinates for other axes instead, e.g. as
|
930
|
+
x2axis/x3axis/...) or with a function that returns such an array given
|
931
|
+
the axes for the plot in an object as the first parameter.
|
932
|
+
|
933
|
+
You can set the color of markings by specifying "color" in the ranges
|
934
|
+
object. Here's an example array:
|
935
|
+
|
936
|
+
```js
|
937
|
+
markings: [ { xaxis: { from: 0, to: 2 }, yaxis: { from: 10, to: 10 }, color: "#bb0000" }, ... ]
|
938
|
+
```
|
939
|
+
|
940
|
+
If you leave out one of the values, that value is assumed to go to the
|
941
|
+
border of the plot. So for example if you only specify { xaxis: {
|
942
|
+
from: 0, to: 2 } } it means an area that extends from the top to the
|
943
|
+
bottom of the plot in the x range 0-2.
|
944
|
+
|
945
|
+
A line is drawn if from and to are the same, e.g.
|
946
|
+
|
947
|
+
```js
|
948
|
+
markings: [ { yaxis: { from: 1, to: 1 } }, ... ]
|
949
|
+
```
|
950
|
+
|
951
|
+
would draw a line parallel to the x axis at y = 1. You can control the
|
952
|
+
line width with "lineWidth" in the range object.
|
953
|
+
|
954
|
+
An example function that makes vertical stripes might look like this:
|
955
|
+
|
956
|
+
```js
|
957
|
+
markings: function (axes) {
|
958
|
+
var markings = [];
|
959
|
+
for (var x = Math.floor(axes.xaxis.min); x < axes.xaxis.max; x += 2)
|
960
|
+
markings.push({ xaxis: { from: x, to: x + 1 } });
|
961
|
+
return markings;
|
962
|
+
}
|
963
|
+
```
|
964
|
+
|
965
|
+
If you set "clickable" to true, the plot will listen for click events
|
966
|
+
on the plot area and fire a "plotclick" event on the placeholder with
|
967
|
+
a position and a nearby data item object as parameters. The coordinates
|
968
|
+
are available both in the unit of the axes (not in pixels) and in
|
969
|
+
global screen coordinates.
|
970
|
+
|
971
|
+
Likewise, if you set "hoverable" to true, the plot will listen for
|
972
|
+
mouse move events on the plot area and fire a "plothover" event with
|
973
|
+
the same parameters as the "plotclick" event. If "autoHighlight" is
|
974
|
+
true (the default), nearby data items are highlighted automatically.
|
975
|
+
If needed, you can disable highlighting and control it yourself with
|
976
|
+
the highlight/unhighlight plot methods described elsewhere.
|
977
|
+
|
978
|
+
You can use "plotclick" and "plothover" events like this:
|
979
|
+
|
980
|
+
```js
|
981
|
+
$.plot($("#placeholder"), [ d ], { grid: { clickable: true } });
|
982
|
+
|
983
|
+
$("#placeholder").bind("plotclick", function (event, pos, item) {
|
984
|
+
alert("You clicked at " + pos.x + ", " + pos.y);
|
985
|
+
// axis coordinates for other axes, if present, are in pos.x2, pos.x3, ...
|
986
|
+
// if you need global screen coordinates, they are pos.pageX, pos.pageY
|
987
|
+
|
988
|
+
if (item) {
|
989
|
+
highlight(item.series, item.datapoint);
|
990
|
+
alert("You clicked a point!");
|
991
|
+
}
|
992
|
+
});
|
993
|
+
```
|
994
|
+
|
995
|
+
The item object in this example is either null or a nearby object on the form:
|
996
|
+
|
997
|
+
```js
|
998
|
+
item: {
|
999
|
+
datapoint: the point, e.g. [0, 2]
|
1000
|
+
dataIndex: the index of the point in the data array
|
1001
|
+
series: the series object
|
1002
|
+
seriesIndex: the index of the series
|
1003
|
+
pageX, pageY: the global screen coordinates of the point
|
1004
|
+
}
|
1005
|
+
```
|
1006
|
+
|
1007
|
+
For instance, if you have specified the data like this
|
1008
|
+
|
1009
|
+
```js
|
1010
|
+
$.plot($("#placeholder"), [ { label: "Foo", data: [[0, 10], [7, 3]] } ], ...);
|
1011
|
+
```
|
1012
|
+
|
1013
|
+
and the mouse is near the point (7, 3), "datapoint" is [7, 3],
|
1014
|
+
"dataIndex" will be 1, "series" is a normalized series object with
|
1015
|
+
among other things the "Foo" label in series.label and the color in
|
1016
|
+
series.color, and "seriesIndex" is 0. Note that plugins and options
|
1017
|
+
that transform the data can shift the indexes from what you specified
|
1018
|
+
in the original data array.
|
1019
|
+
|
1020
|
+
If you use the above events to update some other information and want
|
1021
|
+
to clear out that info in case the mouse goes away, you'll probably
|
1022
|
+
also need to listen to "mouseout" events on the placeholder div.
|
1023
|
+
|
1024
|
+
"mouseActiveRadius" specifies how far the mouse can be from an item
|
1025
|
+
and still activate it. If there are two or more points within this
|
1026
|
+
radius, Flot chooses the closest item. For bars, the top-most bar
|
1027
|
+
(from the latest specified data series) is chosen.
|
1028
|
+
|
1029
|
+
If you want to disable interactivity for a specific data series, you
|
1030
|
+
can set "hoverable" and "clickable" to false in the options for that
|
1031
|
+
series, like this:
|
1032
|
+
|
1033
|
+
```js
|
1034
|
+
{ data: [...], label: "Foo", clickable: false }
|
1035
|
+
```
|
1036
|
+
|
1037
|
+
"redrawOverlayInterval" specifies the maximum time to delay a redraw
|
1038
|
+
of interactive things (this works as a rate limiting device). The
|
1039
|
+
default is capped to 60 frames per second. You can set it to -1 to
|
1040
|
+
disable the rate limiting.
|
1041
|
+
|
1042
|
+
|
1043
|
+
## Specifying gradients ##
|
1044
|
+
|
1045
|
+
A gradient is specified like this:
|
1046
|
+
|
1047
|
+
```js
|
1048
|
+
{ colors: [ color1, color2, ... ] }
|
1049
|
+
```
|
1050
|
+
|
1051
|
+
For instance, you might specify a background on the grid going from
|
1052
|
+
black to gray like this:
|
1053
|
+
|
1054
|
+
```js
|
1055
|
+
grid: {
|
1056
|
+
backgroundColor: { colors: ["#000", "#999"] }
|
1057
|
+
}
|
1058
|
+
```
|
1059
|
+
|
1060
|
+
For the series you can specify the gradient as an object that
|
1061
|
+
specifies the scaling of the brightness and the opacity of the series
|
1062
|
+
color, e.g.
|
1063
|
+
|
1064
|
+
```js
|
1065
|
+
{ colors: [{ opacity: 0.8 }, { brightness: 0.6, opacity: 0.8 } ] }
|
1066
|
+
```
|
1067
|
+
|
1068
|
+
where the first color simply has its alpha scaled, whereas the second
|
1069
|
+
is also darkened. For instance, for bars the following makes the bars
|
1070
|
+
gradually disappear, without outline:
|
1071
|
+
|
1072
|
+
```js
|
1073
|
+
bars: {
|
1074
|
+
show: true,
|
1075
|
+
lineWidth: 0,
|
1076
|
+
fill: true,
|
1077
|
+
fillColor: { colors: [ { opacity: 0.8 }, { opacity: 0.1 } ] }
|
1078
|
+
}
|
1079
|
+
```
|
1080
|
+
|
1081
|
+
Flot currently only supports vertical gradients drawn from top to
|
1082
|
+
bottom because that's what works with IE.
|
1083
|
+
|
1084
|
+
|
1085
|
+
## Plot Methods ##
|
1086
|
+
|
1087
|
+
The Plot object returned from the plot function has some methods you
|
1088
|
+
can call:
|
1089
|
+
|
1090
|
+
- highlight(series, datapoint)
|
1091
|
+
|
1092
|
+
Highlight a specific datapoint in the data series. You can either
|
1093
|
+
specify the actual objects, e.g. if you got them from a
|
1094
|
+
"plotclick" event, or you can specify the indices, e.g.
|
1095
|
+
highlight(1, 3) to highlight the fourth point in the second series
|
1096
|
+
(remember, zero-based indexing).
|
1097
|
+
|
1098
|
+
- unhighlight(series, datapoint) or unhighlight()
|
1099
|
+
|
1100
|
+
Remove the highlighting of the point, same parameters as
|
1101
|
+
highlight.
|
1102
|
+
|
1103
|
+
If you call unhighlight with no parameters, e.g. as
|
1104
|
+
plot.unhighlight(), all current highlights are removed.
|
1105
|
+
|
1106
|
+
- setData(data)
|
1107
|
+
|
1108
|
+
You can use this to reset the data used. Note that axis scaling,
|
1109
|
+
ticks, legend etc. will not be recomputed (use setupGrid() to do
|
1110
|
+
that). You'll probably want to call draw() afterwards.
|
1111
|
+
|
1112
|
+
You can use this function to speed up redrawing a small plot if
|
1113
|
+
you know that the axes won't change. Put in the new data with
|
1114
|
+
setData(newdata), call draw(), and you're good to go. Note that
|
1115
|
+
for large datasets, almost all the time is consumed in draw()
|
1116
|
+
plotting the data so in this case don't bother.
|
1117
|
+
|
1118
|
+
- setupGrid()
|
1119
|
+
|
1120
|
+
Recalculate and set axis scaling, ticks, legend etc.
|
1121
|
+
|
1122
|
+
Note that because of the drawing model of the canvas, this
|
1123
|
+
function will immediately redraw (actually reinsert in the DOM)
|
1124
|
+
the labels and the legend, but not the actual tick lines because
|
1125
|
+
they're drawn on the canvas. You need to call draw() to get the
|
1126
|
+
canvas redrawn.
|
1127
|
+
|
1128
|
+
- draw()
|
1129
|
+
|
1130
|
+
Redraws the plot canvas.
|
1131
|
+
|
1132
|
+
- triggerRedrawOverlay()
|
1133
|
+
|
1134
|
+
Schedules an update of an overlay canvas used for drawing
|
1135
|
+
interactive things like a selection and point highlights. This
|
1136
|
+
is mostly useful for writing plugins. The redraw doesn't happen
|
1137
|
+
immediately, instead a timer is set to catch multiple successive
|
1138
|
+
redraws (e.g. from a mousemove). You can get to the overlay by
|
1139
|
+
setting up a drawOverlay hook.
|
1140
|
+
|
1141
|
+
- width()/height()
|
1142
|
+
|
1143
|
+
Gets the width and height of the plotting area inside the grid.
|
1144
|
+
This is smaller than the canvas or placeholder dimensions as some
|
1145
|
+
extra space is needed (e.g. for labels).
|
1146
|
+
|
1147
|
+
- offset()
|
1148
|
+
|
1149
|
+
Returns the offset of the plotting area inside the grid relative
|
1150
|
+
to the document, useful for instance for calculating mouse
|
1151
|
+
positions (event.pageX/Y minus this offset is the pixel position
|
1152
|
+
inside the plot).
|
1153
|
+
|
1154
|
+
- pointOffset({ x: xpos, y: ypos })
|
1155
|
+
|
1156
|
+
Returns the calculated offset of the data point at (x, y) in data
|
1157
|
+
space within the placeholder div. If you are working with multiple
|
1158
|
+
axes, you can specify the x and y axis references, e.g.
|
1159
|
+
|
1160
|
+
```js
|
1161
|
+
o = pointOffset({ x: xpos, y: ypos, xaxis: 2, yaxis: 3 })
|
1162
|
+
// o.left and o.top now contains the offset within the div
|
1163
|
+
````
|
1164
|
+
|
1165
|
+
- resize()
|
1166
|
+
|
1167
|
+
Tells Flot to resize the drawing canvas to the size of the
|
1168
|
+
placeholder. You need to run setupGrid() and draw() afterwards as
|
1169
|
+
canvas resizing is a destructive operation. This is used
|
1170
|
+
internally by the resize plugin.
|
1171
|
+
|
1172
|
+
- shutdown()
|
1173
|
+
|
1174
|
+
Cleans up any event handlers Flot has currently registered. This
|
1175
|
+
is used internally.
|
1176
|
+
|
1177
|
+
There are also some members that let you peek inside the internal
|
1178
|
+
workings of Flot which is useful in some cases. Note that if you change
|
1179
|
+
something in the objects returned, you're changing the objects used by
|
1180
|
+
Flot to keep track of its state, so be careful.
|
1181
|
+
|
1182
|
+
- getData()
|
1183
|
+
|
1184
|
+
Returns an array of the data series currently used in normalized
|
1185
|
+
form with missing settings filled in according to the global
|
1186
|
+
options. So for instance to find out what color Flot has assigned
|
1187
|
+
to the data series, you could do this:
|
1188
|
+
|
1189
|
+
```js
|
1190
|
+
var series = plot.getData();
|
1191
|
+
for (var i = 0; i < series.length; ++i)
|
1192
|
+
alert(series[i].color);
|
1193
|
+
```
|
1194
|
+
|
1195
|
+
A notable other interesting field besides color is datapoints
|
1196
|
+
which has a field "points" with the normalized data points in a
|
1197
|
+
flat array (the field "pointsize" is the increment in the flat
|
1198
|
+
array to get to the next point so for a dataset consisting only of
|
1199
|
+
(x,y) pairs it would be 2).
|
1200
|
+
|
1201
|
+
- getAxes()
|
1202
|
+
|
1203
|
+
Gets an object with the axes. The axes are returned as the
|
1204
|
+
attributes of the object, so for instance getAxes().xaxis is the
|
1205
|
+
x axis.
|
1206
|
+
|
1207
|
+
Various things are stuffed inside an axis object, e.g. you could
|
1208
|
+
use getAxes().xaxis.ticks to find out what the ticks are for the
|
1209
|
+
xaxis. Two other useful attributes are p2c and c2p, functions for
|
1210
|
+
transforming from data point space to the canvas plot space and
|
1211
|
+
back. Both returns values that are offset with the plot offset.
|
1212
|
+
Check the Flot source code for the complete set of attributes (or
|
1213
|
+
output an axis with console.log() and inspect it).
|
1214
|
+
|
1215
|
+
With multiple axes, the extra axes are returned as x2axis, x3axis,
|
1216
|
+
etc., e.g. getAxes().y2axis is the second y axis. You can check
|
1217
|
+
y2axis.used to see whether the axis is associated with any data
|
1218
|
+
points and y2axis.show to see if it is currently shown.
|
1219
|
+
|
1220
|
+
- getPlaceholder()
|
1221
|
+
|
1222
|
+
Returns placeholder that the plot was put into. This can be useful
|
1223
|
+
for plugins for adding DOM elements or firing events.
|
1224
|
+
|
1225
|
+
- getCanvas()
|
1226
|
+
|
1227
|
+
Returns the canvas used for drawing in case you need to hack on it
|
1228
|
+
yourself. You'll probably need to get the plot offset too.
|
1229
|
+
|
1230
|
+
- getPlotOffset()
|
1231
|
+
|
1232
|
+
Gets the offset that the grid has within the canvas as an object
|
1233
|
+
with distances from the canvas edges as "left", "right", "top",
|
1234
|
+
"bottom". I.e., if you draw a circle on the canvas with the center
|
1235
|
+
placed at (left, top), its center will be at the top-most, left
|
1236
|
+
corner of the grid.
|
1237
|
+
|
1238
|
+
- getOptions()
|
1239
|
+
|
1240
|
+
Gets the options for the plot, normalized, with default values
|
1241
|
+
filled in. You get a reference to actual values used by Flot, so
|
1242
|
+
if you modify the values in here, Flot will use the new values.
|
1243
|
+
If you change something, you probably have to call draw() or
|
1244
|
+
setupGrid() or triggerRedrawOverlay() to see the change.
|
1245
|
+
|
1246
|
+
|
1247
|
+
## Hooks ##
|
1248
|
+
|
1249
|
+
In addition to the public methods, the Plot object also has some hooks
|
1250
|
+
that can be used to modify the plotting process. You can install a
|
1251
|
+
callback function at various points in the process, the function then
|
1252
|
+
gets access to the internal data structures in Flot.
|
1253
|
+
|
1254
|
+
Here's an overview of the phases Flot goes through:
|
1255
|
+
|
1256
|
+
1. Plugin initialization, parsing options
|
1257
|
+
|
1258
|
+
2. Constructing the canvases used for drawing
|
1259
|
+
|
1260
|
+
3. Set data: parsing data specification, calculating colors,
|
1261
|
+
copying raw data points into internal format,
|
1262
|
+
normalizing them, finding max/min for axis auto-scaling
|
1263
|
+
|
1264
|
+
4. Grid setup: calculating axis spacing, ticks, inserting tick
|
1265
|
+
labels, the legend
|
1266
|
+
|
1267
|
+
5. Draw: drawing the grid, drawing each of the series in turn
|
1268
|
+
|
1269
|
+
6. Setting up event handling for interactive features
|
1270
|
+
|
1271
|
+
7. Responding to events, if any
|
1272
|
+
|
1273
|
+
8. Shutdown: this mostly happens in case a plot is overwritten
|
1274
|
+
|
1275
|
+
Each hook is simply a function which is put in the appropriate array.
|
1276
|
+
You can add them through the "hooks" option, and they are also available
|
1277
|
+
after the plot is constructed as the "hooks" attribute on the returned
|
1278
|
+
plot object, e.g.
|
1279
|
+
|
1280
|
+
```js
|
1281
|
+
// define a simple draw hook
|
1282
|
+
function hellohook(plot, canvascontext) { alert("hello!"); };
|
1283
|
+
|
1284
|
+
// pass it in, in an array since we might want to specify several
|
1285
|
+
var plot = $.plot(placeholder, data, { hooks: { draw: [hellohook] } });
|
1286
|
+
|
1287
|
+
// we can now find it again in plot.hooks.draw[0] unless a plugin
|
1288
|
+
// has added other hooks
|
1289
|
+
```
|
1290
|
+
|
1291
|
+
The available hooks are described below. All hook callbacks get the
|
1292
|
+
plot object as first parameter. You can find some examples of defined
|
1293
|
+
hooks in the plugins bundled with Flot.
|
1294
|
+
|
1295
|
+
- processOptions [phase 1]
|
1296
|
+
|
1297
|
+
```function(plot, options)```
|
1298
|
+
|
1299
|
+
Called after Flot has parsed and merged options. Useful in the
|
1300
|
+
instance where customizations beyond simple merging of default
|
1301
|
+
values is needed. A plugin might use it to detect that it has been
|
1302
|
+
enabled and then turn on or off other options.
|
1303
|
+
|
1304
|
+
|
1305
|
+
- processRawData [phase 3]
|
1306
|
+
|
1307
|
+
```function(plot, series, data, datapoints)```
|
1308
|
+
|
1309
|
+
Called before Flot copies and normalizes the raw data for the given
|
1310
|
+
series. If the function fills in datapoints.points with normalized
|
1311
|
+
points and sets datapoints.pointsize to the size of the points,
|
1312
|
+
Flot will skip the copying/normalization step for this series.
|
1313
|
+
|
1314
|
+
In any case, you might be interested in setting datapoints.format,
|
1315
|
+
an array of objects for specifying how a point is normalized and
|
1316
|
+
how it interferes with axis scaling. It accepts the following options:
|
1317
|
+
|
1318
|
+
```js
|
1319
|
+
{
|
1320
|
+
x, y: boolean,
|
1321
|
+
number: boolean,
|
1322
|
+
required: boolean,
|
1323
|
+
defaultValue: value,
|
1324
|
+
autoscale: boolean
|
1325
|
+
}
|
1326
|
+
```
|
1327
|
+
|
1328
|
+
"x" and "y" specify whether the value is plotted against the x or y axis,
|
1329
|
+
and is currently used only to calculate axis min-max ranges. The default
|
1330
|
+
format array, for example, looks like this:
|
1331
|
+
|
1332
|
+
```js
|
1333
|
+
[
|
1334
|
+
{ x: true, number: true, required: true },
|
1335
|
+
{ y: true, number: true, required: true }
|
1336
|
+
]
|
1337
|
+
```
|
1338
|
+
|
1339
|
+
This indicates that a point, i.e. [0, 25], consists of two values, with the
|
1340
|
+
first being plotted on the x axis and the second on the y axis.
|
1341
|
+
|
1342
|
+
If "number" is true, then the value must be numeric, and is set to null if
|
1343
|
+
it cannot be converted to a number.
|
1344
|
+
|
1345
|
+
"defaultValue" provides a fallback in case the original value is null. This
|
1346
|
+
is for instance handy for bars, where one can omit the third coordinate
|
1347
|
+
(the bottom of the bar), which then defaults to zero.
|
1348
|
+
|
1349
|
+
If "required" is true, then the value must exist (be non-null) for the
|
1350
|
+
point as a whole to be valid. If no value is provided, then the entire
|
1351
|
+
point is cleared out with nulls, turning it into a gap in the series.
|
1352
|
+
|
1353
|
+
"autoscale" determines whether the value is considered when calculating an
|
1354
|
+
automatic min-max range for the axes that the value is plotted against.
|
1355
|
+
|
1356
|
+
- processDatapoints [phase 3]
|
1357
|
+
|
1358
|
+
```function(plot, series, datapoints)```
|
1359
|
+
|
1360
|
+
Called after normalization of the given series but before finding
|
1361
|
+
min/max of the data points. This hook is useful for implementing data
|
1362
|
+
transformations. "datapoints" contains the normalized data points in
|
1363
|
+
a flat array as datapoints.points with the size of a single point
|
1364
|
+
given in datapoints.pointsize. Here's a simple transform that
|
1365
|
+
multiplies all y coordinates by 2:
|
1366
|
+
|
1367
|
+
```js
|
1368
|
+
function multiply(plot, series, datapoints) {
|
1369
|
+
var points = datapoints.points, ps = datapoints.pointsize;
|
1370
|
+
for (var i = 0; i < points.length; i += ps)
|
1371
|
+
points[i + 1] *= 2;
|
1372
|
+
}
|
1373
|
+
```
|
1374
|
+
|
1375
|
+
Note that you must leave datapoints in a good condition as Flot
|
1376
|
+
doesn't check it or do any normalization on it afterwards.
|
1377
|
+
|
1378
|
+
- processOffset [phase 4]
|
1379
|
+
|
1380
|
+
```function(plot, offset)```
|
1381
|
+
|
1382
|
+
Called after Flot has initialized the plot's offset, but before it
|
1383
|
+
draws any axes or plot elements. This hook is useful for customizing
|
1384
|
+
the margins between the grid and the edge of the canvas. "offset" is
|
1385
|
+
an object with attributes "top", "bottom", "left" and "right",
|
1386
|
+
corresponding to the margins on the four sides of the plot.
|
1387
|
+
|
1388
|
+
- drawBackground [phase 5]
|
1389
|
+
|
1390
|
+
```function(plot, canvascontext)```
|
1391
|
+
|
1392
|
+
Called before all other drawing operations. Used to draw backgrounds
|
1393
|
+
or other custom elements before the plot or axes have been drawn.
|
1394
|
+
|
1395
|
+
- drawSeries [phase 5]
|
1396
|
+
|
1397
|
+
```function(plot, canvascontext, series)```
|
1398
|
+
|
1399
|
+
Hook for custom drawing of a single series. Called just before the
|
1400
|
+
standard drawing routine has been called in the loop that draws
|
1401
|
+
each series.
|
1402
|
+
|
1403
|
+
- draw [phase 5]
|
1404
|
+
|
1405
|
+
```function(plot, canvascontext)```
|
1406
|
+
|
1407
|
+
Hook for drawing on the canvas. Called after the grid is drawn
|
1408
|
+
(unless it's disabled or grid.aboveData is set) and the series have
|
1409
|
+
been plotted (in case any points, lines or bars have been turned
|
1410
|
+
on). For examples of how to draw things, look at the source code.
|
1411
|
+
|
1412
|
+
- bindEvents [phase 6]
|
1413
|
+
|
1414
|
+
```function(plot, eventHolder)```
|
1415
|
+
|
1416
|
+
Called after Flot has setup its event handlers. Should set any
|
1417
|
+
necessary event handlers on eventHolder, a jQuery object with the
|
1418
|
+
canvas, e.g.
|
1419
|
+
|
1420
|
+
```js
|
1421
|
+
function (plot, eventHolder) {
|
1422
|
+
eventHolder.mousedown(function (e) {
|
1423
|
+
alert("You pressed the mouse at " + e.pageX + " " + e.pageY);
|
1424
|
+
});
|
1425
|
+
}
|
1426
|
+
```
|
1427
|
+
|
1428
|
+
Interesting events include click, mousemove, mouseup/down. You can
|
1429
|
+
use all jQuery events. Usually, the event handlers will update the
|
1430
|
+
state by drawing something (add a drawOverlay hook and call
|
1431
|
+
triggerRedrawOverlay) or firing an externally visible event for
|
1432
|
+
user code. See the crosshair plugin for an example.
|
1433
|
+
|
1434
|
+
Currently, eventHolder actually contains both the static canvas
|
1435
|
+
used for the plot itself and the overlay canvas used for
|
1436
|
+
interactive features because some versions of IE get the stacking
|
1437
|
+
order wrong. The hook only gets one event, though (either for the
|
1438
|
+
overlay or for the static canvas).
|
1439
|
+
|
1440
|
+
Note that custom plot events generated by Flot are not generated on
|
1441
|
+
eventHolder, but on the div placeholder supplied as the first
|
1442
|
+
argument to the plot call. You can get that with
|
1443
|
+
plot.getPlaceholder() - that's probably also the one you should use
|
1444
|
+
if you need to fire a custom event.
|
1445
|
+
|
1446
|
+
- drawOverlay [phase 7]
|
1447
|
+
|
1448
|
+
```function (plot, canvascontext)```
|
1449
|
+
|
1450
|
+
The drawOverlay hook is used for interactive things that need a
|
1451
|
+
canvas to draw on. The model currently used by Flot works the way
|
1452
|
+
that an extra overlay canvas is positioned on top of the static
|
1453
|
+
canvas. This overlay is cleared and then completely redrawn
|
1454
|
+
whenever something interesting happens. This hook is called when
|
1455
|
+
the overlay canvas is to be redrawn.
|
1456
|
+
|
1457
|
+
"canvascontext" is the 2D context of the overlay canvas. You can
|
1458
|
+
use this to draw things. You'll most likely need some of the
|
1459
|
+
metrics computed by Flot, e.g. plot.width()/plot.height(). See the
|
1460
|
+
crosshair plugin for an example.
|
1461
|
+
|
1462
|
+
- shutdown [phase 8]
|
1463
|
+
|
1464
|
+
```function (plot, eventHolder)```
|
1465
|
+
|
1466
|
+
Run when plot.shutdown() is called, which usually only happens in
|
1467
|
+
case a plot is overwritten by a new plot. If you're writing a
|
1468
|
+
plugin that adds extra DOM elements or event handlers, you should
|
1469
|
+
add a callback to clean up after you. Take a look at the section in
|
1470
|
+
the [PLUGINS](PLUGINS.md) document for more info.
|
1471
|
+
|
1472
|
+
|
1473
|
+
## Plugins ##
|
1474
|
+
|
1475
|
+
Plugins extend the functionality of Flot. To use a plugin, simply
|
1476
|
+
include its Javascript file after Flot in the HTML page.
|
1477
|
+
|
1478
|
+
If you're worried about download size/latency, you can concatenate all
|
1479
|
+
the plugins you use, and Flot itself for that matter, into one big file
|
1480
|
+
(make sure you get the order right), then optionally run it through a
|
1481
|
+
Javascript minifier such as YUI Compressor.
|
1482
|
+
|
1483
|
+
Here's a brief explanation of how the plugin plumbings work:
|
1484
|
+
|
1485
|
+
Each plugin registers itself in the global array $.plot.plugins. When
|
1486
|
+
you make a new plot object with $.plot, Flot goes through this array
|
1487
|
+
calling the "init" function of each plugin and merging default options
|
1488
|
+
from the "option" attribute of the plugin. The init function gets a
|
1489
|
+
reference to the plot object created and uses this to register hooks
|
1490
|
+
and add new public methods if needed.
|
1491
|
+
|
1492
|
+
See the [PLUGINS](PLUGINS.md) document for details on how to write a plugin. As the
|
1493
|
+
above description hints, it's actually pretty easy.
|
1494
|
+
|
1495
|
+
|
1496
|
+
## Version number ##
|
1497
|
+
|
1498
|
+
The version number of Flot is available in ```$.plot.version```.
|