I determined that the output was not actually being truncated. Chrome's dev tools truncate the content of very long script tags so it only looked to be the case.
On Mon, Aug 8, 2016 at 1:51 PM, Ben <gilgergog...@gmail.com> wrote: > 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/re > quirejs/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 > -- -------- An object at rest cannot be stopped.