Closed maziyarpanahi closed 6 years ago
Hello,
The action links are not working in Apache Zeppelin.
Export as PNG = this works View Source = shows the home page of Zeppelin instead Open in Vega Editor = won't do anything
For instance, when I click on "View Source" I get this:
Here is the HTML code of that section in my browser:
<div class="vega-actions"><a href="data:image/png;" target="_blank" download="vega.png">Export as PNG</a><a href="#">View Source</a><a href="#">Open in Vega Editor</a></div>
Is there anyway to config/fix these action links?
Many thanks
vega-actions links have been disabled by https://github.com/vegas-viz/Vegas/pull/135
vega-actions
Hello,
The action links are not working in Apache Zeppelin.
Export as PNG = this works View Source = shows the home page of Zeppelin instead Open in Vega Editor = won't do anything
For instance, when I click on "View Source" I get this:
Here is the HTML code of that section in my browser:
<div class="vega-actions"><a href="data:image/png;" target="_blank" download="vega.png">Export as PNG</a><a href="#">View Source</a><a href="#">Open in Vega Editor</a></div>
Is there anyway to config/fix these action links?
Many thanks