Miracle Max created ZEPPELIN-2315:
-------------------------------------

             Summary: Graph mode is ignored after Zeppelin restart
                 Key: ZEPPELIN-2315
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2315
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.7.0
            Reporter: Miracle Max
            Priority: Blocker


Steps:
* Change graph mode from `table` to something else (ex: `pieChart`)
* Restart Zeppelin
* All paragraphs are defaulted to `table`

I can confirm that Zeppelin is storing the correct graph mode in the note.json  
but is ignored and defaults `table` on all paragraphs after a restart.

{noformat}
        "results": [
          {
            "graph": {
              "mode": "scatterChart",
              "height": 300.0,
              "optionOpen": false
            },
            "helium": {}
          }
        ],
{noformat}

I tried _0.7.1-rc1_, _0.7.1-rc2_ and issue persisted



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to