You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/08/21 10:50:15 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Continued timeseries viz docs17

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch SOLR-13105-visual
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new ceda629  SOLR-13105: Continued timeseries viz docs17
ceda629 is described below

commit ceda6294354fdcd8b0826b43d5d0394760e298ff
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Aug 21 06:50:08 2019 -0400

    SOLR-13105: Continued timeseries viz docs17
---
 solr/solr-ref-guide/src/time-series.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/time-series.adoc b/solr/solr-ref-guide/src/time-series.adoc
index f9bdfed..c2b5d47 100644
--- a/solr/solr-ref-guide/src/time-series.adoc
+++ b/solr/solr-ref-guide/src/time-series.adoc
@@ -122,8 +122,8 @@ begin generating results at the 5th value. The prior values are not included in
 
 The `zplot` function is then used to plot the months on the x axis, and the average close and moving
 average on the y axis. Notice that the `ltrim` function is used to trim the first 4 values from
-the x axis the average closing prices. This is needed because the moving average will start from the
-5th value.
+the x axis and the average closing prices. This is done to line up the three arrays so they start
+from the 5th value.
 
 image::images/math-expressions/movingavg.png[]