'htmlOptions' => array('style' => 'width: 80%'),
<style>
.columns { overflow: hidden; clear: both; width: 100%; }
.columns .left, .columns .right { float: left; }
.columns .left { width: 80%; }
.columns .right { width: 20%; }
</style>
<div class="container">
<div class="left"><?php $this->widget('CGridView'/* тут вызываем грид */); ?></div>
<div class="right"><!-- тут вызываем график --></div>
</div>