Commit Graph

30970 Commits

Author SHA1 Message Date
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
Zachary Tong
2706c73790 Remove unused settings 2013-04-18 14:09:51 -04:00
Zachary Tong
915a0e379c Move directive-level variables out of scope 2013-04-18 14:07:37 -04:00
Zachary Tong
67d5a4577f Update spacing 2013-04-18 13:54:24 -04:00
Zachary Tong
d5f9da6bf7 Add keylistener service 2013-04-18 13:42:24 -04:00
Rashid Khan
0f3e64abf3 Merge pull request #51 from polyfractal/parallelcoordinates
Add Parallel Coordinates panel
2013-04-18 10:28:04 -07:00
Zachary Tong
260cf9ee0e Fix for mercator->orthographic changes 2013-04-18 13:14:19 -04:00
Zachary Tong
62de4a4901 Remove hard-coded isNumber, use underscore 2013-04-18 12:51:37 -04:00
Zachary Tong
1da3f10d61 Remove hard-coded coloring value 2013-04-18 12:46:24 -04:00
Zachary Tong
6178d030f6 Fix resizing viewbox for svg 2013-04-18 12:44:07 -04:00
Zachary Tong
91eaef48b3 Cleanup, comments 2013-04-18 12:35:57 -04:00
Zachary Tong
5947a7b019 Remove unused settings 2013-04-18 12:35:40 -04:00
Zachary Tong
db7cf3a96c Add ordinal scale for string-based fields 2013-04-18 12:10:31 -04:00
Zachary Tong
6a799b6ee0 Add d3 to common lib folder 2013-04-18 10:06:27 -04:00
Zachary Tong
78a070a8f1 Emit 'table_documents' message so that table can update 2013-04-18 10:05:44 -04:00
Zachary Tong
20848b13de Mostly working parallel coordinates 2013-04-17 17:13:54 -04:00
Rashid Khan
444d5875c5 Merge pull request #50 from rashidkpc/master
reorganized pie panel editor, added option to change legend position
2013-04-17 10:20:24 -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
06d04828bb added more view options for hits panel 2013-04-16 14:03:54 -07:00