Graphics Programs Reference
In-Depth Information
FIGurE 5-10 Donut chart using Protovis
The first thing you do is create an HTML page—call it donut.html .
<html>
<head>
<title>Donut Chart</title>
<script type=”text/javascript” src=”protovis-r3.2.js”></script>
<style type=”text/css”>
#figure {
width: 400px;
height: 400px;
}
</style>
</head>
<body>
Search WWH ::




Custom Search