I am building a D3 based visualizer for GraphX graphs in Zeppelin, based
off of this example of using requirejs to pull in D3:
https://github.com/lockwobr/zeppelin-examples/blob/master/
requirejs/requirejs.md

When I have a large amount of data to visualize (and thus a large HTML
string), the HTML string gets truncated, which breaks the visualization.

Is there a way to force the output of a line to not be truncated, or a
better way of writing custom visualizations?

Thank you,
Ben Jones

Reply via email to