Jan
This is not supported out of the box, but you can add cells to add this in.
You can find a lot of treemap visualisations done using d3
https://bost.ocks.org/mike/treemap/.
You can reformat your results into JSON and then use that with the
javascript+d3 code and assemble the resulting HTML. Finally you can just
println the resulting HTML and you will get a treemap in Zeppelin.
print("%html " + yourHTMLStringVariable)
Deenar
On 22 December 2016 at 14:28, Jan Botorek <[email protected]> wrote:
> Hello,
>
> I would like to visualize data in a TreeMap format. Don’t you, guys,
> anyone have experience with some technology, that would enables Zeppelin to
> visualize such a data structure, please?
>
>
>
> Regards,
>
> Jan
>