Commit Graph

55 Commits

Author SHA1 Message Date
Spencer Alger 7f745428fe centralized the tooltip creation and placement logic, and configured it to move out of the way when it would otherwise render off screen 2013-08-28 11:13:59 -07:00
Spencer Alger 389f8aef4d white-space cleanse, and added forin flags to a couple files that need to be looked at at a later date. 2013-08-26 17:56:40 -07:00
Rashid Khan 93b48a7d29 added ability to add new tabs to editor panels 2013-08-16 12:45:22 -07:00
Rashid Khan e993654c19 added field selector to table panel, deprecated field panel 2013-07-27 15:28:49 -07:00
Rashid Khan 3a06457c5d Added terms panel, deprecated pie panel 2013-07-26 14:35:27 -07:00
Rashid Khan 13fc14ffa9 Added panelMeta object for extra panel details, moved add panel button, tweaked editors 2013-07-25 21:27:37 -07:00
Rashid Khan 0723ad57b7 Added query to selector to every panel where it makes sense 2013-07-23 17:22:27 -07:00
Rashid Khan 6a1a9768f1 renamed query service to querySrv, added query pinning 2013-07-22 15:19:04 -07:00
Rashid Khan 051f28a0da IE9 support; closes #96 2013-07-21 21:44:00 -07:00
Rashid Khan 5a3028f784 Linted, moved shared functions to kbn object 2013-07-20 14:56:59 -07:00
Rashid Khan 344403d014 removed debug statement 2013-07-17 14:53:59 -07:00
Rashid Khan dd012735ed removed debug panel, fixed labels on pie 2013-07-17 14:51:28 -07:00
Rashid Khan b8bca8baa8 removed old mentions of eventBus, still need to refactor fields/table 2013-07-14 16:42:14 -07:00
Rashid Khan 0d0d3f4a36 Refactored panels to used dashboard, query and filter services and store them on the dashboard 2013-07-14 16:15:20 -07:00
Rashid Khan 35de5de3b2 Added added panel development status to each module 2013-06-17 10:34:18 -07:00
Rashid Khan 6eae38eb3c Load ordering specifications for LABJS 2013-05-29 12:30:38 -07:00
Rashid Khan bf456c864e Added trend panel, moved index calculation to service, made chart backgrounds transparent 2013-05-23 17:28:50 -07:00
Rashid Khan 9d651e9dd9 Switched to moment.js, updated color scheme 2013-05-22 11:50:49 -07:00
Rashid Khan 7be784bc91 Fixed missing index bug on rotated indices 2013-05-06 11:05:54 -07:00
Rashid Khan 5e297222b0 pie panel documentation 2013-04-19 21:14:38 -07:00
Rashid Khan a6f8d571cf reorganized pie panel editor, added option to change legend position 2013-04-17 10:19:16 -07:00
Rashid Khan c407da007c Fixed pie legend display bug in chrome, lots of cleanup 2013-04-16 07:54:34 -07:00
Rashid Khan 890a10df8d Fix for empty row height again, and some visual tweaks, colors 2013-04-10 16:48:48 -07:00
Rashid Khan ed297092a4 Prettied up hover and legends 2013-04-07 18:47:02 -07:00
Rashid Khan e793ac4b5f fixed file loading 2013-03-27 15:03:23 -04:00
Rashid Khan 2cf20f8c30 removed debug from pie 2013-03-13 09:34:44 -07:00
Rashid Khan d1169b4b48 Added more time intervals, fixed bug in goal pie 2013-03-13 09:08:23 -07:00
Rashid Khan 6bc6bba40d Added interactions: Drag to select time range in histogram, click on pie slice in terms mode, click on region in map 2013-03-12 13:40:14 -07:00
Rashid Khan d18d911de9 Added spy panels to map and histogram, added editor toggle to enable/disable spy 2013-03-12 09:20:18 -07:00
Rashid Khan a7a42b3e04 Added debug panel (not by default), added inspector link to pie and table 2013-03-11 17:13:47 -07:00
Rashid Khan e206040f94 add big loaded animation to panels that need it. Switched up color scheme, made text panel support plain text, markdown and sanitized html 2013-03-08 10:04:38 -07:00
Rashid Khan 5a0f15ba37 Fixed height bug, improved documentation for time stamped indices 2013-03-05 13:48:22 -07:00
Rashid Khan 8e15414852 Added column panel, refactored panel adding from rows to include panel specific parameters. Moved call to init function to template to avoid double init 2013-03-05 09:54:29 -07:00
Rashid Khan 4c948e0bc5 Added loader animation, framework for adjustable interval time stamped indices 2013-02-27 10:00:39 -07:00
Rashid Khan ffbddb4fae removed unused default settings, fixed bug where pie would query twice 2013-02-26 15:46:31 -07:00
Rashid Khan ae2a3ee83f Fixed bug in where pie panel would not stringify correctly if mode was changed 2013-02-22 14:57:47 -07:00
Rashid Khan 632b2abba7 Fixed config.timefield references 2013-02-22 13:55:46 -07:00
Rashid Khan ce5273b7df Added support for broadcasting an array of queries, added multi query support to stringquery panel 2013-02-21 15:26:48 -07:00
Rashid Khan 77ce7b9158 Updated angularjs to 1.1.2, added microanalysis to fields panel, fixed time picker initialization when mode is absolute or since 2013-02-19 16:27:07 -07:00
Rashid Khan c72053a0ac Added pagination to table module 2013-02-18 10:53:25 -07:00
Rashid Khan a7ab4b3723 Added goal mode to pie 2013-02-18 09:18:36 -07:00
Rashid Khan 22d3fdace1 Improved portability of exported JSON files, updated underscore.js 2013-02-13 14:51:56 -07:00
Rashid Khan 81962c831b Started on row editor, removed lots of 's for nice speed increase 2013-02-12 16:25:39 -07:00
Rashid Khan 0703dd8799 Moved map js files, added exporting and saving of dashboard, added timer service to manage global timer cancelling, switched to font awesome 2013-02-12 08:42:31 -07:00
Rashid Khan 0d8f1fab9b fixed histogram and pie editors, added hits and map editors 2013-02-08 15:57:24 -07:00
Rashid Khan b94ea26b9c Added pie and histogram editors 2013-02-08 15:18:35 -07:00
Rashid Khan ee65f81a2b Refactored panel communication to use an angular service, started work on panel editing interface 2013-02-07 15:05:55 -07:00
Rashid Khan 085b688850 Added fields and hits panels, updated config and default dashboard. 2013-02-06 14:14:17 -07:00
Rashid Khan 70f6a29700 Added missing text panel, added hover to pie and histogram 2013-02-05 19:20:32 -07:00
Rashid Khan 4b9310ea88 Added comments to default dashboard, added multi group binding to timepicker, added text panel 2013-02-05 16:24:46 -07:00