Last active
August 29, 2015 14:00
-
-
Save studio3104/cafe869bb2974c7e0b8b to your computer and use it in GitHub Desktop.
Revisions
-
studio3104 revised this gist
Apr 30, 2014 . 1 changed file with 11 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,20 @@ 2パターン書いてみたのですが、どちらがよい(or どちらもだめ)でしょうか?? ## `graphonly` `graphonly=1` を指定すると、グラフのヘッダが消えるように実装しました https://github.com/studio3104/HRForecast/commit/8621c50c6efe6f47f85cd8f1d11675880c2b28a6 - `graphonly=1`  ## `graphheader`, `graphlabel` `graphheader=0` を指定するとグラフのヘッダが消え、`graphlabel=0` を指定するとグラフ名の部分が消えるように実装しました https://github.com/studio3104/HRForecast/commit/ecbcbc357b2f59da1e8b42f2828f2c0ba67e242a - `graphheader=0&graphlabel=0` -
studio3104 created this gist
Apr 30, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ #### `graphonly` https://github.com/studio3104/HRForecast/commit/8621c50c6efe6f47f85cd8f1d11675880c2b28a6 - `graphonly=1`  #### `graphheader`, `graphlabel` https://github.com/studio3104/HRForecast/commit/ecbcbc357b2f59da1e8b42f2828f2c0ba67e242a - `graphheader=0&graphlabel=0`  - `graphheader=1&graphlabel=0` or `graphlabel=0`  - `graphheader=0&graphlabel=1` or `graphheader=0` 