Logo

15.3 Putting it all together with scripts

The primary audience of Mondrian are programmers that have data at hand and want to visualize it. For this purpose, Mondrian offers the ViewRenderer interface that comes with an API that resembles a domain specific language.

The ViewRenderer offers complete access to the manipulation of all variables of the visualization:

  • definition of the graph: nodes, edges, and nesting;
  • specification of shapes with the help of the ShapeSelector;
  • specification of layouts; and
  • specification of interaction with the help of the Announcer.

Add a Note