Commit Graph
32 Commits
Author SHA1 Message Date
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 fa2adfc97c Added a check, when rendering the delete button, to see if there are pinned
queries, rather than just checking for other unpinned queries.
2013-08-30 08:58:26 -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 6324f9042e switched out the border-radius powered query_color_dot's with font-awesome icons to maintain IE compatibility 2013-08-28 12:14:09 -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
Spencer Alger b160700e68 adjusted the shared kbn.top_field_values() function to preserve field values, specifically so that arrays are not flattened to strings 2013-08-27 15:04:01 -07:00
Spencer Alger a6c425ef97 emergency fix for the abundance of jshint errors -- sorry y'all 2013-08-26 18:05:03 -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
spenceralger 74a526daaf Merge pull request #401 from spenceralger/shared-config
Setup a shared JSHint config file
2013-08-26 17:45:15 -07:00
Spencer Alger d778873ba5 Moved JSHint config into the standard .jshintrc file, so that it can be shared with the command line version as well as version that run within IDEs 2013-08-26 17:44:02 -07:00
Spencer Alger 1989a30735 Merge branch 'master' into geo_point_filter 2013-08-26 17:15:05 -07:00
spenceralger 6c4f00ced8 Merge pull request #420 from spenceralger/zero-filled-ts
Restored the "required_times" functionality
2013-08-26 16:51:11 -07:00
Spencer Alger b4a2391b8c Merge branch 'master' into geo_point_filter 2013-08-26 16:47:31 -07:00
Spencer Alger 7252800c53 Restored the "required_times" functionality so that stacking will work as expected. 2013-08-26 16:25:20 -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 0a4f6d0dad added check for 404 response from the index_save call, assumes that auto_create_index is disabled and attempts to create the index before saving a second time 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
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
Spencer Alger 556925f840 added check for 404 response from the index_save call, assumes that auto_create_index is disabled and attempts to create the index before saving a second time 2013-08-26 09:22:32 -07:00
Spencer Alger 252b2fd651 fixed a property typo 2013-08-24 14:24:54 -07:00
Spencer Alger 9b62617ede cleaned up the documentation a bit 2013-08-23 14:36:10 -07:00
Spencer Alger 85f241a4d8 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-23 13:20:31 -07:00
Spencer Alger a01dd003fa 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-23 10:04:44 -07:00
spenceralger 2cff988ba0 Merge pull request #400 from spenceralger/master
Creates zero-filled data for the histogram.
2013-08-22 15:04:09 -07:00
Spencer Alger 69ab6bbd12 Merge branch 'zero-filled-ts'
Conflicts:
	js/services.js
2013-08-22 14:59:59 -07:00
Spencer Alger c8638e0581 moved the timeSeries service into the histogram module. 2013-08-22 14:58:10 -07:00
Spencer Alger 13d3da048d created timeSeries service with a ZeroFilled class to manage the rows for the histogram 2013-08-22 13:53:31 -07:00
Spencer Alger 8a9661bf26 Added a time series service, which provides a ZeroFilled class, setup the histogram to use it so that zero measurements will be displayed 2013-08-22 13:51:15 -07:00