Widgets > Chart Widgets > wijscatterchart > wijscatterchart Tutorial > wijscatterchart 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 id="wijscatterchartDefault" class="ui-widget ui-widget-content ui-corner-all" style="width: 550px; height: 350px;">
</div>