Programmatically adding viewers

Hi Team

We would like to explore some viewers, which we have not yet enabled from our custom visualization menu.
Could you please let me know, how I can add the SunBurst, Radarplot and Pivot Table viewer using the Datagrok console?

I tried “Charts:_SunburstViewer()” for the Sunburst, but it doesn’t work.

Thanks
Nico

Hi Nico!
For pivot table use:
grok.shell.tv.addViewer('Pivot Table')

thanks!
And for the other viewers?

Hello! Please use this commands:

grok.shell.tv.addViewer('Sunburst');
grok.shell.tv.addViewer('Radar');
grok.shell.tv.addViewer('Pivot Table');
2 Likes

@oahadzhanian.datagrok.ai Let’s make sure users are able to figure it out themselves. I think we can add it to the help, as well as to the “Dev” context panel

1 Like