Skip to content

Instantly share code, notes, and snippets.

@studio3104
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save studio3104/cafe869bb2974c7e0b8b to your computer and use it in GitHub Desktop.

Select an option

Save studio3104/cafe869bb2974c7e0b8b to your computer and use it in GitHub Desktop.

Revisions

  1. studio3104 revised this gist Apr 30, 2014. 1 changed file with 11 additions and 2 deletions.
    13 changes: 11 additions & 2 deletions hf_embed.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,20 @@
    #### `graphonly`
    2パターン書いてみたのですが、どちらがよい(or どちらもだめ)でしょうか??


    ## `graphonly`

    `graphonly=1` を指定すると、グラフのヘッダが消えるように実装しました

    https://github.com/studio3104/HRForecast/commit/8621c50c6efe6f47f85cd8f1d11675880c2b28a6

    - `graphonly=1`
    ![](http://i.gyazo.com/aed988bdb8c9d0321ee35060c9b2c576.png)


    #### `graphheader`, `graphlabel`
    ## `graphheader`, `graphlabel`

    `graphheader=0` を指定するとグラフのヘッダが消え、`graphlabel=0` を指定するとグラフ名の部分が消えるように実装しました

    https://github.com/studio3104/HRForecast/commit/ecbcbc357b2f59da1e8b42f2828f2c0ba67e242a

    - `graphheader=0&graphlabel=0`
  2. studio3104 created this gist Apr 30, 2014.
    18 changes: 18 additions & 0 deletions hf_embed.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    #### `graphonly`
    https://github.com/studio3104/HRForecast/commit/8621c50c6efe6f47f85cd8f1d11675880c2b28a6

    - `graphonly=1`
    ![](http://i.gyazo.com/aed988bdb8c9d0321ee35060c9b2c576.png)


    #### `graphheader`, `graphlabel`
    https://github.com/studio3104/HRForecast/commit/ecbcbc357b2f59da1e8b42f2828f2c0ba67e242a

    - `graphheader=0&graphlabel=0`
    ![](http://i.gyazo.com/7333f8555fafea0f75059ee9ceab8a5d.png)

    - `graphheader=1&graphlabel=0` or `graphlabel=0`
    ![](http://i.gyazo.com/2b751d06ea61250c786e65f221038760.png)

    - `graphheader=0&graphlabel=1` or `graphheader=0`
    ![](http://i.gyazo.com/aed988bdb8c9d0321ee35060c9b2c576.png)