rails_modular_admin 0.3.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1416) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/list.txt +23 -0
  3. data/app/assets/javascripts/rails_modular_admin/vendor.js +60351 -60351
  4. data/app/assets/javascripts/rails_modular_admin.js +1 -0
  5. data/app/assets/node_modules/animate.css/LICENSE +21 -0
  6. data/app/assets/node_modules/animate.css/README.md +233 -0
  7. data/app/assets/node_modules/animate.css/animate-config.json +120 -0
  8. data/app/assets/node_modules/animate.css/animate.css +3494 -0
  9. data/app/assets/node_modules/animate.css/animate.min.css +11 -0
  10. data/app/assets/node_modules/animate.css/bower.json +5 -0
  11. data/app/assets/node_modules/animate.css/gulpfile.js +107 -0
  12. data/app/assets/node_modules/animate.css/package.json +54 -0
  13. data/app/assets/node_modules/animate.css/source/_base.css +8 -0
  14. data/app/assets/node_modules/animate.css/source/attention_seekers/bounce.css +30 -0
  15. data/app/assets/node_modules/animate.css/source/attention_seekers/flash.css +16 -0
  16. data/app/assets/node_modules/animate.css/source/attention_seekers/headShake.css +30 -0
  17. data/app/assets/node_modules/animate.css/source/attention_seekers/jello.css +40 -0
  18. data/app/assets/node_modules/animate.css/source/attention_seekers/pulse.css +19 -0
  19. data/app/assets/node_modules/animate.css/source/attention_seekers/rubberBand.css +33 -0
  20. data/app/assets/node_modules/animate.css/source/attention_seekers/shake.css +25 -0
  21. data/app/assets/node_modules/animate.css/source/attention_seekers/swing.css +26 -0
  22. data/app/assets/node_modules/animate.css/source/attention_seekers/tada.css +31 -0
  23. data/app/assets/node_modules/animate.css/source/attention_seekers/wobble.css +35 -0
  24. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceIn.css +42 -0
  25. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInDown.css +35 -0
  26. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInLeft.css +35 -0
  27. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInRight.css +35 -0
  28. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInUp.css +35 -0
  29. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOut.css +21 -0
  30. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css +20 -0
  31. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
  32. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
  33. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutUp.css +20 -0
  34. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeIn.css +13 -0
  35. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDown.css +15 -0
  36. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
  37. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
  38. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
  39. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRight.css +15 -0
  40. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
  41. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUp.css +15 -0
  42. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
  43. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOut.css +13 -0
  44. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDown.css +14 -0
  45. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
  46. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
  47. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
  48. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRight.css +14 -0
  49. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
  50. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUp.css +14 -0
  51. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
  52. data/app/assets/node_modules/animate.css/source/flippers/flip.css +31 -0
  53. data/app/assets/node_modules/animate.css/source/flippers/flipInX.css +30 -0
  54. data/app/assets/node_modules/animate.css/source/flippers/flipInY.css +30 -0
  55. data/app/assets/node_modules/animate.css/source/flippers/flipOutX.css +21 -0
  56. data/app/assets/node_modules/animate.css/source/flippers/flipOutY.css +21 -0
  57. data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
  58. data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
  59. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateIn.css +17 -0
  60. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
  61. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
  62. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
  63. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
  64. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOut.css +16 -0
  65. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
  66. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
  67. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
  68. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
  69. data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInDown.css +14 -0
  70. data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInLeft.css +14 -0
  71. data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInRight.css +14 -0
  72. data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInUp.css +14 -0
  73. data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutDown.css +14 -0
  74. data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutLeft.css +14 -0
  75. data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutRight.css +14 -0
  76. data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutUp.css +14 -0
  77. data/app/assets/node_modules/animate.css/source/specials/hinge.css +31 -0
  78. data/app/assets/node_modules/animate.css/source/specials/jackInTheBox.css +24 -0
  79. data/app/assets/node_modules/animate.css/source/specials/rollIn.css +17 -0
  80. data/app/assets/node_modules/animate.css/source/specials/rollOut.css +16 -0
  81. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomIn.css +14 -0
  82. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
  83. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
  84. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
  85. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
  86. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOut.css +18 -0
  87. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
  88. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
  89. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
  90. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
  91. data/app/assets/node_modules/bootstrap/LICENSE +22 -0
  92. data/app/assets/node_modules/bootstrap/README.md +171 -0
  93. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css +1912 -0
  94. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
  95. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
  96. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
  97. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css +330 -0
  98. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
  99. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
  100. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
  101. data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css +8981 -0
  102. data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
  103. data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +7 -0
  104. data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  105. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6444 -0
  106. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
  107. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
  108. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
  109. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js +3927 -0
  110. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
  111. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
  112. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  113. data/app/assets/node_modules/bootstrap/js/dist/alert.js +178 -0
  114. data/app/assets/node_modules/bootstrap/js/dist/alert.js.map +1 -0
  115. data/app/assets/node_modules/bootstrap/js/dist/button.js +167 -0
  116. data/app/assets/node_modules/bootstrap/js/dist/button.js.map +1 -0
  117. data/app/assets/node_modules/bootstrap/js/dist/carousel.js +508 -0
  118. data/app/assets/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
  119. data/app/assets/node_modules/bootstrap/js/dist/collapse.js +367 -0
  120. data/app/assets/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
  121. data/app/assets/node_modules/bootstrap/js/dist/dropdown.js +489 -0
  122. data/app/assets/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
  123. data/app/assets/node_modules/bootstrap/js/dist/index.js +23 -0
  124. data/app/assets/node_modules/bootstrap/js/dist/index.js.map +1 -0
  125. data/app/assets/node_modules/bootstrap/js/dist/modal.js +585 -0
  126. data/app/assets/node_modules/bootstrap/js/dist/modal.js.map +1 -0
  127. data/app/assets/node_modules/bootstrap/js/dist/popover.js +206 -0
  128. data/app/assets/node_modules/bootstrap/js/dist/popover.js.map +1 -0
  129. data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js +319 -0
  130. data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
  131. data/app/assets/node_modules/bootstrap/js/dist/tab.js +251 -0
  132. data/app/assets/node_modules/bootstrap/js/dist/tab.js.map +1 -0
  133. data/app/assets/node_modules/bootstrap/js/dist/tooltip.js +674 -0
  134. data/app/assets/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
  135. data/app/assets/node_modules/bootstrap/js/dist/util.js +132 -0
  136. data/app/assets/node_modules/bootstrap/js/dist/util.js.map +1 -0
  137. data/app/assets/node_modules/bootstrap/js/src/alert.js +183 -0
  138. data/app/assets/node_modules/bootstrap/js/src/button.js +175 -0
  139. data/app/assets/node_modules/bootstrap/js/src/carousel.js +517 -0
  140. data/app/assets/node_modules/bootstrap/js/src/collapse.js +394 -0
  141. data/app/assets/node_modules/bootstrap/js/src/dropdown.js +487 -0
  142. data/app/assets/node_modules/bootstrap/js/src/index.js +50 -0
  143. data/app/assets/node_modules/bootstrap/js/src/modal.js +579 -0
  144. data/app/assets/node_modules/bootstrap/js/src/popover.js +188 -0
  145. data/app/assets/node_modules/bootstrap/js/src/scrollspy.js +329 -0
  146. data/app/assets/node_modules/bootstrap/js/src/tab.js +263 -0
  147. data/app/assets/node_modules/bootstrap/js/src/tooltip.js +723 -0
  148. data/app/assets/node_modules/bootstrap/js/src/util.js +153 -0
  149. data/app/assets/node_modules/bootstrap/package.json +218 -0
  150. data/app/assets/node_modules/bootstrap/scss/_alert.scss +51 -0
  151. data/app/assets/node_modules/bootstrap/scss/_badge.scss +47 -0
  152. data/app/assets/node_modules/bootstrap/scss/_breadcrumb.scss +41 -0
  153. data/app/assets/node_modules/bootstrap/scss/_button-group.scss +172 -0
  154. data/app/assets/node_modules/bootstrap/scss/_buttons.scss +144 -0
  155. data/app/assets/node_modules/bootstrap/scss/_card.scss +301 -0
  156. data/app/assets/node_modules/bootstrap/scss/_carousel.scss +236 -0
  157. data/app/assets/node_modules/bootstrap/scss/_close.scss +34 -0
  158. data/app/assets/node_modules/bootstrap/scss/_code.scss +48 -0
  159. data/app/assets/node_modules/bootstrap/scss/_custom-forms.scss +421 -0
  160. data/app/assets/node_modules/bootstrap/scss/_dropdown.scss +166 -0
  161. data/app/assets/node_modules/bootstrap/scss/_forms.scss +335 -0
  162. data/app/assets/node_modules/bootstrap/scss/_functions.scss +86 -0
  163. data/app/assets/node_modules/bootstrap/scss/_grid.scss +52 -0
  164. data/app/assets/node_modules/bootstrap/scss/_images.scss +42 -0
  165. data/app/assets/node_modules/bootstrap/scss/_input-group.scss +158 -0
  166. data/app/assets/node_modules/bootstrap/scss/_jumbotron.scss +16 -0
  167. data/app/assets/node_modules/bootstrap/scss/_list-group.scss +115 -0
  168. data/app/assets/node_modules/bootstrap/scss/_media.scss +8 -0
  169. data/app/assets/node_modules/bootstrap/scss/_mixins.scss +41 -0
  170. data/app/assets/node_modules/bootstrap/scss/_modal.scss +168 -0
  171. data/app/assets/node_modules/bootstrap/scss/_nav.scss +118 -0
  172. data/app/assets/node_modules/bootstrap/scss/_navbar.scss +299 -0
  173. data/app/assets/node_modules/bootstrap/scss/_pagination.scss +78 -0
  174. data/app/assets/node_modules/bootstrap/scss/_popover.scss +183 -0
  175. data/app/assets/node_modules/bootstrap/scss/_print.scss +141 -0
  176. data/app/assets/node_modules/bootstrap/scss/_progress.scss +34 -0
  177. data/app/assets/node_modules/bootstrap/scss/_reboot.scss +480 -0
  178. data/app/assets/node_modules/bootstrap/scss/_root.scss +19 -0
  179. data/app/assets/node_modules/bootstrap/scss/_tables.scss +188 -0
  180. data/app/assets/node_modules/bootstrap/scss/_tooltip.scss +115 -0
  181. data/app/assets/node_modules/bootstrap/scss/_transitions.scss +22 -0
  182. data/app/assets/node_modules/bootstrap/scss/_type.scss +125 -0
  183. data/app/assets/node_modules/bootstrap/scss/_utilities.scss +15 -0
  184. data/app/assets/node_modules/bootstrap/scss/_variables.scss +929 -0
  185. data/app/assets/node_modules/bootstrap/scss/bootstrap-grid.scss +32 -0
  186. data/app/assets/node_modules/bootstrap/scss/bootstrap-reboot.scss +12 -0
  187. data/app/assets/node_modules/bootstrap/scss/bootstrap.scss +42 -0
  188. data/app/assets/node_modules/bootstrap/scss/mixins/_alert.scss +13 -0
  189. data/app/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +21 -0
  190. data/app/assets/node_modules/bootstrap/scss/mixins/_badge.scss +12 -0
  191. data/app/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +35 -0
  192. data/app/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +5 -0
  193. data/app/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
  194. data/app/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +109 -0
  195. data/app/assets/node_modules/bootstrap/scss/mixins/_caret.scss +66 -0
  196. data/app/assets/node_modules/bootstrap/scss/mixins/_clearfix.scss +7 -0
  197. data/app/assets/node_modules/bootstrap/scss/mixins/_float.scss +11 -0
  198. data/app/assets/node_modules/bootstrap/scss/mixins/_forms.scss +147 -0
  199. data/app/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
  200. data/app/assets/node_modules/bootstrap/scss/mixins/_grid-framework.scss +67 -0
  201. data/app/assets/node_modules/bootstrap/scss/mixins/_grid.scss +52 -0
  202. data/app/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
  203. data/app/assets/node_modules/bootstrap/scss/mixins/_image.scss +36 -0
  204. data/app/assets/node_modules/bootstrap/scss/mixins/_list-group.scss +21 -0
  205. data/app/assets/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
  206. data/app/assets/node_modules/bootstrap/scss/mixins/_nav-divider.scss +10 -0
  207. data/app/assets/node_modules/bootstrap/scss/mixins/_pagination.scss +22 -0
  208. data/app/assets/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
  209. data/app/assets/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
  210. data/app/assets/node_modules/bootstrap/scss/mixins/_screen-reader.scss +33 -0
  211. data/app/assets/node_modules/bootstrap/scss/mixins/_size.scss +6 -0
  212. data/app/assets/node_modules/bootstrap/scss/mixins/_table-row.scss +30 -0
  213. data/app/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +14 -0
  214. data/app/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +13 -0
  215. data/app/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
  216. data/app/assets/node_modules/bootstrap/scss/mixins/_transition.scss +13 -0
  217. data/app/assets/node_modules/bootstrap/scss/mixins/_visibility.scss +7 -0
  218. data/app/assets/node_modules/bootstrap/scss/utilities/_align.scss +8 -0
  219. data/app/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
  220. data/app/assets/node_modules/bootstrap/scss/utilities/_borders.scss +59 -0
  221. data/app/assets/node_modules/bootstrap/scss/utilities/_clearfix.scss +3 -0
  222. data/app/assets/node_modules/bootstrap/scss/utilities/_display.scss +38 -0
  223. data/app/assets/node_modules/bootstrap/scss/utilities/_embed.scss +52 -0
  224. data/app/assets/node_modules/bootstrap/scss/utilities/_flex.scss +51 -0
  225. data/app/assets/node_modules/bootstrap/scss/utilities/_float.scss +9 -0
  226. data/app/assets/node_modules/bootstrap/scss/utilities/_position.scss +37 -0
  227. data/app/assets/node_modules/bootstrap/scss/utilities/_screenreaders.scss +11 -0
  228. data/app/assets/node_modules/bootstrap/scss/utilities/_shadows.scss +6 -0
  229. data/app/assets/node_modules/bootstrap/scss/utilities/_sizing.scss +12 -0
  230. data/app/assets/node_modules/bootstrap/scss/utilities/_spacing.scss +51 -0
  231. data/app/assets/node_modules/bootstrap/scss/utilities/_text.scss +58 -0
  232. data/app/assets/node_modules/bootstrap/scss/utilities/_visibility.scss +11 -0
  233. data/app/assets/node_modules/clone/LICENSE +18 -0
  234. data/app/assets/node_modules/clone/README.md +178 -0
  235. data/app/assets/node_modules/clone/clone.iml +10 -0
  236. data/app/assets/node_modules/clone/clone.js +251 -0
  237. data/app/assets/node_modules/clone/package.json +56 -0
  238. data/app/assets/node_modules/deep-equal/LICENSE +18 -0
  239. data/app/assets/node_modules/deep-equal/example/cmp.js +11 -0
  240. data/app/assets/node_modules/deep-equal/index.js +94 -0
  241. data/app/assets/node_modules/deep-equal/lib/is_arguments.js +20 -0
  242. data/app/assets/node_modules/deep-equal/lib/keys.js +9 -0
  243. data/app/assets/node_modules/deep-equal/package.json +58 -0
  244. data/app/assets/node_modules/deep-equal/readme.markdown +61 -0
  245. data/app/assets/node_modules/deep-equal/test/cmp.js +95 -0
  246. data/app/assets/node_modules/dropzone/CONTRIBUTING.md +6 -0
  247. data/app/assets/node_modules/dropzone/LICENSE +12 -0
  248. data/app/assets/node_modules/dropzone/README.md +36 -0
  249. data/app/assets/node_modules/dropzone/bower.json +16 -0
  250. data/app/assets/node_modules/dropzone/component.json +10 -0
  251. data/app/assets/node_modules/dropzone/composer.json +18 -0
  252. data/app/assets/node_modules/dropzone/dist/basic.css +39 -0
  253. data/app/assets/node_modules/dropzone/dist/dropzone-amd-module.js +3541 -0
  254. data/app/assets/node_modules/dropzone/dist/dropzone.css +388 -0
  255. data/app/assets/node_modules/dropzone/dist/dropzone.js +3526 -0
  256. data/app/assets/node_modules/dropzone/dist/min/basic.min.css +1 -0
  257. data/app/assets/node_modules/dropzone/dist/min/dropzone-amd-module.min.js +2 -0
  258. data/app/assets/node_modules/dropzone/dist/min/dropzone.min.css +1 -0
  259. data/app/assets/node_modules/dropzone/dist/min/dropzone.min.js +2 -0
  260. data/app/assets/node_modules/dropzone/dist/readme.md +10 -0
  261. data/app/assets/node_modules/dropzone/index.js +1 -0
  262. data/app/assets/node_modules/dropzone/package.json +40 -0
  263. data/app/assets/node_modules/eve-raphael/LICENSE +202 -0
  264. data/app/assets/node_modules/eve-raphael/README.md +5 -0
  265. data/app/assets/node_modules/eve-raphael/bower.json +17 -0
  266. data/app/assets/node_modules/eve-raphael/component.json +13 -0
  267. data/app/assets/node_modules/eve-raphael/e.html +66 -0
  268. data/app/assets/node_modules/eve-raphael/eve.js +426 -0
  269. data/app/assets/node_modules/eve-raphael/package.json +15 -0
  270. data/app/assets/node_modules/eventemitter3/LICENSE +21 -0
  271. data/app/assets/node_modules/eventemitter3/README.md +105 -0
  272. data/app/assets/node_modules/eventemitter3/index.d.ts +50 -0
  273. data/app/assets/node_modules/eventemitter3/index.js +311 -0
  274. data/app/assets/node_modules/eventemitter3/package.json +51 -0
  275. data/app/assets/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
  276. data/app/assets/node_modules/extend/CHANGELOG.md +77 -0
  277. data/app/assets/node_modules/extend/LICENSE +23 -0
  278. data/app/assets/node_modules/extend/README.md +81 -0
  279. data/app/assets/node_modules/extend/component.json +32 -0
  280. data/app/assets/node_modules/extend/index.js +86 -0
  281. data/app/assets/node_modules/extend/package.json +43 -0
  282. data/app/assets/node_modules/fast-diff/README.md +24 -0
  283. data/app/assets/node_modules/fast-diff/diff.js +738 -0
  284. data/app/assets/node_modules/fast-diff/package.json +24 -0
  285. data/app/assets/node_modules/fast-diff/test.js +91 -0
  286. data/app/assets/node_modules/jquery/AUTHORS.txt +313 -0
  287. data/app/assets/node_modules/jquery/LICENSE.txt +36 -0
  288. data/app/assets/node_modules/jquery/README.md +67 -0
  289. data/app/assets/node_modules/jquery/bower.json +14 -0
  290. data/app/assets/node_modules/jquery/dist/core.js +399 -0
  291. data/app/assets/node_modules/jquery/dist/jquery.js +10364 -0
  292. data/app/assets/node_modules/jquery/dist/jquery.min.js +2 -0
  293. data/app/assets/node_modules/jquery/dist/jquery.min.map +1 -0
  294. data/app/assets/node_modules/jquery/dist/jquery.slim.js +8269 -0
  295. data/app/assets/node_modules/jquery/dist/jquery.slim.min.js +2 -0
  296. data/app/assets/node_modules/jquery/dist/jquery.slim.min.map +1 -0
  297. data/app/assets/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
  298. data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.js +2272 -0
  299. data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  300. data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  301. data/app/assets/node_modules/jquery/package.json +108 -0
  302. data/app/assets/node_modules/jquery/src/ajax/jsonp.js +103 -0
  303. data/app/assets/node_modules/jquery/src/ajax/load.js +77 -0
  304. data/app/assets/node_modules/jquery/src/ajax/parseXML.js +30 -0
  305. data/app/assets/node_modules/jquery/src/ajax/script.js +77 -0
  306. data/app/assets/node_modules/jquery/src/ajax/var/location.js +5 -0
  307. data/app/assets/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  308. data/app/assets/node_modules/jquery/src/ajax/var/rquery.js +5 -0
  309. data/app/assets/node_modules/jquery/src/ajax/xhr.js +170 -0
  310. data/app/assets/node_modules/jquery/src/ajax.js +856 -0
  311. data/app/assets/node_modules/jquery/src/attributes/attr.js +141 -0
  312. data/app/assets/node_modules/jquery/src/attributes/classes.js +186 -0
  313. data/app/assets/node_modules/jquery/src/attributes/prop.js +143 -0
  314. data/app/assets/node_modules/jquery/src/attributes/support.js +33 -0
  315. data/app/assets/node_modules/jquery/src/attributes/val.js +191 -0
  316. data/app/assets/node_modules/jquery/src/attributes.js +13 -0
  317. data/app/assets/node_modules/jquery/src/callbacks.js +236 -0
  318. data/app/assets/node_modules/jquery/src/core/DOMEval.js +30 -0
  319. data/app/assets/node_modules/jquery/src/core/access.js +72 -0
  320. data/app/assets/node_modules/jquery/src/core/camelCase.js +23 -0
  321. data/app/assets/node_modules/jquery/src/core/init.js +129 -0
  322. data/app/assets/node_modules/jquery/src/core/nodeName.js +13 -0
  323. data/app/assets/node_modules/jquery/src/core/parseHTML.js +65 -0
  324. data/app/assets/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
  325. data/app/assets/node_modules/jquery/src/core/ready.js +86 -0
  326. data/app/assets/node_modules/jquery/src/core/readyException.js +13 -0
  327. data/app/assets/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
  328. data/app/assets/node_modules/jquery/src/core/support.js +20 -0
  329. data/app/assets/node_modules/jquery/src/core/toType.js +20 -0
  330. data/app/assets/node_modules/jquery/src/core/var/rsingleTag.js +6 -0
  331. data/app/assets/node_modules/jquery/src/core.js +399 -0
  332. data/app/assets/node_modules/jquery/src/css/addGetHookIf.js +26 -0
  333. data/app/assets/node_modules/jquery/src/css/adjustCSS.js +73 -0
  334. data/app/assets/node_modules/jquery/src/css/curCSS.js +65 -0
  335. data/app/assets/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  336. data/app/assets/node_modules/jquery/src/css/showHide.js +105 -0
  337. data/app/assets/node_modules/jquery/src/css/support.js +102 -0
  338. data/app/assets/node_modules/jquery/src/css/var/cssExpand.js +5 -0
  339. data/app/assets/node_modules/jquery/src/css/var/getStyles.js +17 -0
  340. data/app/assets/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  341. data/app/assets/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
  342. data/app/assets/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
  343. data/app/assets/node_modules/jquery/src/css/var/swap.js +26 -0
  344. data/app/assets/node_modules/jquery/src/css.js +481 -0
  345. data/app/assets/node_modules/jquery/src/data/Data.js +162 -0
  346. data/app/assets/node_modules/jquery/src/data/var/acceptData.js +19 -0
  347. data/app/assets/node_modules/jquery/src/data/var/dataPriv.js +7 -0
  348. data/app/assets/node_modules/jquery/src/data/var/dataUser.js +7 -0
  349. data/app/assets/node_modules/jquery/src/data.js +180 -0
  350. data/app/assets/node_modules/jquery/src/deferred/exceptionHook.js +21 -0
  351. data/app/assets/node_modules/jquery/src/deferred.js +399 -0
  352. data/app/assets/node_modules/jquery/src/deprecated.js +98 -0
  353. data/app/assets/node_modules/jquery/src/dimensions.js +57 -0
  354. data/app/assets/node_modules/jquery/src/effects/Tween.js +123 -0
  355. data/app/assets/node_modules/jquery/src/effects/animatedSelector.js +15 -0
  356. data/app/assets/node_modules/jquery/src/effects.js +702 -0
  357. data/app/assets/node_modules/jquery/src/event/ajax.js +22 -0
  358. data/app/assets/node_modules/jquery/src/event/alias.js +29 -0
  359. data/app/assets/node_modules/jquery/src/event/focusin.js +55 -0
  360. data/app/assets/node_modules/jquery/src/event/support.js +11 -0
  361. data/app/assets/node_modules/jquery/src/event/trigger.js +199 -0
  362. data/app/assets/node_modules/jquery/src/event.js +748 -0
  363. data/app/assets/node_modules/jquery/src/exports/amd.js +26 -0
  364. data/app/assets/node_modules/jquery/src/exports/global.js +34 -0
  365. data/app/assets/node_modules/jquery/src/jquery.js +40 -0
  366. data/app/assets/node_modules/jquery/src/manipulation/_evalUrl.js +23 -0
  367. data/app/assets/node_modules/jquery/src/manipulation/buildFragment.js +105 -0
  368. data/app/assets/node_modules/jquery/src/manipulation/getAll.js +32 -0
  369. data/app/assets/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
  370. data/app/assets/node_modules/jquery/src/manipulation/support.js +35 -0
  371. data/app/assets/node_modules/jquery/src/manipulation/var/rcheckableType.js +5 -0
  372. data/app/assets/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
  373. data/app/assets/node_modules/jquery/src/manipulation/var/rtagName.js +5 -0
  374. data/app/assets/node_modules/jquery/src/manipulation/wrapMap.js +29 -0
  375. data/app/assets/node_modules/jquery/src/manipulation.js +486 -0
  376. data/app/assets/node_modules/jquery/src/offset.js +233 -0
  377. data/app/assets/node_modules/jquery/src/queue/delay.js +24 -0
  378. data/app/assets/node_modules/jquery/src/queue.js +145 -0
  379. data/app/assets/node_modules/jquery/src/selector-native.js +237 -0
  380. data/app/assets/node_modules/jquery/src/selector-sizzle.js +19 -0
  381. data/app/assets/node_modules/jquery/src/selector.js +3 -0
  382. data/app/assets/node_modules/jquery/src/serialize.js +132 -0
  383. data/app/assets/node_modules/jquery/src/traversing/findFilter.js +97 -0
  384. data/app/assets/node_modules/jquery/src/traversing/var/dir.js +22 -0
  385. data/app/assets/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
  386. data/app/assets/node_modules/jquery/src/traversing/var/siblings.js +17 -0
  387. data/app/assets/node_modules/jquery/src/traversing.js +191 -0
  388. data/app/assets/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
  389. data/app/assets/node_modules/jquery/src/var/arr.js +5 -0
  390. data/app/assets/node_modules/jquery/src/var/class2type.js +6 -0
  391. data/app/assets/node_modules/jquery/src/var/concat.js +7 -0
  392. data/app/assets/node_modules/jquery/src/var/document.js +5 -0
  393. data/app/assets/node_modules/jquery/src/var/documentElement.js +7 -0
  394. data/app/assets/node_modules/jquery/src/var/fnToString.js +7 -0
  395. data/app/assets/node_modules/jquery/src/var/getProto.js +5 -0
  396. data/app/assets/node_modules/jquery/src/var/hasOwn.js +7 -0
  397. data/app/assets/node_modules/jquery/src/var/indexOf.js +7 -0
  398. data/app/assets/node_modules/jquery/src/var/isFunction.js +13 -0
  399. data/app/assets/node_modules/jquery/src/var/isWindow.js +8 -0
  400. data/app/assets/node_modules/jquery/src/var/pnum.js +5 -0
  401. data/app/assets/node_modules/jquery/src/var/push.js +7 -0
  402. data/app/assets/node_modules/jquery/src/var/rcssNum.js +9 -0
  403. data/app/assets/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
  404. data/app/assets/node_modules/jquery/src/var/slice.js +7 -0
  405. data/app/assets/node_modules/jquery/src/var/support.js +6 -0
  406. data/app/assets/node_modules/jquery/src/var/toString.js +7 -0
  407. data/app/assets/node_modules/jquery/src/wrap.js +78 -0
  408. data/app/assets/node_modules/jquery-flot/API.md +1498 -0
  409. data/app/assets/node_modules/jquery-flot/CONTRIBUTING.md +98 -0
  410. data/app/assets/node_modules/jquery-flot/FAQ.md +75 -0
  411. data/app/assets/node_modules/jquery-flot/LICENSE.txt +22 -0
  412. data/app/assets/node_modules/jquery-flot/Makefile +12 -0
  413. data/app/assets/node_modules/jquery-flot/NEWS.md +1026 -0
  414. data/app/assets/node_modules/jquery-flot/PLUGINS.md +143 -0
  415. data/app/assets/node_modules/jquery-flot/README.md +110 -0
  416. data/app/assets/node_modules/jquery-flot/component.json +8 -0
  417. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-1.json +4 -0
  418. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-2.json +4 -0
  419. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-3.json +4 -0
  420. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-4.json +4 -0
  421. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-5.json +4 -0
  422. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth.json +4 -0
  423. data/app/assets/node_modules/jquery-flot/examples/ajax/data-japan-gdp-growth.json +4 -0
  424. data/app/assets/node_modules/jquery-flot/examples/ajax/data-usa-gdp-growth.json +4 -0
  425. data/app/assets/node_modules/jquery-flot/examples/ajax/index.html +173 -0
  426. data/app/assets/node_modules/jquery-flot/examples/annotating/index.html +87 -0
  427. data/app/assets/node_modules/jquery-flot/examples/axes-interacting/index.html +97 -0
  428. data/app/assets/node_modules/jquery-flot/examples/axes-multiple/index.html +77 -0
  429. data/app/assets/node_modules/jquery-flot/examples/axes-time/index.html +137 -0
  430. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/date.js +893 -0
  431. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/index.html +114 -0
  432. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/africa +1181 -0
  433. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/antarctica +413 -0
  434. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/asia +2717 -0
  435. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/australasia +1719 -0
  436. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/backward +117 -0
  437. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/etcetera +81 -0
  438. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/europe +2856 -0
  439. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/factory +10 -0
  440. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/iso3166.tab +276 -0
  441. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/leapseconds +100 -0
  442. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/northamerica +3235 -0
  443. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/pacificnew +28 -0
  444. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar87 +390 -0
  445. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar88 +390 -0
  446. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar89 +395 -0
  447. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/southamerica +1711 -0
  448. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/systemv +38 -0
  449. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/yearistype.sh +38 -0
  450. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/zone.tab +441 -0
  451. data/app/assets/node_modules/jquery-flot/examples/background.png +0 -0
  452. data/app/assets/node_modules/jquery-flot/examples/basic-options/index.html +91 -0
  453. data/app/assets/node_modules/jquery-flot/examples/basic-usage/index.html +57 -0
  454. data/app/assets/node_modules/jquery-flot/examples/canvas/index.html +75 -0
  455. data/app/assets/node_modules/jquery-flot/examples/categories/index.html +64 -0
  456. data/app/assets/node_modules/jquery-flot/examples/examples.css +97 -0
  457. data/app/assets/node_modules/jquery-flot/examples/image/hs-2004-27-a-large-web.jpg +0 -0
  458. data/app/assets/node_modules/jquery-flot/examples/image/index.html +69 -0
  459. data/app/assets/node_modules/jquery-flot/examples/index.html +80 -0
  460. data/app/assets/node_modules/jquery-flot/examples/interacting/index.html +118 -0
  461. data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-down.gif +0 -0
  462. data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-left.gif +0 -0
  463. data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-right.gif +0 -0
  464. data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-up.gif +0 -0
  465. data/app/assets/node_modules/jquery-flot/examples/navigate/index.html +153 -0
  466. data/app/assets/node_modules/jquery-flot/examples/percentiles/index.html +79 -0
  467. data/app/assets/node_modules/jquery-flot/examples/realtime/index.html +122 -0
  468. data/app/assets/node_modules/jquery-flot/examples/resize/index.html +76 -0
  469. data/app/assets/node_modules/jquery-flot/examples/selection/index.html +152 -0
  470. data/app/assets/node_modules/jquery-flot/examples/series-errorbars/index.html +150 -0
  471. data/app/assets/node_modules/jquery-flot/examples/series-pie/index.html +818 -0
  472. data/app/assets/node_modules/jquery-flot/examples/series-toggle/index.html +121 -0
  473. data/app/assets/node_modules/jquery-flot/examples/series-types/index.html +90 -0
  474. data/app/assets/node_modules/jquery-flot/examples/shared/jquery-ui/jquery-ui.min.css +6 -0
  475. data/app/assets/node_modules/jquery-flot/examples/stacking/index.html +107 -0
  476. data/app/assets/node_modules/jquery-flot/examples/symbols/index.html +76 -0
  477. data/app/assets/node_modules/jquery-flot/examples/threshold/index.html +76 -0
  478. data/app/assets/node_modules/jquery-flot/examples/tracking/index.html +135 -0
  479. data/app/assets/node_modules/jquery-flot/examples/visitors/index.html +147 -0
  480. data/app/assets/node_modules/jquery-flot/examples/zooming/index.html +144 -0
  481. data/app/assets/node_modules/jquery-flot/excanvas.js +1428 -0
  482. data/app/assets/node_modules/jquery-flot/excanvas.min.js +1 -0
  483. data/app/assets/node_modules/jquery-flot/flot.jquery.json +27 -0
  484. data/app/assets/node_modules/jquery-flot/jquery.colorhelpers.js +180 -0
  485. data/app/assets/node_modules/jquery-flot/jquery.flot.canvas.js +345 -0
  486. data/app/assets/node_modules/jquery-flot/jquery.flot.categories.js +190 -0
  487. data/app/assets/node_modules/jquery-flot/jquery.flot.crosshair.js +176 -0
  488. data/app/assets/node_modules/jquery-flot/jquery.flot.errorbars.js +353 -0
  489. data/app/assets/node_modules/jquery-flot/jquery.flot.fillbetween.js +226 -0
  490. data/app/assets/node_modules/jquery-flot/jquery.flot.image.js +241 -0
  491. data/app/assets/node_modules/jquery-flot/jquery.flot.js +3168 -0
  492. data/app/assets/node_modules/jquery-flot/jquery.flot.navigate.js +346 -0
  493. data/app/assets/node_modules/jquery-flot/jquery.flot.pie.js +820 -0
  494. data/app/assets/node_modules/jquery-flot/jquery.flot.resize.js +59 -0
  495. data/app/assets/node_modules/jquery-flot/jquery.flot.selection.js +360 -0
  496. data/app/assets/node_modules/jquery-flot/jquery.flot.stack.js +188 -0
  497. data/app/assets/node_modules/jquery-flot/jquery.flot.symbol.js +71 -0
  498. data/app/assets/node_modules/jquery-flot/jquery.flot.threshold.js +142 -0
  499. data/app/assets/node_modules/jquery-flot/jquery.flot.time.js +432 -0
  500. data/app/assets/node_modules/jquery-flot/jquery.js +9472 -0
  501. data/app/assets/node_modules/jquery-flot/package.json +11 -0
  502. data/app/assets/node_modules/jquery-sparkline/Changelog.txt +324 -0
  503. data/app/assets/node_modules/jquery-sparkline/README.md +19 -0
  504. data/app/assets/node_modules/jquery-sparkline/build.js +13 -0
  505. data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.js +3068 -0
  506. data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.min.js +2 -0
  507. data/app/assets/node_modules/jquery-sparkline/package.json +32 -0
  508. data/app/assets/node_modules/jquery-sparkline/src/base.js +415 -0
  509. data/app/assets/node_modules/jquery-sparkline/src/chart-bar.js +256 -0
  510. data/app/assets/node_modules/jquery-sparkline/src/chart-box.js +186 -0
  511. data/app/assets/node_modules/jquery-sparkline/src/chart-bullet.js +131 -0
  512. data/app/assets/node_modules/jquery-sparkline/src/chart-discrete.js +66 -0
  513. data/app/assets/node_modules/jquery-sparkline/src/chart-line.js +350 -0
  514. data/app/assets/node_modules/jquery-sparkline/src/chart-pie.js +117 -0
  515. data/app/assets/node_modules/jquery-sparkline/src/chart-tristate.js +98 -0
  516. data/app/assets/node_modules/jquery-sparkline/src/defaults.js +156 -0
  517. data/app/assets/node_modules/jquery-sparkline/src/footer.js +1 -0
  518. data/app/assets/node_modules/jquery-sparkline/src/header.js +222 -0
  519. data/app/assets/node_modules/jquery-sparkline/src/interact.js +247 -0
  520. data/app/assets/node_modules/jquery-sparkline/src/rangemap.js +39 -0
  521. data/app/assets/node_modules/jquery-sparkline/src/simpledraw.js +55 -0
  522. data/app/assets/node_modules/jquery-sparkline/src/utils.js +224 -0
  523. data/app/assets/node_modules/jquery-sparkline/src/vcanvas-base.js +147 -0
  524. data/app/assets/node_modules/jquery-sparkline/src/vcanvas-canvas.js +193 -0
  525. data/app/assets/node_modules/jquery-sparkline/src/vcanvas-vml.js +165 -0
  526. data/app/assets/node_modules/jquery-touchswipe/LICENSE +24 -0
  527. data/app/assets/node_modules/jquery-touchswipe/README.md +81 -0
  528. data/app/assets/node_modules/jquery-touchswipe/bower.json +8 -0
  529. data/app/assets/node_modules/jquery-touchswipe/demos/Any_finger_swipe.html +49 -0
  530. data/app/assets/node_modules/jquery-touchswipe/demos/Basic_swipe.html +48 -0
  531. data/app/assets/node_modules/jquery-touchswipe/demos/Enable_and_destroy.html +95 -0
  532. data/app/assets/node_modules/jquery-touchswipe/demos/Excluded_children.html +82 -0
  533. data/app/assets/node_modules/jquery-touchswipe/demos/Finger_swipe.html +61 -0
  534. data/app/assets/node_modules/jquery-touchswipe/demos/Handlers_and_events.html +128 -0
  535. data/app/assets/node_modules/jquery-touchswipe/demos/Hold.html +61 -0
  536. data/app/assets/node_modules/jquery-touchswipe/demos/Image_gallery_example.html +148 -0
  537. data/app/assets/node_modules/jquery-touchswipe/demos/Options.html +90 -0
  538. data/app/assets/node_modules/jquery-touchswipe/demos/Page_scrolling.html +109 -0
  539. data/app/assets/node_modules/jquery-touchswipe/demos/Page_zoom.html +50 -0
  540. data/app/assets/node_modules/jquery-touchswipe/demos/Pinch.html +57 -0
  541. data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_and_Swipe.html +81 -0
  542. data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_status.html +51 -0
  543. data/app/assets/node_modules/jquery-touchswipe/demos/Single_swipe.html +51 -0
  544. data/app/assets/node_modules/jquery-touchswipe/demos/Stop_propegation.html +57 -0
  545. data/app/assets/node_modules/jquery-touchswipe/demos/Swipe_status.html +82 -0
  546. data/app/assets/node_modules/jquery-touchswipe/demos/Tap_vs_swipe.html +114 -0
  547. data/app/assets/node_modules/jquery-touchswipe/demos/Thresholds.html +109 -0
  548. data/app/assets/node_modules/jquery-touchswipe/demos/Trigger_handlers.html +158 -0
  549. data/app/assets/node_modules/jquery-touchswipe/demos/css/main.css +110 -0
  550. data/app/assets/node_modules/jquery-touchswipe/demos/index.html +74 -0
  551. data/app/assets/node_modules/jquery-touchswipe/demos/js/jquery.ui.ipad.js +223 -0
  552. data/app/assets/node_modules/jquery-touchswipe/demos/js/main.js +240 -0
  553. data/app/assets/node_modules/jquery-touchswipe/demos/tutorials.json +22 -0
  554. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.html +188 -0
  555. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.defaults.html +1174 -0
  556. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.directions.html +311 -0
  557. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.fingers.html +319 -0
  558. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.html +4205 -0
  559. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.pageScroll.html +272 -0
  560. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.phases.html +265 -0
  561. data/app/assets/node_modules/jquery-touchswipe/docs/$.html +186 -0
  562. data/app/assets/node_modules/jquery-touchswipe/docs/css/main.css +110 -0
  563. data/app/assets/node_modules/jquery-touchswipe/docs/index.html +101 -0
  564. data/app/assets/node_modules/jquery-touchswipe/docs/jquery.touchSwipe.js.html +2168 -0
  565. data/app/assets/node_modules/jquery-touchswipe/docs/js/jquery.ui.ipad.js +223 -0
  566. data/app/assets/node_modules/jquery-touchswipe/docs/js/main.js +85 -0
  567. data/app/assets/node_modules/jquery-touchswipe/docs/scripts/linenumber.js +25 -0
  568. data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  569. data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/lang-css.js +2 -0
  570. data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/prettify.js +28 -0
  571. data/app/assets/node_modules/jquery-touchswipe/docs/styles/jsdoc.css +625 -0
  572. data/app/assets/node_modules/jquery-touchswipe/docs/styles/prettify.css +79 -0
  573. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Any_finger_swipe.html +108 -0
  574. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Basic_swipe.html +107 -0
  575. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Enable_and_destroy.html +154 -0
  576. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Excluded_children.html +141 -0
  577. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Finger_swipe.html +120 -0
  578. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Handlers_and_events.html +187 -0
  579. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Hold.html +120 -0
  580. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Image_gallery_example.html +207 -0
  581. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Options.html +149 -0
  582. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_scrolling.html +168 -0
  583. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_zoom.html +109 -0
  584. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch.html +116 -0
  585. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_and_Swipe.html +140 -0
  586. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_status.html +110 -0
  587. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Single_swipe.html +110 -0
  588. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Stop_propegation.html +116 -0
  589. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Swipe_status.html +141 -0
  590. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Tap_vs_swipe.html +173 -0
  591. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Thresholds.html +168 -0
  592. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Trigger_handlers.html +217 -0
  593. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-index_.html +133 -0
  594. data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.js +2109 -0
  595. data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.min.js +14 -0
  596. data/app/assets/node_modules/jquery-touchswipe/package.json +47 -0
  597. data/app/assets/node_modules/jquery-validation/LICENSE.md +22 -0
  598. data/app/assets/node_modules/jquery-validation/README.md +76 -0
  599. data/app/assets/node_modules/jquery-validation/changelog.md +639 -0
  600. data/app/assets/node_modules/jquery-validation/dist/additional-methods.js +1158 -0
  601. data/app/assets/node_modules/jquery-validation/dist/jquery.validate.js +1601 -0
  602. data/app/assets/node_modules/jquery-validation/dist/jquery.validate.min.js +4 -0
  603. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ar.js +35 -0
  604. data/app/assets/node_modules/jquery-validation/dist/localization/messages_az.js +35 -0
  605. data/app/assets/node_modules/jquery-validation/dist/localization/messages_bg.js +35 -0
  606. data/app/assets/node_modules/jquery-validation/dist/localization/messages_bn_BD.js +35 -0
  607. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ca.js +35 -0
  608. data/app/assets/node_modules/jquery-validation/dist/localization/messages_cs.js +35 -0
  609. data/app/assets/node_modules/jquery-validation/dist/localization/messages_da.js +32 -0
  610. data/app/assets/node_modules/jquery-validation/dist/localization/messages_de.js +32 -0
  611. data/app/assets/node_modules/jquery-validation/dist/localization/messages_el.js +35 -0
  612. data/app/assets/node_modules/jquery-validation/dist/localization/messages_es.js +38 -0
  613. data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_AR.js +39 -0
  614. data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_PE.js +39 -0
  615. data/app/assets/node_modules/jquery-validation/dist/localization/messages_et.js +33 -0
  616. data/app/assets/node_modules/jquery-validation/dist/localization/messages_eu.js +35 -0
  617. data/app/assets/node_modules/jquery-validation/dist/localization/messages_fa.js +38 -0
  618. data/app/assets/node_modules/jquery-validation/dist/localization/messages_fi.js +33 -0
  619. data/app/assets/node_modules/jquery-validation/dist/localization/messages_fr.js +63 -0
  620. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ge.js +35 -0
  621. data/app/assets/node_modules/jquery-validation/dist/localization/messages_gl.js +40 -0
  622. data/app/assets/node_modules/jquery-validation/dist/localization/messages_he.js +35 -0
  623. data/app/assets/node_modules/jquery-validation/dist/localization/messages_hr.js +35 -0
  624. data/app/assets/node_modules/jquery-validation/dist/localization/messages_hu.js +35 -0
  625. data/app/assets/node_modules/jquery-validation/dist/localization/messages_hy_AM.js +35 -0
  626. data/app/assets/node_modules/jquery-validation/dist/localization/messages_id.js +34 -0
  627. data/app/assets/node_modules/jquery-validation/dist/localization/messages_is.js +33 -0
  628. data/app/assets/node_modules/jquery-validation/dist/localization/messages_it.js +39 -0
  629. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ja.js +36 -0
  630. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ka.js +35 -0
  631. data/app/assets/node_modules/jquery-validation/dist/localization/messages_kk.js +35 -0
  632. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ko.js +35 -0
  633. data/app/assets/node_modules/jquery-validation/dist/localization/messages_lt.js +35 -0
  634. data/app/assets/node_modules/jquery-validation/dist/localization/messages_lv.js +35 -0
  635. data/app/assets/node_modules/jquery-validation/dist/localization/messages_mk.js +35 -0
  636. data/app/assets/node_modules/jquery-validation/dist/localization/messages_my.js +35 -0
  637. data/app/assets/node_modules/jquery-validation/dist/localization/messages_nl.js +46 -0
  638. data/app/assets/node_modules/jquery-validation/dist/localization/messages_no.js +36 -0
  639. data/app/assets/node_modules/jquery-validation/dist/localization/messages_pl.js +37 -0
  640. data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_BR.js +88 -0
  641. data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_PT.js +39 -0
  642. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ro.js +35 -0
  643. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ru.js +35 -0
  644. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sd.js +35 -0
  645. data/app/assets/node_modules/jquery-validation/dist/localization/messages_si.js +35 -0
  646. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sk.js +32 -0
  647. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sl.js +35 -0
  648. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr.js +35 -0
  649. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr_lat.js +35 -0
  650. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sv.js +33 -0
  651. data/app/assets/node_modules/jquery-validation/dist/localization/messages_th.js +35 -0
  652. data/app/assets/node_modules/jquery-validation/dist/localization/messages_tj.js +35 -0
  653. data/app/assets/node_modules/jquery-validation/dist/localization/messages_tr.js +36 -0
  654. data/app/assets/node_modules/jquery-validation/dist/localization/messages_uk.js +35 -0
  655. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ur.js +35 -0
  656. data/app/assets/node_modules/jquery-validation/dist/localization/messages_vi.js +35 -0
  657. data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh.js +35 -0
  658. data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh_TW.js +36 -0
  659. data/app/assets/node_modules/jquery-validation/dist/localization/methods_de.js +24 -0
  660. data/app/assets/node_modules/jquery-validation/dist/localization/methods_es_CL.js +24 -0
  661. data/app/assets/node_modules/jquery-validation/dist/localization/methods_fi.js +24 -0
  662. data/app/assets/node_modules/jquery-validation/dist/localization/methods_nl.js +24 -0
  663. data/app/assets/node_modules/jquery-validation/dist/localization/methods_pt.js +21 -0
  664. data/app/assets/node_modules/jquery-validation/package.json +61 -0
  665. data/app/assets/node_modules/jquery.browser/Gruntfile.js +62 -0
  666. data/app/assets/node_modules/jquery.browser/MIT-LICENSE.txt +21 -0
  667. data/app/assets/node_modules/jquery.browser/README.md +117 -0
  668. data/app/assets/node_modules/jquery.browser/bower.json +13 -0
  669. data/app/assets/node_modules/jquery.browser/browser.jquery.json +37 -0
  670. data/app/assets/node_modules/jquery.browser/dist/jquery.browser.js +193 -0
  671. data/app/assets/node_modules/jquery.browser/dist/jquery.browser.min.js +14 -0
  672. data/app/assets/node_modules/jquery.browser/package.json +30 -0
  673. data/app/assets/node_modules/jquery.browser/test/casperserver.js +257 -0
  674. data/app/assets/node_modules/jquery.browser/test/index.html +13 -0
  675. data/app/assets/node_modules/jquery.browser/test/src/jquery-1.10.2.min.js +6 -0
  676. data/app/assets/node_modules/jquery.browser/test/src/require/test.js +21 -0
  677. data/app/assets/node_modules/jquery.browser/test/test.js +962 -0
  678. data/app/assets/node_modules/jquery.flot.tooltip/CONTRIBUTING.md +9 -0
  679. data/app/assets/node_modules/jquery.flot.tooltip/Gruntfile.js +72 -0
  680. data/app/assets/node_modules/jquery.flot.tooltip/README.md +267 -0
  681. data/app/assets/node_modules/jquery.flot.tooltip/bower.json +13 -0
  682. data/app/assets/node_modules/jquery.flot.tooltip/examples/basic.html +45 -0
  683. data/app/assets/node_modules/jquery.flot.tooltip/examples/curved-lines.html +59 -0
  684. data/app/assets/node_modules/jquery.flot.tooltip/examples/custom-label-text.html +114 -0
  685. data/app/assets/node_modules/jquery.flot.tooltip/examples/custom_ticks.html +78 -0
  686. data/app/assets/node_modules/jquery.flot.tooltip/examples/dollar_in_tickformatter.html +68 -0
  687. data/app/assets/node_modules/jquery.flot.tooltip/examples/index.html +36 -0
  688. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/curvedLines.js +483 -0
  689. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/excanvas.min.js +1 -0
  690. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.js +3168 -0
  691. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.pie.js +820 -0
  692. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.stack.js +184 -0
  693. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.threshold.js +142 -0
  694. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.time.js +432 -0
  695. data/app/assets/node_modules/jquery.flot.tooltip/examples/many_series.html +78 -0
  696. data/app/assets/node_modules/jquery.flot.tooltip/examples/multiple-axes.html +78 -0
  697. data/app/assets/node_modules/jquery.flot.tooltip/examples/pie.html +87 -0
  698. data/app/assets/node_modules/jquery.flot.tooltip/examples/real_data.html +133 -0
  699. data/app/assets/node_modules/jquery.flot.tooltip/examples/stacking.html +97 -0
  700. data/app/assets/node_modules/jquery.flot.tooltip/examples/threshold.html +97 -0
  701. data/app/assets/node_modules/jquery.flot.tooltip/examples/time_bars.html +77 -0
  702. data/app/assets/node_modules/jquery.flot.tooltip/examples/two_chars.html +63 -0
  703. data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js +606 -0
  704. data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.min.js +12 -0
  705. data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.source.js +595 -0
  706. data/app/assets/node_modules/jquery.flot.tooltip/package.json +37 -0
  707. data/app/assets/node_modules/jqvmap/CHANGELOG.md +118 -0
  708. data/app/assets/node_modules/jqvmap/CONTRIBUTING.md +118 -0
  709. data/app/assets/node_modules/jqvmap/LICENSE +43 -0
  710. data/app/assets/node_modules/jqvmap/README.md +495 -0
  711. data/app/assets/node_modules/jqvmap/REGIONS.md +405 -0
  712. data/app/assets/node_modules/jqvmap/bower.json +32 -0
  713. data/app/assets/node_modules/jqvmap/create/README.md +207 -0
  714. data/app/assets/node_modules/jqvmap/create/config/continent.json +64 -0
  715. data/app/assets/node_modules/jqvmap/create/config/new-york.json +16 -0
  716. data/app/assets/node_modules/jqvmap/create/config/syria.json +16 -0
  717. data/app/assets/node_modules/jqvmap/create/jqvmap.py +573 -0
  718. data/app/assets/node_modules/jqvmap/dist/jquery.vmap.js +1281 -0
  719. data/app/assets/node_modules/jqvmap/dist/jquery.vmap.min.js +10 -0
  720. data/app/assets/node_modules/jqvmap/dist/jqvmap.css +50 -0
  721. data/app/assets/node_modules/jqvmap/dist/jqvmap.min.css +1 -0
  722. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.africa.js +2 -0
  723. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.asia.js +2 -0
  724. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.australia.js +2 -0
  725. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.europe.js +2 -0
  726. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.north-america.js +2 -0
  727. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.south-america.js +2 -0
  728. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.algeria.js +2 -0
  729. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.argentina.js +1 -0
  730. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.brazil.js +2 -0
  731. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.canada.js +2 -0
  732. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.europe.js +2 -0
  733. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.france.js +1 -0
  734. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.germany.js +2 -0
  735. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.greece.js +1 -0
  736. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iran.js +6 -0
  737. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iraq.js +1 -0
  738. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.russia.js +2 -0
  739. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.tunisia.js +2 -0
  740. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.turkey.js +11 -0
  741. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.usa.js +2 -0
  742. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.world.js +2 -0
  743. data/app/assets/node_modules/jqvmap/examples/algeria.html +27 -0
  744. data/app/assets/node_modules/jqvmap/examples/argentina.html +33 -0
  745. data/app/assets/node_modules/jqvmap/examples/brazil.html +33 -0
  746. data/app/assets/node_modules/jqvmap/examples/continents.html +172 -0
  747. data/app/assets/node_modules/jqvmap/examples/europe.html +27 -0
  748. data/app/assets/node_modules/jqvmap/examples/france.html +27 -0
  749. data/app/assets/node_modules/jqvmap/examples/germany.html +33 -0
  750. data/app/assets/node_modules/jqvmap/examples/greece.html +33 -0
  751. data/app/assets/node_modules/jqvmap/examples/images/background.png +0 -0
  752. data/app/assets/node_modules/jqvmap/examples/images/flag.png +0 -0
  753. data/app/assets/node_modules/jqvmap/examples/images/globe.png +0 -0
  754. data/app/assets/node_modules/jqvmap/examples/images/marker/black.png +0 -0
  755. data/app/assets/node_modules/jqvmap/examples/images/marker/blue.png +0 -0
  756. data/app/assets/node_modules/jqvmap/examples/images/marker/green.png +0 -0
  757. data/app/assets/node_modules/jqvmap/examples/images/marker/grey.png +0 -0
  758. data/app/assets/node_modules/jqvmap/examples/images/marker/orange.png +0 -0
  759. data/app/assets/node_modules/jqvmap/examples/images/marker/purple.png +0 -0
  760. data/app/assets/node_modules/jqvmap/examples/images/marker/red.png +0 -0
  761. data/app/assets/node_modules/jqvmap/examples/images/marker/white.png +0 -0
  762. data/app/assets/node_modules/jqvmap/examples/images/marker/yellow.png +0 -0
  763. data/app/assets/node_modules/jqvmap/examples/images/thumb.jpg +0 -0
  764. data/app/assets/node_modules/jqvmap/examples/images/tip.png +0 -0
  765. data/app/assets/node_modules/jqvmap/examples/inactive_regions.html +62 -0
  766. data/app/assets/node_modules/jqvmap/examples/iran.html +44 -0
  767. data/app/assets/node_modules/jqvmap/examples/iraq.html +44 -0
  768. data/app/assets/node_modules/jqvmap/examples/js/jquery.vmap.sampledata.js +1 -0
  769. data/app/assets/node_modules/jqvmap/examples/labels.html +146 -0
  770. data/app/assets/node_modules/jqvmap/examples/mobile.html +59 -0
  771. data/app/assets/node_modules/jqvmap/examples/multi.html +29 -0
  772. data/app/assets/node_modules/jqvmap/examples/pins.html +236 -0
  773. data/app/assets/node_modules/jqvmap/examples/pins_custom.html +127 -0
  774. data/app/assets/node_modules/jqvmap/examples/responsive.html +45 -0
  775. data/app/assets/node_modules/jqvmap/examples/russia.html +33 -0
  776. data/app/assets/node_modules/jqvmap/examples/touch_detect.html +46 -0
  777. data/app/assets/node_modules/jqvmap/examples/tunisia.html +33 -0
  778. data/app/assets/node_modules/jqvmap/examples/turkey.html +26 -0
  779. data/app/assets/node_modules/jqvmap/examples/usa.html +37 -0
  780. data/app/assets/node_modules/jqvmap/examples/world.html +35 -0
  781. data/app/assets/node_modules/jqvmap/grunt/bump.js +22 -0
  782. data/app/assets/node_modules/jqvmap/grunt/changelog.js +14 -0
  783. data/app/assets/node_modules/jqvmap/grunt/clean.js +5 -0
  784. data/app/assets/node_modules/jqvmap/grunt/concat.js +23 -0
  785. data/app/assets/node_modules/jqvmap/grunt/index.js +2 -0
  786. data/app/assets/node_modules/jqvmap/grunt/qunit.js +3 -0
  787. data/app/assets/node_modules/jqvmap/grunt/shell.js +6 -0
  788. data/app/assets/node_modules/jqvmap/grunt/uglify.js +19 -0
  789. data/app/assets/node_modules/jqvmap/gruntfile.js +21 -0
  790. data/app/assets/node_modules/jqvmap/node_modules/jquery/AUTHORS.txt +217 -0
  791. data/app/assets/node_modules/jqvmap/node_modules/jquery/CONTRIBUTING.md +214 -0
  792. data/app/assets/node_modules/jqvmap/node_modules/jquery/MIT-LICENSE.txt +21 -0
  793. data/app/assets/node_modules/jqvmap/node_modules/jquery/README.md +368 -0
  794. data/app/assets/node_modules/jqvmap/node_modules/jquery/bower.json +28 -0
  795. data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.js +10351 -0
  796. data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.js +6 -0
  797. data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.map +1 -0
  798. data/app/assets/node_modules/jqvmap/node_modules/jquery/package.json +54 -0
  799. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/jsonp.js +89 -0
  800. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/load.js +75 -0
  801. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseJSON.js +51 -0
  802. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseXML.js +31 -0
  803. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/script.js +93 -0
  804. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  805. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/rquery.js +3 -0
  806. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/xhr.js +197 -0
  807. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax.js +801 -0
  808. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/attr.js +271 -0
  809. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/classes.js +157 -0
  810. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/prop.js +134 -0
  811. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/support.js +62 -0
  812. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/val.js +178 -0
  813. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes.js +11 -0
  814. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/callbacks.js +205 -0
  815. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/access.js +60 -0
  816. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/init.js +132 -0
  817. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/parseHTML.js +39 -0
  818. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/ready.js +152 -0
  819. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/var/rsingleTag.js +4 -0
  820. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core.js +540 -0
  821. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/addGetHookIf.js +32 -0
  822. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/curCSS.js +124 -0
  823. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/defaultDisplay.js +69 -0
  824. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/hiddenVisibleSelectors.js +20 -0
  825. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/support.js +151 -0
  826. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/swap.js +28 -0
  827. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/cssExpand.js +3 -0
  828. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/isHidden.js +13 -0
  829. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rmargin.js +3 -0
  830. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
  831. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css.js +504 -0
  832. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/accepts.js +21 -0
  833. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/support.js +25 -0
  834. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data.js +335 -0
  835. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deferred.js +150 -0
  836. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deprecated.js +13 -0
  837. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/dimensions.js +50 -0
  838. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/Tween.js +114 -0
  839. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/animatedSelector.js +13 -0
  840. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/support.js +55 -0
  841. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects.js +656 -0
  842. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/ajax.js +13 -0
  843. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/alias.js +39 -0
  844. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/support.js +26 -0
  845. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event.js +1037 -0
  846. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/amd.js +24 -0
  847. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/global.js +32 -0
  848. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/intro.js +44 -0
  849. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/jquery.js +38 -0
  850. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/_evalUrl.js +18 -0
  851. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/support.js +76 -0
  852. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
  853. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation.js +744 -0
  854. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/offset.js +211 -0
  855. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/outro.js +1 -0
  856. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue/delay.js +22 -0
  857. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue.js +142 -0
  858. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector-sizzle.js +14 -0
  859. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector.js +1 -0
  860. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/serialize.js +110 -0
  861. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.js +2067 -0
  862. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  863. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  864. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/empty.js +0 -0
  865. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/mixed_sort.html +22 -0
  866. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/testinit.js +136 -0
  867. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/index.html +242 -0
  868. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/jquery.js +9597 -0
  869. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/extending.js +95 -0
  870. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/selector.js +1149 -0
  871. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/utilities.js +169 -0
  872. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/support.js +58 -0
  873. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/findFilter.js +100 -0
  874. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
  875. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing.js +200 -0
  876. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/class2type.js +4 -0
  877. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/concat.js +5 -0
  878. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/deletedIds.js +3 -0
  879. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/hasOwn.js +5 -0
  880. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/indexOf.js +5 -0
  881. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/pnum.js +3 -0
  882. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/push.js +5 -0
  883. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/rnotwhite.js +3 -0
  884. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/slice.js +5 -0
  885. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/strundefined.js +3 -0
  886. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/support.js +4 -0
  887. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/toString.js +5 -0
  888. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/wrap.js +76 -0
  889. data/app/assets/node_modules/jqvmap/package.json +45 -0
  890. data/app/assets/node_modules/jqvmap/src/Base.js +80 -0
  891. data/app/assets/node_modules/jqvmap/src/ColorScale/arrayToRgb.js +9 -0
  892. data/app/assets/node_modules/jqvmap/src/ColorScale/getColor.js +41 -0
  893. data/app/assets/node_modules/jqvmap/src/ColorScale/rgbToArray.js +4 -0
  894. data/app/assets/node_modules/jqvmap/src/ColorScale/setColors.js +6 -0
  895. data/app/assets/node_modules/jqvmap/src/ColorScale/setMax.js +8 -0
  896. data/app/assets/node_modules/jqvmap/src/ColorScale/setMin.js +9 -0
  897. data/app/assets/node_modules/jqvmap/src/ColorScale/setNormalizeFunction.js +13 -0
  898. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorAdd.js +7 -0
  899. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorLength.js +7 -0
  900. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorMult.js +7 -0
  901. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorSubtract.js +7 -0
  902. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorToNum.js +7 -0
  903. data/app/assets/node_modules/jqvmap/src/ColorScale.js +18 -0
  904. data/app/assets/node_modules/jqvmap/src/JQVMap/applyTransform.js +31 -0
  905. data/app/assets/node_modules/jqvmap/src/JQVMap/bindZoomButtons.js +9 -0
  906. data/app/assets/node_modules/jqvmap/src/JQVMap/deselect.js +18 -0
  907. data/app/assets/node_modules/jqvmap/src/JQVMap/getCountryId.js +3 -0
  908. data/app/assets/node_modules/jqvmap/src/JQVMap/getPin.js +4 -0
  909. data/app/assets/node_modules/jqvmap/src/JQVMap/getPinId.js +3 -0
  910. data/app/assets/node_modules/jqvmap/src/JQVMap/getPins.js +11 -0
  911. data/app/assets/node_modules/jqvmap/src/JQVMap/highlight.js +12 -0
  912. data/app/assets/node_modules/jqvmap/src/JQVMap/isSelected.js +3 -0
  913. data/app/assets/node_modules/jqvmap/src/JQVMap/makeDraggable.js +159 -0
  914. data/app/assets/node_modules/jqvmap/src/JQVMap/placePins.js +46 -0
  915. data/app/assets/node_modules/jqvmap/src/JQVMap/positionPins.js +19 -0
  916. data/app/assets/node_modules/jqvmap/src/JQVMap/removePin.js +4 -0
  917. data/app/assets/node_modules/jqvmap/src/JQVMap/removePins.js +3 -0
  918. data/app/assets/node_modules/jqvmap/src/JQVMap/reset.js +9 -0
  919. data/app/assets/node_modules/jqvmap/src/JQVMap/resize.js +13 -0
  920. data/app/assets/node_modules/jqvmap/src/JQVMap/select.js +18 -0
  921. data/app/assets/node_modules/jqvmap/src/JQVMap/selectIndex.js +9 -0
  922. data/app/assets/node_modules/jqvmap/src/JQVMap/setBackgroundColor.js +3 -0
  923. data/app/assets/node_modules/jqvmap/src/JQVMap/setColors.js +15 -0
  924. data/app/assets/node_modules/jqvmap/src/JQVMap/setNormalizeFunction.js +7 -0
  925. data/app/assets/node_modules/jqvmap/src/JQVMap/setScale.js +4 -0
  926. data/app/assets/node_modules/jqvmap/src/JQVMap/setScaleColors.js +7 -0
  927. data/app/assets/node_modules/jqvmap/src/JQVMap/setValues.js +36 -0
  928. data/app/assets/node_modules/jqvmap/src/JQVMap/unhighlight.js +8 -0
  929. data/app/assets/node_modules/jqvmap/src/JQVMap/zoomIn.js +17 -0
  930. data/app/assets/node_modules/jqvmap/src/JQVMap/zoomOut.js +17 -0
  931. data/app/assets/node_modules/jqvmap/src/JQVMap.js +243 -0
  932. data/app/assets/node_modules/jqvmap/src/VectorCanvas/applyTransformParams.js +8 -0
  933. data/app/assets/node_modules/jqvmap/src/VectorCanvas/createGroup.js +19 -0
  934. data/app/assets/node_modules/jqvmap/src/VectorCanvas/createPath.js +75 -0
  935. data/app/assets/node_modules/jqvmap/src/VectorCanvas/pathSvgToVml.js +103 -0
  936. data/app/assets/node_modules/jqvmap/src/VectorCanvas/setSize.js +24 -0
  937. data/app/assets/node_modules/jqvmap/src/VectorCanvas.js +42 -0
  938. data/app/assets/node_modules/jqvmap/tests/index.html +32 -0
  939. data/app/assets/node_modules/jqvmap/tests/qunit/qunit.css +291 -0
  940. data/app/assets/node_modules/jqvmap/tests/qunit/qunit.js +3828 -0
  941. data/app/assets/node_modules/jqvmap/tests/tests.js +422 -0
  942. data/app/assets/node_modules/metismenu/LICENSE +20 -0
  943. data/app/assets/node_modules/metismenu/README.md +361 -0
  944. data/app/assets/node_modules/metismenu/changelog.md +22 -0
  945. data/app/assets/node_modules/metismenu/dist/cjs/index.js +327 -0
  946. data/app/assets/node_modules/metismenu/dist/metisMenu.css +132 -0
  947. data/app/assets/node_modules/metismenu/dist/metisMenu.css.map +1 -0
  948. data/app/assets/node_modules/metismenu/dist/metisMenu.js +332 -0
  949. data/app/assets/node_modules/metismenu/dist/metisMenu.js.map +1 -0
  950. data/app/assets/node_modules/metismenu/dist/metisMenu.min.css +9 -0
  951. data/app/assets/node_modules/metismenu/dist/metisMenu.min.css.map +1 -0
  952. data/app/assets/node_modules/metismenu/dist/metisMenu.min.js +10 -0
  953. data/app/assets/node_modules/metismenu/dist/metisMenu.min.js.map +1 -0
  954. data/app/assets/node_modules/metismenu/dist/modules/index.js +323 -0
  955. data/app/assets/node_modules/metismenu/package.json +122 -0
  956. data/app/assets/node_modules/metismenu/src/index.js +260 -0
  957. data/app/assets/node_modules/metismenu/src/metisMenu.css +116 -0
  958. data/app/assets/node_modules/metismenu/src/util.js +61 -0
  959. data/app/assets/node_modules/metismenu/types/metismenu.d.ts +25 -0
  960. data/app/assets/node_modules/morris.js/Gruntfile.js +90 -0
  961. data/app/assets/node_modules/morris.js/README.md +234 -0
  962. data/app/assets/node_modules/morris.js/bower.json +20 -0
  963. data/app/assets/node_modules/morris.js/bower.travis.json +20 -0
  964. data/app/assets/node_modules/morris.js/examples/_template.html +18 -0
  965. data/app/assets/node_modules/morris.js/examples/area-as-line.html +31 -0
  966. data/app/assets/node_modules/morris.js/examples/area.html +34 -0
  967. data/app/assets/node_modules/morris.js/examples/bar-colors.html +44 -0
  968. data/app/assets/node_modules/morris.js/examples/bar-no-axes.html +31 -0
  969. data/app/assets/node_modules/morris.js/examples/bar.html +32 -0
  970. data/app/assets/node_modules/morris.js/examples/days.html +37 -0
  971. data/app/assets/node_modules/morris.js/examples/decimal-custom-hover.html +37 -0
  972. data/app/assets/node_modules/morris.js/examples/diagonal-xlabels-bar.html +38 -0
  973. data/app/assets/node_modules/morris.js/examples/diagonal-xlabels.html +38 -0
  974. data/app/assets/node_modules/morris.js/examples/donut-colors.html +38 -0
  975. data/app/assets/node_modules/morris.js/examples/donut-formatter.html +27 -0
  976. data/app/assets/node_modules/morris.js/examples/donut.html +29 -0
  977. data/app/assets/node_modules/morris.js/examples/dst.html +30 -0
  978. data/app/assets/node_modules/morris.js/examples/events.html +57 -0
  979. data/app/assets/node_modules/morris.js/examples/goals.html +33 -0
  980. data/app/assets/node_modules/morris.js/examples/lib/example.css +13 -0
  981. data/app/assets/node_modules/morris.js/examples/lib/example.js +4 -0
  982. data/app/assets/node_modules/morris.js/examples/months-no-smooth.html +38 -0
  983. data/app/assets/node_modules/morris.js/examples/negative.html +36 -0
  984. data/app/assets/node_modules/morris.js/examples/no-grid.html +38 -0
  985. data/app/assets/node_modules/morris.js/examples/non-continuous.html +42 -0
  986. data/app/assets/node_modules/morris.js/examples/non-date.html +37 -0
  987. data/app/assets/node_modules/morris.js/examples/quarters.html +54 -0
  988. data/app/assets/node_modules/morris.js/examples/resize.html +42 -0
  989. data/app/assets/node_modules/morris.js/examples/stacked_bars.html +31 -0
  990. data/app/assets/node_modules/morris.js/examples/timestamps.html +38 -0
  991. data/app/assets/node_modules/morris.js/examples/updating.html +49 -0
  992. data/app/assets/node_modules/morris.js/examples/weeks.html +53 -0
  993. data/app/assets/node_modules/morris.js/examples/years.html +37 -0
  994. data/app/assets/node_modules/morris.js/less/morris.core.less +27 -0
  995. data/app/assets/node_modules/morris.js/lib/morris.area.coffee +66 -0
  996. data/app/assets/node_modules/morris.js/lib/morris.bar.coffee +208 -0
  997. data/app/assets/node_modules/morris.js/lib/morris.coffee +43 -0
  998. data/app/assets/node_modules/morris.js/lib/morris.donut.coffee +213 -0
  999. data/app/assets/node_modules/morris.js/lib/morris.grid.coffee +499 -0
  1000. data/app/assets/node_modules/morris.js/lib/morris.hover.coffee +44 -0
  1001. data/app/assets/node_modules/morris.js/lib/morris.line.coffee +405 -0
  1002. data/app/assets/node_modules/morris.js/morris.css +2 -0
  1003. data/app/assets/node_modules/morris.js/morris.js +1892 -0
  1004. data/app/assets/node_modules/morris.js/morris.min.js +7 -0
  1005. data/app/assets/node_modules/morris.js/package.json +36 -0
  1006. data/app/assets/node_modules/morris.js/spec/lib/area/area_spec.coffee +60 -0
  1007. data/app/assets/node_modules/morris.js/spec/lib/bar/bar_spec.coffee +127 -0
  1008. data/app/assets/node_modules/morris.js/spec/lib/bar/colours.coffee +36 -0
  1009. data/app/assets/node_modules/morris.js/spec/lib/commas_spec.coffee +38 -0
  1010. data/app/assets/node_modules/morris.js/spec/lib/donut/donut_spec.coffee +76 -0
  1011. data/app/assets/node_modules/morris.js/spec/lib/grid/auto_grid_lines_spec.coffee +25 -0
  1012. data/app/assets/node_modules/morris.js/spec/lib/grid/set_data_spec.coffee +208 -0
  1013. data/app/assets/node_modules/morris.js/spec/lib/grid/y_label_format_spec.coffee +15 -0
  1014. data/app/assets/node_modules/morris.js/spec/lib/hover_spec.coffee +64 -0
  1015. data/app/assets/node_modules/morris.js/spec/lib/label_series_spec.coffee +186 -0
  1016. data/app/assets/node_modules/morris.js/spec/lib/line/line_spec.coffee +211 -0
  1017. data/app/assets/node_modules/morris.js/spec/lib/pad_spec.coffee +17 -0
  1018. data/app/assets/node_modules/morris.js/spec/lib/parse_time_spec.coffee +35 -0
  1019. data/app/assets/node_modules/morris.js/spec/specs.html +34 -0
  1020. data/app/assets/node_modules/morris.js/spec/support/placeholder.coffee +6 -0
  1021. data/app/assets/node_modules/morris.js/spec/viz/examples.js +56 -0
  1022. data/app/assets/node_modules/morris.js/spec/viz/exemplary/area0.png +0 -0
  1023. data/app/assets/node_modules/morris.js/spec/viz/exemplary/bar0.png +0 -0
  1024. data/app/assets/node_modules/morris.js/spec/viz/exemplary/line0.png +0 -0
  1025. data/app/assets/node_modules/morris.js/spec/viz/exemplary/stacked_bar0.png +0 -0
  1026. data/app/assets/node_modules/morris.js/spec/viz/run.sh +32 -0
  1027. data/app/assets/node_modules/morris.js/spec/viz/test.html +34 -0
  1028. data/app/assets/node_modules/morris.js/spec/viz/visual_specs.js +66 -0
  1029. data/app/assets/node_modules/nprogress/History.md +110 -0
  1030. data/app/assets/node_modules/nprogress/License.md +19 -0
  1031. data/app/assets/node_modules/nprogress/Notes.md +25 -0
  1032. data/app/assets/node_modules/nprogress/Readme.md +197 -0
  1033. data/app/assets/node_modules/nprogress/bower.json +27 -0
  1034. data/app/assets/node_modules/nprogress/component.json +19 -0
  1035. data/app/assets/node_modules/nprogress/nprogress.css +74 -0
  1036. data/app/assets/node_modules/nprogress/nprogress.js +476 -0
  1037. data/app/assets/node_modules/nprogress/package.json +47 -0
  1038. data/app/assets/node_modules/nprogress/test/component.html +26 -0
  1039. data/app/assets/node_modules/nprogress/test/test.js +175 -0
  1040. data/app/assets/node_modules/parchment/LICENSE +29 -0
  1041. data/app/assets/node_modules/parchment/README.md +274 -0
  1042. data/app/assets/node_modules/parchment/dist/parchment.js +1749 -0
  1043. data/app/assets/node_modules/parchment/dist/parchment.js.map +1 -0
  1044. data/app/assets/node_modules/parchment/dist/src/attributor/attributor.d.ts +17 -0
  1045. data/app/assets/node_modules/parchment/dist/src/attributor/class.d.ts +8 -0
  1046. data/app/assets/node_modules/parchment/dist/src/attributor/store.d.ts +15 -0
  1047. data/app/assets/node_modules/parchment/dist/src/attributor/style.d.ts +8 -0
  1048. data/app/assets/node_modules/parchment/dist/src/blot/abstract/blot.d.ts +63 -0
  1049. data/app/assets/node_modules/parchment/dist/src/blot/abstract/container.d.ts +40 -0
  1050. data/app/assets/node_modules/parchment/dist/src/blot/abstract/format.d.ts +18 -0
  1051. data/app/assets/node_modules/parchment/dist/src/blot/abstract/leaf.d.ts +11 -0
  1052. data/app/assets/node_modules/parchment/dist/src/blot/abstract/parent.d.ts +41 -0
  1053. data/app/assets/node_modules/parchment/dist/src/blot/abstract/shadow.d.ts +38 -0
  1054. data/app/assets/node_modules/parchment/dist/src/blot/block.d.ts +15 -0
  1055. data/app/assets/node_modules/parchment/dist/src/blot/embed.d.ts +11 -0
  1056. data/app/assets/node_modules/parchment/dist/src/blot/inline.d.ts +14 -0
  1057. data/app/assets/node_modules/parchment/dist/src/blot/scroll.d.ts +24 -0
  1058. data/app/assets/node_modules/parchment/dist/src/blot/text.d.ts +26 -0
  1059. data/app/assets/node_modules/parchment/dist/src/collection/linked-list.d.ts +19 -0
  1060. data/app/assets/node_modules/parchment/dist/src/collection/linked-node.d.ts +6 -0
  1061. data/app/assets/node_modules/parchment/dist/src/parchment.d.ts +35 -0
  1062. data/app/assets/node_modules/parchment/dist/src/registry.d.ts +31 -0
  1063. data/app/assets/node_modules/parchment/package.json +44 -0
  1064. data/app/assets/node_modules/parchment/src/attributor/attributor.ts +61 -0
  1065. data/app/assets/node_modules/parchment/src/attributor/class.ts +44 -0
  1066. data/app/assets/node_modules/parchment/src/attributor/store.ts +73 -0
  1067. data/app/assets/node_modules/parchment/src/attributor/style.ts +44 -0
  1068. data/app/assets/node_modules/parchment/src/blot/abstract/blot.ts +58 -0
  1069. data/app/assets/node_modules/parchment/src/blot/abstract/container.ts +268 -0
  1070. data/app/assets/node_modules/parchment/src/blot/abstract/format.ts +71 -0
  1071. data/app/assets/node_modules/parchment/src/blot/abstract/leaf.ts +33 -0
  1072. data/app/assets/node_modules/parchment/src/blot/abstract/shadow.ts +174 -0
  1073. data/app/assets/node_modules/parchment/src/blot/block.ts +53 -0
  1074. data/app/assets/node_modules/parchment/src/blot/embed.ts +29 -0
  1075. data/app/assets/node_modules/parchment/src/blot/inline.ts +64 -0
  1076. data/app/assets/node_modules/parchment/src/blot/scroll.ts +166 -0
  1077. data/app/assets/node_modules/parchment/src/blot/text.ts +93 -0
  1078. data/app/assets/node_modules/parchment/src/collection/linked-list.ts +143 -0
  1079. data/app/assets/node_modules/parchment/src/collection/linked-node.ts +8 -0
  1080. data/app/assets/node_modules/parchment/src/parchment.ts +46 -0
  1081. data/app/assets/node_modules/parchment/src/registry.ts +133 -0
  1082. data/app/assets/node_modules/parchment/tsconfig.json +9 -0
  1083. data/app/assets/node_modules/popper.js/README.md +219 -0
  1084. data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js +1093 -0
  1085. data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js.map +1 -0
  1086. data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js +5 -0
  1087. data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js.map +1 -0
  1088. data/app/assets/node_modules/popper.js/dist/esm/popper.js +2520 -0
  1089. data/app/assets/node_modules/popper.js/dist/esm/popper.js.map +1 -0
  1090. data/app/assets/node_modules/popper.js/dist/esm/popper.min.js +5 -0
  1091. data/app/assets/node_modules/popper.js/dist/esm/popper.min.js.map +1 -0
  1092. data/app/assets/node_modules/popper.js/dist/popper-utils.js +1042 -0
  1093. data/app/assets/node_modules/popper.js/dist/popper-utils.js.map +1 -0
  1094. data/app/assets/node_modules/popper.js/dist/popper-utils.min.js +5 -0
  1095. data/app/assets/node_modules/popper.js/dist/popper-utils.min.js.map +1 -0
  1096. data/app/assets/node_modules/popper.js/dist/popper.js +2372 -0
  1097. data/app/assets/node_modules/popper.js/dist/popper.js.map +1 -0
  1098. data/app/assets/node_modules/popper.js/dist/popper.min.js +5 -0
  1099. data/app/assets/node_modules/popper.js/dist/popper.min.js.map +1 -0
  1100. data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js +1131 -0
  1101. data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js.map +1 -0
  1102. data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js +5 -0
  1103. data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js.map +1 -0
  1104. data/app/assets/node_modules/popper.js/dist/umd/popper.js +2528 -0
  1105. data/app/assets/node_modules/popper.js/dist/umd/popper.js.map +1 -0
  1106. data/app/assets/node_modules/popper.js/dist/umd/popper.min.js +5 -0
  1107. data/app/assets/node_modules/popper.js/dist/umd/popper.min.js.map +1 -0
  1108. data/app/assets/node_modules/popper.js/index.d.ts +159 -0
  1109. data/app/assets/node_modules/popper.js/package.json +54 -0
  1110. data/app/assets/node_modules/quill/CHANGELOG.md +734 -0
  1111. data/app/assets/node_modules/quill/LICENSE +30 -0
  1112. data/app/assets/node_modules/quill/README.md +109 -0
  1113. data/app/assets/node_modules/quill/assets/base.styl +304 -0
  1114. data/app/assets/node_modules/quill/assets/bubble/toolbar.styl +14 -0
  1115. data/app/assets/node_modules/quill/assets/bubble/tooltip.styl +49 -0
  1116. data/app/assets/node_modules/quill/assets/bubble.styl +45 -0
  1117. data/app/assets/node_modules/quill/assets/core.styl +183 -0
  1118. data/app/assets/node_modules/quill/assets/favicon.png +0 -0
  1119. data/app/assets/node_modules/quill/assets/icons/align-center.svg +5 -0
  1120. data/app/assets/node_modules/quill/assets/icons/align-justify.svg +5 -0
  1121. data/app/assets/node_modules/quill/assets/icons/align-left.svg +5 -0
  1122. data/app/assets/node_modules/quill/assets/icons/align-right.svg +5 -0
  1123. data/app/assets/node_modules/quill/assets/icons/attachment.svg +3 -0
  1124. data/app/assets/node_modules/quill/assets/icons/audio.svg +5 -0
  1125. data/app/assets/node_modules/quill/assets/icons/authorship.svg +5 -0
  1126. data/app/assets/node_modules/quill/assets/icons/background.svg +52 -0
  1127. data/app/assets/node_modules/quill/assets/icons/blockquote.svg +6 -0
  1128. data/app/assets/node_modules/quill/assets/icons/bold.svg +4 -0
  1129. data/app/assets/node_modules/quill/assets/icons/clean.svg +7 -0
  1130. data/app/assets/node_modules/quill/assets/icons/code.svg +5 -0
  1131. data/app/assets/node_modules/quill/assets/icons/color.svg +5 -0
  1132. data/app/assets/node_modules/quill/assets/icons/comment.svg +3 -0
  1133. data/app/assets/node_modules/quill/assets/icons/direction-ltr.svg +7 -0
  1134. data/app/assets/node_modules/quill/assets/icons/direction-rtl.svg +7 -0
  1135. data/app/assets/node_modules/quill/assets/icons/dropdown.svg +4 -0
  1136. data/app/assets/node_modules/quill/assets/icons/embed.svg +3 -0
  1137. data/app/assets/node_modules/quill/assets/icons/emoji.svg +6 -0
  1138. data/app/assets/node_modules/quill/assets/icons/float-center.svg +5 -0
  1139. data/app/assets/node_modules/quill/assets/icons/float-full.svg +5 -0
  1140. data/app/assets/node_modules/quill/assets/icons/float-left.svg +7 -0
  1141. data/app/assets/node_modules/quill/assets/icons/float-right.svg +7 -0
  1142. data/app/assets/node_modules/quill/assets/icons/font.svg +5 -0
  1143. data/app/assets/node_modules/quill/assets/icons/formula.svg +5 -0
  1144. data/app/assets/node_modules/quill/assets/icons/hashtag.svg +6 -0
  1145. data/app/assets/node_modules/quill/assets/icons/header-2.svg +3 -0
  1146. data/app/assets/node_modules/quill/assets/icons/header-3.svg +3 -0
  1147. data/app/assets/node_modules/quill/assets/icons/header-4.svg +3 -0
  1148. data/app/assets/node_modules/quill/assets/icons/header-5.svg +3 -0
  1149. data/app/assets/node_modules/quill/assets/icons/header-6.svg +3 -0
  1150. data/app/assets/node_modules/quill/assets/icons/header.svg +3 -0
  1151. data/app/assets/node_modules/quill/assets/icons/horizontal-rule.svg +4 -0
  1152. data/app/assets/node_modules/quill/assets/icons/image.svg +5 -0
  1153. data/app/assets/node_modules/quill/assets/icons/indent.svg +6 -0
  1154. data/app/assets/node_modules/quill/assets/icons/italic.svg +5 -0
  1155. data/app/assets/node_modules/quill/assets/icons/link.svg +5 -0
  1156. data/app/assets/node_modules/quill/assets/icons/list-bullet.svg +8 -0
  1157. data/app/assets/node_modules/quill/assets/icons/list-check.svg +8 -0
  1158. data/app/assets/node_modules/quill/assets/icons/list-ordered.svg +9 -0
  1159. data/app/assets/node_modules/quill/assets/icons/map.svg +5 -0
  1160. data/app/assets/node_modules/quill/assets/icons/mention.svg +4 -0
  1161. data/app/assets/node_modules/quill/assets/icons/more.svg +3 -0
  1162. data/app/assets/node_modules/quill/assets/icons/outdent.svg +6 -0
  1163. data/app/assets/node_modules/quill/assets/icons/redo.svg +4 -0
  1164. data/app/assets/node_modules/quill/assets/icons/size-decrease.svg +5 -0
  1165. data/app/assets/node_modules/quill/assets/icons/size-increase.svg +6 -0
  1166. data/app/assets/node_modules/quill/assets/icons/size.svg +6 -0
  1167. data/app/assets/node_modules/quill/assets/icons/spacing.svg +9 -0
  1168. data/app/assets/node_modules/quill/assets/icons/speech.svg +6 -0
  1169. data/app/assets/node_modules/quill/assets/icons/strike.svg +5 -0
  1170. data/app/assets/node_modules/quill/assets/icons/subscript.svg +4 -0
  1171. data/app/assets/node_modules/quill/assets/icons/superscript.svg +4 -0
  1172. data/app/assets/node_modules/quill/assets/icons/table-border-all.svg +5 -0
  1173. data/app/assets/node_modules/quill/assets/icons/table-border-bottom.svg +28 -0
  1174. data/app/assets/node_modules/quill/assets/icons/table-border-left.svg +28 -0
  1175. data/app/assets/node_modules/quill/assets/icons/table-border-none.svg +25 -0
  1176. data/app/assets/node_modules/quill/assets/icons/table-border-outside.svg +35 -0
  1177. data/app/assets/node_modules/quill/assets/icons/table-border-right.svg +28 -0
  1178. data/app/assets/node_modules/quill/assets/icons/table-border-top.svg +28 -0
  1179. data/app/assets/node_modules/quill/assets/icons/table-delete-cells.svg +13 -0
  1180. data/app/assets/node_modules/quill/assets/icons/table-delete-columns.svg +8 -0
  1181. data/app/assets/node_modules/quill/assets/icons/table-delete-rows.svg +9 -0
  1182. data/app/assets/node_modules/quill/assets/icons/table-insert-cells.svg +13 -0
  1183. data/app/assets/node_modules/quill/assets/icons/table-insert-columns.svg +8 -0
  1184. data/app/assets/node_modules/quill/assets/icons/table-insert-rows.svg +9 -0
  1185. data/app/assets/node_modules/quill/assets/icons/table-merge-cells.svg +4 -0
  1186. data/app/assets/node_modules/quill/assets/icons/table-unmerge-cells.svg +7 -0
  1187. data/app/assets/node_modules/quill/assets/icons/table.svg +11 -0
  1188. data/app/assets/node_modules/quill/assets/icons/underline.svg +4 -0
  1189. data/app/assets/node_modules/quill/assets/icons/undo.svg +4 -0
  1190. data/app/assets/node_modules/quill/assets/icons/video.svg +14 -0
  1191. data/app/assets/node_modules/quill/assets/snow/toolbar.styl +26 -0
  1192. data/app/assets/node_modules/quill/assets/snow/tooltip.styl +53 -0
  1193. data/app/assets/node_modules/quill/assets/snow.styl +18 -0
  1194. data/app/assets/node_modules/quill/blots/block.js +174 -0
  1195. data/app/assets/node_modules/quill/blots/break.js +29 -0
  1196. data/app/assets/node_modules/quill/blots/container.js +9 -0
  1197. data/app/assets/node_modules/quill/blots/cursor.js +116 -0
  1198. data/app/assets/node_modules/quill/blots/embed.js +79 -0
  1199. data/app/assets/node_modules/quill/blots/inline.js +50 -0
  1200. data/app/assets/node_modules/quill/blots/scroll.js +173 -0
  1201. data/app/assets/node_modules/quill/blots/text.js +5 -0
  1202. data/app/assets/node_modules/quill/core/editor.js +267 -0
  1203. data/app/assets/node_modules/quill/core/emitter.js +63 -0
  1204. data/app/assets/node_modules/quill/core/logger.js +22 -0
  1205. data/app/assets/node_modules/quill/core/module.js +10 -0
  1206. data/app/assets/node_modules/quill/core/polyfill.js +63 -0
  1207. data/app/assets/node_modules/quill/core/quill.js +506 -0
  1208. data/app/assets/node_modules/quill/core/selection.js +355 -0
  1209. data/app/assets/node_modules/quill/core/theme.js +30 -0
  1210. data/app/assets/node_modules/quill/core.js +36 -0
  1211. data/app/assets/node_modules/quill/dist/quill.bubble.css +952 -0
  1212. data/app/assets/node_modules/quill/dist/quill.core.css +397 -0
  1213. data/app/assets/node_modules/quill/dist/quill.core.js +8522 -0
  1214. data/app/assets/node_modules/quill/dist/quill.js +11489 -0
  1215. data/app/assets/node_modules/quill/dist/quill.min.js +8 -0
  1216. data/app/assets/node_modules/quill/dist/quill.min.js.map +1 -0
  1217. data/app/assets/node_modules/quill/dist/quill.snow.css +945 -0
  1218. data/app/assets/node_modules/quill/formats/align.js +12 -0
  1219. data/app/assets/node_modules/quill/formats/background.js +11 -0
  1220. data/app/assets/node_modules/quill/formats/blockquote.js +9 -0
  1221. data/app/assets/node_modules/quill/formats/bold.js +22 -0
  1222. data/app/assets/node_modules/quill/formats/code.js +118 -0
  1223. data/app/assets/node_modules/quill/formats/color.js +21 -0
  1224. data/app/assets/node_modules/quill/formats/direction.js +12 -0
  1225. data/app/assets/node_modules/quill/formats/font.js +18 -0
  1226. data/app/assets/node_modules/quill/formats/header.js +13 -0
  1227. data/app/assets/node_modules/quill/formats/image.js +57 -0
  1228. data/app/assets/node_modules/quill/formats/indent.js +31 -0
  1229. data/app/assets/node_modules/quill/formats/italic.js +7 -0
  1230. data/app/assets/node_modules/quill/formats/link.js +41 -0
  1231. data/app/assets/node_modules/quill/formats/list.js +130 -0
  1232. data/app/assets/node_modules/quill/formats/script.js +23 -0
  1233. data/app/assets/node_modules/quill/formats/size.js +12 -0
  1234. data/app/assets/node_modules/quill/formats/strike.js +7 -0
  1235. data/app/assets/node_modules/quill/formats/underline.js +7 -0
  1236. data/app/assets/node_modules/quill/formats/video.js +53 -0
  1237. data/app/assets/node_modules/quill/modules/clipboard.js +358 -0
  1238. data/app/assets/node_modules/quill/modules/formula.js +42 -0
  1239. data/app/assets/node_modules/quill/modules/history.js +120 -0
  1240. data/app/assets/node_modules/quill/modules/keyboard.js +494 -0
  1241. data/app/assets/node_modules/quill/modules/syntax.js +81 -0
  1242. data/app/assets/node_modules/quill/modules/toolbar.js +261 -0
  1243. data/app/assets/node_modules/quill/package.json +99 -0
  1244. data/app/assets/node_modules/quill/quill.js +104 -0
  1245. data/app/assets/node_modules/quill/themes/base.js +264 -0
  1246. data/app/assets/node_modules/quill/themes/bubble.js +111 -0
  1247. data/app/assets/node_modules/quill/themes/snow.js +120 -0
  1248. data/app/assets/node_modules/quill/ui/color-picker.js +35 -0
  1249. data/app/assets/node_modules/quill/ui/icon-picker.js +23 -0
  1250. data/app/assets/node_modules/quill/ui/icons.js +49 -0
  1251. data/app/assets/node_modules/quill/ui/picker.js +186 -0
  1252. data/app/assets/node_modules/quill/ui/tooltip.js +53 -0
  1253. data/app/assets/node_modules/quill-delta/CHANGELOG.md +48 -0
  1254. data/app/assets/node_modules/quill-delta/LICENSE +21 -0
  1255. data/app/assets/node_modules/quill-delta/README.md +639 -0
  1256. data/app/assets/node_modules/quill-delta/lib/delta.js +325 -0
  1257. data/app/assets/node_modules/quill-delta/lib/op.js +139 -0
  1258. data/app/assets/node_modules/quill-delta/package.json +40 -0
  1259. data/app/assets/node_modules/raphael/CONTRIBUTING.md +22 -0
  1260. data/app/assets/node_modules/raphael/Gruntfile.js +72 -0
  1261. data/app/assets/node_modules/raphael/README.md +75 -0
  1262. data/app/assets/node_modules/raphael/bower.json +31 -0
  1263. data/app/assets/node_modules/raphael/dev/banner.txt +8 -0
  1264. data/app/assets/node_modules/raphael/dev/raphael.amd.js +5 -0
  1265. data/app/assets/node_modules/raphael/dev/raphael.core.js +5405 -0
  1266. data/app/assets/node_modules/raphael/dev/raphael.svg.js +1424 -0
  1267. data/app/assets/node_modules/raphael/dev/raphael.vml.js +999 -0
  1268. data/app/assets/node_modules/raphael/dev/raphaelTest.html +39 -0
  1269. data/app/assets/node_modules/raphael/dev/test/index.html +31 -0
  1270. data/app/assets/node_modules/raphael/dev/test/svg/dom.js +317 -0
  1271. data/app/assets/node_modules/raphael/dev/test/vml/dom.js +5 -0
  1272. data/app/assets/node_modules/raphael/history.md +155 -0
  1273. data/app/assets/node_modules/raphael/license.txt +21 -0
  1274. data/app/assets/node_modules/raphael/package.json +47 -0
  1275. data/app/assets/node_modules/raphael/raphael.js +8353 -0
  1276. data/app/assets/node_modules/raphael/raphael.min.js +3 -0
  1277. data/app/assets/node_modules/raphael/raphael.no-deps.js +7927 -0
  1278. data/app/assets/node_modules/raphael/raphael.no-deps.min.js +3 -0
  1279. data/app/assets/node_modules/raphael/webpack.config.js +64 -0
  1280. data/app/assets/node_modules/raphael/yarn.lock +2012 -0
  1281. data/app/assets/node_modules/responsive-toolkit/CHANGELOG.md +70 -0
  1282. data/app/assets/node_modules/responsive-toolkit/LICENSE +21 -0
  1283. data/app/assets/node_modules/responsive-toolkit/README.md +155 -0
  1284. data/app/assets/node_modules/responsive-toolkit/bower.json +22 -0
  1285. data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/index.html +53 -0
  1286. data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/main.js +42 -0
  1287. data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/style.css +109 -0
  1288. data/app/assets/node_modules/responsive-toolkit/demos/custom/index.html +23 -0
  1289. data/app/assets/node_modules/responsive-toolkit/demos/custom/main.js +36 -0
  1290. data/app/assets/node_modules/responsive-toolkit/demos/custom/style.css +19 -0
  1291. data/app/assets/node_modules/responsive-toolkit/demos/foundation/index.html +25 -0
  1292. data/app/assets/node_modules/responsive-toolkit/demos/foundation/main.js +28 -0
  1293. data/app/assets/node_modules/responsive-toolkit/demos/foundation/style.css +3 -0
  1294. data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.js +49 -0
  1295. data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.min.js +8 -0
  1296. data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.js +238 -0
  1297. data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.min.js +8 -0
  1298. data/app/assets/node_modules/responsive-toolkit/gulpfile.js +38 -0
  1299. data/app/assets/node_modules/responsive-toolkit/package.json +28 -0
  1300. data/app/assets/node_modules/responsive-toolkit/src/bootstrap-toolkit.js +238 -0
  1301. data/app/assets/node_modules/sortablejs/README.md +636 -0
  1302. data/app/assets/node_modules/sortablejs/Sortable.js +1540 -0
  1303. data/app/assets/node_modules/sortablejs/Sortable.min.js +2 -0
  1304. data/app/assets/node_modules/sortablejs/package.json +48 -0
  1305. data/app/assets/node_modules/tether/CHANGELOG.md +13 -0
  1306. data/app/assets/node_modules/tether/CONTRIBUTING.md +59 -0
  1307. data/app/assets/node_modules/tether/LICENSE +8 -0
  1308. data/app/assets/node_modules/tether/README.md +116 -0
  1309. data/app/assets/node_modules/tether/bower.json +26 -0
  1310. data/app/assets/node_modules/tether/component.json +22 -0
  1311. data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.css +150 -0
  1312. data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.min.css +1 -0
  1313. data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.css +153 -0
  1314. data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.min.css +1 -0
  1315. data/app/assets/node_modules/tether/dist/css/tether-theme-basic.css +21 -0
  1316. data/app/assets/node_modules/tether/dist/css/tether-theme-basic.min.css +1 -0
  1317. data/app/assets/node_modules/tether/dist/css/tether.css +8 -0
  1318. data/app/assets/node_modules/tether/dist/css/tether.min.css +1 -0
  1319. data/app/assets/node_modules/tether/dist/js/tether.js +1813 -0
  1320. data/app/assets/node_modules/tether/dist/js/tether.min.js +1 -0
  1321. data/app/assets/node_modules/tether/docs/1-Overview/1-why_you_should_use_tether.md +43 -0
  1322. data/app/assets/node_modules/tether/docs/1-Overview/2-repositioning.md +46 -0
  1323. data/app/assets/node_modules/tether/docs/1-Overview/3-why_we_dont_support_IE_8.md +47 -0
  1324. data/app/assets/node_modules/tether/docs/2-Examples/1-list_of_examples.md +27 -0
  1325. data/app/assets/node_modules/tether/docs/2-Examples/2-projects_using_tether.md +45 -0
  1326. data/app/assets/node_modules/tether/docs/3-Advanced/1-embedding_tether.md +9 -0
  1327. data/app/assets/node_modules/tether/docs/3-Advanced/2-extending_tether.md +54 -0
  1328. data/app/assets/node_modules/tether/docs/coffee/intro.coffee +113 -0
  1329. data/app/assets/node_modules/tether/docs/css/intro.css +218 -0
  1330. data/app/assets/node_modules/tether/docs/intro.md +591 -0
  1331. data/app/assets/node_modules/tether/docs/js/intro.js +117 -0
  1332. data/app/assets/node_modules/tether/docs/js/markAttachment.js +51 -0
  1333. data/app/assets/node_modules/tether/docs/sass/intro.sass +233 -0
  1334. data/app/assets/node_modules/tether/docs/welcome/browser-demo.html +76 -0
  1335. data/app/assets/node_modules/tether/docs/welcome/coffee/welcome.coffee +212 -0
  1336. data/app/assets/node_modules/tether/docs/welcome/css/browser-demo.css +86 -0
  1337. data/app/assets/node_modules/tether/docs/welcome/css/prism.css +2 -0
  1338. data/app/assets/node_modules/tether/docs/welcome/css/welcome.css +247 -0
  1339. data/app/assets/node_modules/tether/docs/welcome/index.html +226 -0
  1340. data/app/assets/node_modules/tether/docs/welcome/js/drop.js +239 -0
  1341. data/app/assets/node_modules/tether/docs/welcome/js/jquery.js +9597 -0
  1342. data/app/assets/node_modules/tether/docs/welcome/js/log.js +134 -0
  1343. data/app/assets/node_modules/tether/docs/welcome/js/tether-v0.1.3.js +2 -0
  1344. data/app/assets/node_modules/tether/docs/welcome/js/welcome.js +193 -0
  1345. data/app/assets/node_modules/tether/docs/welcome/sass/_inline-block.sass +6 -0
  1346. data/app/assets/node_modules/tether/docs/welcome/sass/browser-demo.sass +93 -0
  1347. data/app/assets/node_modules/tether/docs/welcome/sass/welcome.sass +285 -0
  1348. data/app/assets/node_modules/tether/examples/chosen/chosen-sprite.png +0 -0
  1349. data/app/assets/node_modules/tether/examples/chosen/chosen-sprite@2x.png +0 -0
  1350. data/app/assets/node_modules/tether/examples/chosen/chosen.css +430 -0
  1351. data/app/assets/node_modules/tether/examples/chosen/chosen.js +1166 -0
  1352. data/app/assets/node_modules/tether/examples/chosen/index.html +110 -0
  1353. data/app/assets/node_modules/tether/examples/common/css/style.css +48 -0
  1354. data/app/assets/node_modules/tether/examples/content-visible/index.html +64 -0
  1355. data/app/assets/node_modules/tether/examples/dolls/dolls.css +18 -0
  1356. data/app/assets/node_modules/tether/examples/dolls/dolls.js +83 -0
  1357. data/app/assets/node_modules/tether/examples/dolls/index.html +7 -0
  1358. data/app/assets/node_modules/tether/examples/element-scroll/index.html +499 -0
  1359. data/app/assets/node_modules/tether/examples/enable-disable/index.html +37 -0
  1360. data/app/assets/node_modules/tether/examples/facebook/facebook.css +86 -0
  1361. data/app/assets/node_modules/tether/examples/facebook/index.html +209 -0
  1362. data/app/assets/node_modules/tether/examples/out-of-bounds/index.html +38 -0
  1363. data/app/assets/node_modules/tether/examples/pin/index.html +30 -0
  1364. data/app/assets/node_modules/tether/examples/resources/css/base.css +10 -0
  1365. data/app/assets/node_modules/tether/examples/resources/js/jquery.js +9597 -0
  1366. data/app/assets/node_modules/tether/examples/resources/js/log.js +134 -0
  1367. data/app/assets/node_modules/tether/examples/scroll/index.html +922 -0
  1368. data/app/assets/node_modules/tether/examples/simple/index.html +30 -0
  1369. data/app/assets/node_modules/tether/examples/testbed/index.html +36 -0
  1370. data/app/assets/node_modules/tether/examples/tooltip/index.html +86 -0
  1371. data/app/assets/node_modules/tether/examples/viewport/colors.css +145 -0
  1372. data/app/assets/node_modules/tether/examples/viewport/index.html +70 -0
  1373. data/app/assets/node_modules/tether/gulpfile.js +97 -0
  1374. data/app/assets/node_modules/tether/package.json +40 -0
  1375. data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-arrows.sass +192 -0
  1376. data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-basic.sass +14 -0
  1377. data/app/assets/node_modules/tether/src/css/helpers/_tether.sass +12 -0
  1378. data/app/assets/node_modules/tether/src/css/mixins/_inline-block.sass +6 -0
  1379. data/app/assets/node_modules/tether/src/css/mixins/_pie-clearfix.sass +7 -0
  1380. data/app/assets/node_modules/tether/src/css/tether-theme-arrows-dark.sass +12 -0
  1381. data/app/assets/node_modules/tether/src/css/tether-theme-arrows.sass +12 -0
  1382. data/app/assets/node_modules/tether/src/css/tether-theme-basic.sass +10 -0
  1383. data/app/assets/node_modules/tether/src/css/tether.sass +5 -0
  1384. data/app/assets/node_modules/tether/src/js/abutment.js +61 -0
  1385. data/app/assets/node_modules/tether/src/js/constraint.js +366 -0
  1386. data/app/assets/node_modules/tether/src/js/markAttachment.js +46 -0
  1387. data/app/assets/node_modules/tether/src/js/shift.js +32 -0
  1388. data/app/assets/node_modules/tether/src/js/tether.js +811 -0
  1389. data/app/assets/node_modules/tether/src/js/utils.js +370 -0
  1390. data/app/assets/node_modules/tinycolor2/Gruntfile.js +59 -0
  1391. data/app/assets/node_modules/tinycolor2/LICENSE +20 -0
  1392. data/app/assets/node_modules/tinycolor2/README.md +469 -0
  1393. data/app/assets/node_modules/tinycolor2/bower.json +9 -0
  1394. data/app/assets/node_modules/tinycolor2/demo/demo.css +23 -0
  1395. data/app/assets/node_modules/tinycolor2/demo/jquery-1.9.1.js +9597 -0
  1396. data/app/assets/node_modules/tinycolor2/dist/tinycolor-min.js +4 -0
  1397. data/app/assets/node_modules/tinycolor2/docs/docco.css +192 -0
  1398. data/app/assets/node_modules/tinycolor2/docs/tinycolor.html +1023 -0
  1399. data/app/assets/node_modules/tinycolor2/index.html +207 -0
  1400. data/app/assets/node_modules/tinycolor2/package.json +31 -0
  1401. data/app/assets/node_modules/tinycolor2/test/index.html +19 -0
  1402. data/app/assets/node_modules/tinycolor2/test/qunit.css +244 -0
  1403. data/app/assets/node_modules/tinycolor2/test/qunit.js +2152 -0
  1404. data/app/assets/node_modules/tinycolor2/test/test.js +791 -0
  1405. data/app/assets/node_modules/tinycolor2/tinycolor.js +1195 -0
  1406. data/app/assets/stylesheets/rails_modular_admin/application.scss +2 -3
  1407. data/app/assets/stylesheets/rails_modular_admin.scss +0 -1
  1408. data/config/initializers/assets.rb +4 -29
  1409. data/lib/rails_modular_admin/engine.rb +30 -2
  1410. data/lib/rails_modular_admin/version.rb +1 -1
  1411. metadata +1419 -8
  1412. data/app/controllers/rails_modular_admin/application_controller.rb +0 -5
  1413. data/app/helpers/rails_modular_admin/application_helper.rb +0 -4
  1414. data/app/jobs/rails_modular_admin/application_job.rb +0 -4
  1415. data/app/mailers/rails_modular_admin/application_mailer.rb +0 -6
  1416. 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```.