hyokyun park created ZEPPELIN-91:
------------------------------------

             Summary: nvd3 makes svg non-scalable in IE 
                 Key: ZEPPELIN-91
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-91
             Project: Zeppelin
          Issue Type: Bug
          Components: GUI
    Affects Versions: 0.5.0
         Environment: IE10
            Reporter: hyokyun park
            Priority: Minor


Hi, I'm hyokyun.

I had found svg non-scalable in IE10. (also another IE)
It turned out that "nvd3" (bower_components/nvd3/nv.d3.css) matters.

We can fix it this way.
<pre>
$ diff bower_components/nvd3/nv.d3.css modified_nv.d3.css
156c156
<   height:100%;
---
>   /*height:100*/
</pre>

The result of the patching are shown below.
https://github.com/NFLabs/zeppelin/issues/417

But I don't know how to contribute this patch to zeppelin, because it depends 
on bower_components.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to