Widgets > Chart Widgets > wijpiechart > wijpiechart Tutorial > wijpiechart Step 1 of 3: Setting up the View |
In this step you’ll add the markup to add content to the bar chart. Complete the following:
<body>
tags of the page. This markup will add the bar content to the page. The width and height of the bar chart is defined here.
<div class="main demo">
<!-- Begin demo markup -->
<div id="wijpiechart" class="ui-widget ui-widget-content ui-corner-all">
</div>
<!-- End demo markup -->
<div class="demo-options">
<!-- Begin options markup -->
<!-- End options markup -->
</div>
</div>