Commit graph

6261 commits

Author SHA1 Message Date
Khalah Jones-Golden 75f1c4bfc2 [EmbedUrl]fixed the "Share a link" url to have an embed portion 2015-03-17 16:10:02 -07:00
Shelby Sturgis 4cde4061c0 broke out methods in the yaxis, added tests for new methods in the yaxis 2015-03-17 15:29:58 -07:00
Khalah Jones Golden 9c98861291 Merge pull request #3370 from panda01/rebranding
Rebranding name change
2015-03-17 14:05:45 -07:00
Chris Cowan 8a0536cb4a Merge pull request #3374 from simianhacker/fix/3329-errors
Fixing an error with a merged PR
2015-03-17 12:06:33 -07:00
Chris Cowan eda5dc7da2 Fixing an error with a merged PR 2015-03-17 12:03:42 -07:00
Chris Cowan 27befa651c Merge pull request #3329 from ngrennan-inflection/master
Fixing basic http auth
2015-03-17 11:34:17 -07:00
Shelby Sturgis 2f73fc6a89 Merge branch 'master' into enhancement/1790
Conflicts:
	src/kibana/plugins/vis_types/vislib/editors/line.html
	src/kibana/plugins/vis_types/vislib/line.js
2015-03-17 11:33:01 -07:00
Khalah Jones Golden afe6da1536 Added Juan and Shelby to the contributors list 2015-03-17 11:12:22 -07:00
Khalah Jones Golden 6fc8e79518 Changing elastic.org to elastic.co 2015-03-17 11:09:10 -07:00
Khalah Jones-Golden edb4bffb8c Merge branch 'master' into rebranding
Conflicts:
	README.md
2015-03-17 10:06:21 -07:00
Spencer 7dbb0840b2 Merge pull request #3369 from spalger/fix/3286
Fix/3286
2015-03-17 09:02:23 -07:00
Khalah Jones-Golden f461498b0a [cleanup] Fixed some missed changes, or hyper ones i made 2015-03-16 18:32:09 -07:00
Khalah Jones-Golden a36f72142c [Docs, Links] Changed all of the relevant links and occurences of the string elasticsearch to take into consideration the rebranding during elasitcon and keynote 2015-03-16 18:22:48 -07:00
Spencer f2c72c1798 Update readme.md for elastic branding 2015-03-16 18:19:44 -07:00
Spencer d4cacb9694 Merge pull request #3154 from panda01/bubbleChart
Bubble chart
2015-03-16 17:57:41 -07:00
Spencer Alger a9a980cfca [bootstrap] update variables to be inline with latest bootstrap release 2015-03-16 17:38:43 -07:00
Spencer Alger 3ce26b5e78 [aggConfig] move format swapping logic into the aggType 2015-03-16 11:11:49 -07:00
Spencer Alger 448f5dd789 [aggConfig/tests] added tests for AggConfig#fieldFormatter 2015-03-16 10:49:10 -07:00
Spencer Alger 9b596711a2 [aggConfig] return a date formatter for metrics on date fields 2015-03-16 10:48:43 -07:00
Spencer Alger 89896a0806 [aggTypes/min] [aggtypes/max] allow choosing a date 2015-03-16 10:29:46 -07:00
Khalah Jones-Golden d35e3f61af Merge branch 'master' into bubbleChart
Conflicts:
	src/kibana/components/vislib/visualizations/line_chart.js
	src/kibana/plugins/vis_types/vislib/editors/line.html
	src/kibana/plugins/vis_types/vislib/line.js
	src/kibana/plugins/visualize/editor/agg.html
