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
spenceralger
d1495fbf6e
Merge pull request #437 from spenceralger/responsive-tooltip
...
kbn.query_color_dot() shouldn't use border-radius
2013-08-28 17:46:45 -07:00
spenceralger
493fdbc1b6
Merge pull request #438 from spenceralger/zero-filled-ts
...
Zero filled ts
2013-08-28 17:14:56 -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
spenceralger
dfd5f1baba
Merge pull request #436 from spenceralger/responsive-tooltip
...
The tooltip should be more responsive
2013-08-28 11:18:21 -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
spenceralger
cb8f020ae1
Merge pull request #431 from spenceralger/geo_point_filter
...
Fixes filtering on array values from the micro-analysis pop-out
2013-08-27 15:11:27 -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
Rashid Khan
77e1e004a6
Merge pull request #429 from rashidkpc/newlines
...
Closes #173
2013-08-27 11:29:47 -07:00
Rashid Khan
471b7ee443
Closes #173
2013-08-27 11:29:07 -07:00
Rashid Khan
f922658341
Merge pull request #428 from rashidkpc/issue426
...
Closes #426
2013-08-27 11:03:10 -07:00
Rashid Khan
7970296cbe
Closes #426
2013-08-27 11:02:35 -07:00
Rashid Khan
09c9e132fa
Merge pull request #427 from rashidkpc/jshint
...
Jshint and white space cleanse
2013-08-27 10:57:08 -07:00
Rashid Khan
4a360ffb62
Merge remote-tracking branch 'spencer/shared-config' into jshint
2013-08-27 10:55:13 -07:00
Rashid Khan
ae5ddf8736
Merge pull request #425 from rashidkpc/master
...
Fixing silly conflict
2013-08-27 10:47:18 -07:00
Rashid Khan
3330a6b9f7
Fixing merge conflict
2013-08-27 10:39:00 -07:00
Rashid Khan
dcdea1d8cc
Fixing merge conflict
2013-08-27 10:33:37 -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
Rashid Khan
0af2549712
Merge pull request #418 from rashidkpc/fix
...
Bringing the rest of spencers changes in
2013-08-26 15:36:26 -07:00
Rashid Khan
196d39e462
squashing merge
2013-08-26 15:32:53 -07:00
Rashid Khan
826e8d7393
Merge branch 'master' of github.com:rashidkpc/kibana3
2013-08-26 13:46:54 -07:00
Rashid Khan
71cf9dfa8c
Revert "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"
...
This reverts commit 556925f840
.
2013-08-26 13:46:33 -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
Rashid Khan
5dd1c55627
Fixed subsecond intervals in interval_to_seconds
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
c5867779d1
Adding grunt step to CONTRIBUTING.md
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
Rashid Khan
206e634c24
spacing
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
4cdac5e709
More error handling, changed es loading to use get instead of search
2013-08-26 13:45:31 -07:00
Rashid Khan
809b0a34e7
Improved error handling via alertSrv service
2013-08-26 13:45:31 -07:00
Rashid Khan
c5bc350d4f
Adding panel should have all options
2013-08-26 13:45:31 -07:00
Rashid Khan
9ee5618335
Removed useless placement, added pointer class to field list
2013-08-26 13:45:31 -07:00
Rashid Khan
e12a78514b
Revert "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"
...
This reverts commit 556925f840
.
2013-08-26 13:38:44 -07:00
Rashid Khan
71b14e4643
Merge branch 'zero'
2013-08-26 13:33:36 -07:00
Rashid Khan
49c596a84f
Merge remote-tracking branch 'spencer/zero-filled-ts' into zero
2013-08-26 13:31:12 -07:00