Commit Graph

91 Commits

Author SHA1 Message Date
Spencer Alger 2431e40145 Added a checkbox to the tooltip's settings that will cause the query to be displayed in the case an alias is not set. 2013-08-30 15:33:22 -07:00
Spencer Alger 73253bb54d added a tooltip settings section to the histogram settings editor. Currently the only setting defines which value is displayed on stacked charts. 2013-08-30 14:11:28 -07:00
Spencer Alger 29740110c8 Reverted to the previous "dot only" style of labeling the query a tooltip was referencing
when the query is not aliased.
2013-08-29 15:23:40 -07:00
Spencer Alger 6227cfdb70 moved the query color to a header, with a similarly colored title for the series 2013-08-29 15:05:07 -07:00
Spencer Alger eb0ee1cdc8 Zero-filling will now happen any time there is more than one query being plotted, even if that there is only one data point
in the series.
2013-08-28 14:10:06 -07:00
Spencer Alger 2846297dd9 moved the adition of the start and end time of the series after the reduce function checks each data point from elastic search. This whould resolve #422 2013-08-28 14:10:06 -07:00
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
Rashid Khan dcdea1d8cc Fixing merge conflict 2013-08-27 10:33:37 -07:00
Spencer Alger 0ab6e73f06 fixed a property typo 2013-08-26 13:46:33 -07:00
Spencer Alger 1b87ce387d cleaned up the documentation a bit 2013-08-26 13:46:33 -07:00
Spencer Alger d891d00fa4 Restored the "fill all the holes" strategy to the ZeroFill class, and introduced the fill_style option ("minimal" and
"all" are possible values). Also allowed a set of required times to be specified when asking the times series for it's
data. This way, we can ensure in the stacked bar chart that each data point in use has a value preventing the bars
from stacking incorrectly.
2013-08-26 13:46:33 -07:00
Spencer Alger 136bf66d39 Rebased to master to include latest changes
updated the getFlotPairs() function to only check before and after a value, adding only enough zeros to maintain line graphs.
2013-08-26 13:46:33 -07:00
Rashid Khan 2d6803cdbd fixed 0 height bars 2013-08-26 13:46:33 -07:00
Rashid Khan 7a11d35f8f Brought code back into line with existing jshint 2013-08-26 13:46:32 -07:00
Spencer Alger e858d3cb62 moved the timeSeries service into the histogram module. 2013-08-26 13:46:32 -07:00
Spencer Alger 1274a718dc created timeSeries service with a ZeroFilled class to manage the rows for the histogram 2013-08-26 13:45:31 -07:00
Rashid Khan 93b48a7d29 added ability to add new tabs to editor panels 2013-08-16 12:45:22 -07:00
Rashid Khan 514ef4b6bd added truncation configuration to table panel 2013-08-07 13:20:20 -07:00
Rashid Khan a118cf42ae Fix for histogram without time filter 2013-08-07 12:34:05 -07:00
Rashid Khan 58256acb81 Switch styles to LESS build, add inspector.html, update flot 2013-07-31 11:25:15 -07:00
Rashid Khan 2e85fbecb1 Updated inspector template 2013-07-30 14:58:45 -07:00
Rashid Khan b498e1975e removed eventBus completely, fix field list auto complete 2013-07-27 16:09:04 -07:00
Rashid Khan e993654c19 added field selector to table panel, deprecated field panel 2013-07-27 15:28:49 -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 278c069b4c Fixed double loading indices issue 2013-07-15 16:10:26 -07:00
Rashid Khan 2c5eb8bfb4 Updated default dashboard, added filtering panel 2013-07-14 21:42:35 -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 0d560c24e6 Refactoring query communication into service 2013-07-11 17:05:50 -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 8f88bd5e52 Fixed potential jquery race 2013-05-29 12:07:05 -07:00
Rashid Khan 82e40230a8 Fixed bug in pie editor, switched up edit icon, added ability to disable drag to select in histogram 2013-05-26 09:38:18 -07:00
Rashid Khan ccc1eafa69 Added percentage stacking mode to histogram 2013-05-24 09:13:13 -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 8880654bdd Updated version to milestone pre-2, added configurable auto inteval resolution for issue #70 2013-05-13 14:26:34 -07:00
Rashid Khan 906f3a3ca8 Added statistical modes to histogram panel 2013-05-13 13:31:59 -07:00
Rashid Khan 7be784bc91 Fixed missing index bug on rotated indices 2013-05-06 11:05:54 -07:00
Rashid Khan 6b6355e619 Added ability to customize interval in histogram, issue #7. Also fixed bug that caused editor and panel to be in different scopes 2013-05-03 13:54:29 -07:00
Rashid Khan 61a71b36ce histogram panel documentation 2013-04-19 20:49:57 -07:00
Rashid Khan 6b214f6c66 Fix time range in default dashboard 2013-04-11 14:25:49 -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 1d51e96ccb Removed loops to build legend, replaced by adding plot to scope 2013-04-09 08:04:29 -07:00
Rashid Khan ed297092a4 Prettied up hover and legends 2013-04-07 18:47:02 -07:00
Rashid Khan 300cb58fa4 Clean up panel editors, fix render on panel height change 2013-04-06 23:42:34 -07:00