2015-03-15 15:35:19 -07:00
Khalah Jones-Golden 0812f21356 fixed typo causing jshint to crash 2015-03-15 15:21:08 -07:00
Khalah Jones-Golden e206b92229 changed back the line chart logic interpolation method to what it was 2015-03-15 15:18:07 -07:00
Khalah Jones-Golden 80b65e2c82 [BubbleChart/PointRendering] Only make the points opaque when the lines aren't being drawn between points on the bubbleChart 2015-03-15 15:17:45 -07:00
Khalah Jones-Golden 84626fa27d fixed __proto__ deprecation issue 2015-03-15 15:17:45 -07:00
Khalah Jones-Golden 04797349c7 Added tests for agg, and canRemove 2015-03-15 15:17:45 -07:00
Khalah Jones-Golden 075f7fcc12 [LineChartOptions] Some code cleanup, and making the Dot Size title consistent 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden 366490dd4f [LineChart/PointRendering] Code cleanup and improvement of readability 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden 4b2503ce79 [DotSizeAggOptions] Changed the color of the info icon to match the surrounding text 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden df1215935f [DotsizeMetric/Hintbox] Cleaned up old tooltip 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden aa24198b42 [DotsizeAgg/optionsTooltip]Changed the tooltip to something newer and cooler 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden 316abbba10 [LineChart/DotSizeMetric] Added the file for radius ratio inside of the Dot Size metric 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden 4a4b09b8a7 [LineChart/DotAggregation] Moved the Point radius to into the metric, from inside the view options 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden 021f3edc41 [LineChart/Options] cleanup 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden 7ea27e5664 [BubbleChart/Options] Made it so the user can't reach a state where nothing is drawn on the chart, code cleanup 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden e225142adf [BubbleChart] Made the dots transparent 2015-03-15 15:17:44 -07:00
Khalah Jones-Golden 3a80b34c12 [BubbleChart/PointHover] Fixed the hover circle to actually show outside of the bubble chart point 2015-03-15 15:17:40 -07:00
Khalah Jones-Golden bd65067d1b [LineChart/Options] Changed the point size slider title and added an info box 2015-03-15 15:15:35 -07:00
Khalah Jones-Golden c051f9d2ec [LineChart/PointSizeSlider] made the size adjuster a slider instead of a input with numbers 2015-03-15 15:15:34 -07:00
Khalah Jones-Golden d540288ffe [BubbleChart/Options] removed the old editors file not used anywhere, added back the adjustable point radius removed due to merge 2015-03-15 15:15:31 -07:00
Khalah Jones-Golden 39400e1183 [BubbleChart/PointRadius] Added an option to allow the user to change the ratio and scale of the chart
[Forms/validation] Added a directive that simply doesn't show errors until the user has actually made a mistake

[VisualizeSidebar, CreateIndexForm] Added the inTimeErrors Directive to the Visualize Sidebar and create index form

Revert "[VisualizeSidebar, CreateIndexForm] Added the inTimeErrors Directive to the Visualize Sidebar and create index form"

This reverts commit 513d35571e.

Revert "[Forms/validation] Added a directive that simply doesn't show errors until the user has actually made a mistake"

This reverts commit fb6fc07a92.
2015-03-15 15:14:01 -07:00
Khalah Jones-Golden a09bff58dd [Bubblechart/PointRadiusRatio] increased the ratio of the Point radius 2015-03-15 15:14:01 -07:00
Khalah Jones-Golden c0d135b6d8 [BubbleChart/DotSizeMetric] changed the aggFilter property so that the standard deviation and percentiles filter is removed from the Point Size metric 2015-03-15 15:14:01 -07:00
Khalah Jones-Golden 7ebadfb99c fixed tests, expanded more tests to include the zAxis 2015-03-15 15:14:00 -07:00
Khalah Jones-Golden 4ad7836234 fixed test, expanded a test to include zAspect 2015-03-15 15:14:00 -07:00
Khalah Jones-Golden 2c365b6b9e [BubbleChart/hovertooltip] Added the point size agg to the tooltip label 2015-03-15 15:14:00 -07:00
Khalah Jones-Golden 15fa109e9a [point_series/point] Changed the point series raidus property to z 2015-03-15 15:14:00 -07:00
Khalah Jones-Golden 44f872ef27 [Visualizations/Point Size] Put the point size back in the metrics. Improved metric remove button appearence logic 2015-03-15 15:14:00 -07:00
Khalah Jones-Golden 0c900086e4 [BubbleChart/DotSizeAgg] Move the Point size Agg to the buckets aggregations 2015-03-15 15:14:00 -07:00
Khalah Jones-Golden a1726b0d56 fixed test suite 2015-03-15 15:14:00 -07:00