top of page

Interactive VisiRule Visualizer

You can use the VisiRule Visualizer to explore the structure of your charts using an interactive HTML browser.

Features

Visual

You can learn a lot by inspecting the logical structure of your VisiRule chart. Sometimes, a different view can reveal different aspects of the logical structure and dependencies in your chart.

Interactive

The VisiRule Visualizer allows you to expand and contract different branches of the chart locally in your browser.

Configurable

You can affect what elements are and are not displayed. By suppressing some nodes, you can better explore the aspects that are of concern.

Explore Insurance Demo

You can use the VisiRule Visualizer with any VisiRule chart to provide a different way to explore the structural aspect of your logic. The Visualizer is built using D3. D3.js is a JavaScript library for creating visualizations like charts, maps, and more on the web. D3.js (also known as D3, short for Data-Driven Documents) is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. It makes use of Scalable Vector Graphics (SVG), HTML5, and Cascading Style Sheets (CSS) standards. 

Radial View

A radial tree, or radial map, is a method of displaying a tree structure (e.g., a tree data structure) in a way that expands outwards, radially. It provides a different ways to visually display a VisiRule chart's structure.

radial_view.png
bottom of page