How to Configure

Most visualizations receive configuration parameters. The options are documented on each visualization's page and are used as in the following example:

Name Default Value Description
width the wrapping container width the width to be forced to the visualization
radius 50px the outer radius of each donut
SViz.loadViz("showCourses", "data.json", "#visualization", {width="50", radius="60px"});

The options can be typed in any order and only those that you wish to change need to be specified.

For other or more advanced costumizations, either make a request on github if you feel this would be an improvement to everyone or fork our project and make your own changes. For the later, you may want to consult the D3 documentation.