Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/282838

Change subject: Dynamic Y-axis minimum
......................................................................

Dynamic Y-axis minimum

Set the Y-axis minimum to be the lowest value in the series, rather than 0. It
is far easier to identify trends this way.

Change-Id: I15ffb64f3549f8aaeccc4f76d5b54bd1ecaa9bb1
---
M public_html/src/coal.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/performance/docroot 
refs/changes/38/282838/1

diff --git a/public_html/src/coal.js b/public_html/src/coal.js
index a78cd4f..a334428 100644
--- a/public_html/src/coal.js
+++ b/public_html/src/coal.js
@@ -52,6 +52,7 @@
                                        width: 680,
                                        height: 200,
                                        left: 60,
+                                       min_y_from_data: true,
                                        show_tooltips: false,
                                        show_rollover_text: true
                                } );

-- 
To view, visit https://gerrit.wikimedia.org/r/282838
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I15ffb64f3549f8aaeccc4f76d5b54bd1ecaa9bb1
Gerrit-PatchSet: 1
Gerrit-Project: performance/docroot
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to