From 2fb6638484beeb7d8e8002e1ee23e8e1afaefe54 Mon Sep 17 00:00:00 2001 From: markharwood Date: Wed, 24 Oct 2018 10:20:31 +0100 Subject: [PATCH] =?UTF-8?q?Graph:=20remove=20=E2=80=9Cstep=E2=80=9D=20prop?= =?UTF-8?q?erty=20which=20makes=20values=20other=20than=201,=201001,=20200?= =?UTF-8?q?1=20etc=20illegal=20(#23610)=20(#24479)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #22054 --- x-pack/plugins/graph/public/templates/settings.html | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/graph/public/templates/settings.html b/x-pack/plugins/graph/public/templates/settings.html index cfcff598eac845..6b835de907db66 100644 --- a/x-pack/plugins/graph/public/templates/settings.html +++ b/x-pack/plugins/graph/public/templates/settings.html @@ -189,7 +189,6 @@ class="form-control input-sm" min="1" max="500000" - step="1000" id="qIndexSampleSize" ng-model="exploreControls.sampleSize" >