Commit Graph

52038 Commits

Author SHA1 Message Date
Rashid Khan
3852e08805 Readme updates 2013-05-13 08:53:31 -07:00
Rashid Khan
8c5e20e4b6 Merge pull request #73 from rashidkpc/master
Variety of fixes, see commit
2013-05-09 07:34:57 -07:00
Rashid Khan
5d2bd5d3c2 Fixed minimum interval setting bug 2013-05-09 07:14:12 -07:00
Rashid Khan
a34e967ca6 options to disable table headers and paging controls 2013-05-09 07:13:38 -07:00
Rashid Khan
55b7b8ed38 Added animate.css 2013-05-09 07:12:44 -07:00
Rashid Khan
8cc492a202 Merge pull request #69 from rashidkpc/master
mortini's create panel button suggestion
2013-05-06 13:10:07 -07:00
Rashid Khan
b2d8f16af3 Moved panel creation button 2013-05-06 13:09:20 -07:00
Rashid Khan
3e695bf830 Merge pull request #68 from rashidkpc/master
Followup to #67
2013-05-06 11:23:42 -07:00
Rashid Khan
f24b8186c4 Missed a couple panel.index mentions 2013-05-06 11:23:07 -07:00
Rashid Khan
9d021f43f9 Merge pull request #67 from rashidkpc/master
Fix for missing index error
2013-05-06 11:06:51 -07:00
Rashid Khan
7be784bc91 Fixed missing index bug on rotated indices 2013-05-06 11:05:54 -07:00
Rashid Khan
e45c08fc6a Merge pull request #65 from rashidkpc/master
Issue #7 and bug fixes
2013-05-03 13:55:34 -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
4747ee015c Merge pull request #63 from rashidkpc/master
Issue #60
2013-05-02 16:47:02 -07:00
Rashid Khan
c5678139ef removed localhost from config.js, added guessing of ES host 2013-05-02 16:46:26 -07:00
Rashid Khan
c41577c00b Merge pull request #62 from rashidkpc/master
Issue #61
2013-05-02 16:41:05 -07:00
Rashid Khan
a43e9252c8 Added move buttons to table header 2013-05-02 16:39:50 -07:00
Rashid Khan
a793637fea Removed map2 and parallelcoordinates from default config file 2013-05-02 08:52:54 -07:00
Zachary Tong
a34e1dcbd5 Merge pull request #57 from polyfractal/master
Fix parallel coordinates when used with ordinal/time scales
2013-04-25 07:03:46 -07:00
Zachary Tong
ac9bfca6e9 Fix graph and coloring when ordinal/time scales are used
Adjusts the y-axis and coloring for when ordinal (and as a derivative,
time scales) are the only y-axis in the graph.  Previously, a number-
only axis was required to draw the plot.

Also fixes a bug where selecting ordinal/time scale would not select
the lines.

Closes #54
2013-04-25 15:54:18 +02:00
Rashid Khan
921e64ae36 Merge pull request #56 from rashidkpc/master
Fix for micropanel in chrome
2013-04-25 02:01:10 -07:00
Rashid Khan
e5b98c5d47 fixed overflow of micropanel table in chrome 2013-04-25 10:58:14 +02:00
Rashid Khan
bdd5d8ac48 Merge pull request #55 from rashidkpc/master
Documentation
2013-04-22 07:08:57 -07:00
Rashid Khan
bcaba79494 text panel documentation 2013-04-19 21:58:58 -07:00
Rashid Khan
78c6178217 table panel documentation 2013-04-19 21:55:15 -07:00
Rashid Khan
433272b994 query panel documentation 2013-04-19 21:46:47 -07:00
Rashid Khan
db524af6b2 sort panel documentation 2013-04-19 21:21:25 -07:00
Rashid Khan
5e297222b0 pie panel documentation 2013-04-19 21:14:38 -07:00
Rashid Khan
5eb5f2cb8b map panel documentation 2013-04-19 21:03:31 -07:00
Rashid Khan
bc558733ad hits panel documentation 2013-04-19 20:56:24 -07:00
Rashid Khan
61a71b36ce histogram panel documentation 2013-04-19 20:49:57 -07:00
Rashid Khan
76f4788f72 fields panel documentation 2013-04-19 20:36:03 -07:00
Rashid Khan
af89762021 debug panel documentation 2013-04-19 20:32:01 -07:00
Rashid Khan
0f2dac44b1 dashboard panel documentation 2013-04-19 20:28:30 -07:00
Rashid Khan
38520b0387 column panel documentation 2013-04-19 20:20:49 -07:00
Rashid Khan
b85f2c9440 css cleanup, fixed issue where dashboards using relative time might not save correctly 2013-04-19 18:15:53 -07:00
Zachary Tong
547ca3cb10 Merge pull request #53 from polyfractal/map2
New Map Panel
2013-04-19 08:24:07 -07:00
Zachary Tong
707e3daa1e Rolling back angular-strap, no need for a more recent version anymore 2013-04-19 11:18:48 -04:00
Zachary Tong
a8ecf25533 Remove unused lib files 2013-04-19 11:05:12 -04:00
Zachary Tong
869149892b Move dropdown options into scope so that it appears on panel creation 2013-04-19 11:00:43 -04:00
Zachary Tong
d693457ef3 Update editor with better description 2013-04-19 10:34:07 -04:00
Zachary Tong
e0a0013c22 Fix clipping issues with bullseye on sphere 2013-04-18 16:34:47 -04:00
Zachary Tong
9a91a49409 Fix clipping issues with geopoints on sphere 2013-04-18 16:33:14 -04:00
Zachary Tong
25938054e2 Move directive-level variables out of scope 2013-04-18 15:06:14 -04:00
Zachary Tong
5a5e4cef4f Integrate keypress service for sphere dragging 2013-04-18 14:38:55 -04:00
Zachary Tong
7dc708d545 Update tab spacing 2013-04-18 14:23:52 -04:00
Zachary Tong
35c59fd4a6 Merge branch 'master' into map2 2013-04-18 14:21:21 -04:00
Zachary Tong
f8c5e464f9 Merge remote-tracking branch 'upstream/master' 2013-04-18 14:19:32 -04:00
Zachary Tong
eea4232564 Merge pull request #52 from polyfractal/parallelcoordinates
Parallel coordinates
2013-04-18 11:18:06 -07:00
Zachary Tong
5d72a6337d Remove unused css 2013-04-18 14:15:17 -04:00