Skip to content

Commit

Permalink
updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Aug 19, 2013
1 parent ddd6f00 commit e3f18fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/gcharts/pie_chart_basic.php
@@ -1,7 +1,7 @@
<h1><?php echo anchor('gchart_examples', 'Codeigniter gChart Examples'); ?> \ Basic Line Chart</h1>
<?php
echo $this->gcharts->PieChart('Foods')->outputInto('food_div');
echo $this->gcharts->div();
echo $this->gcharts->div(500,300);

if($this->gcharts->hasErrors())
{
Expand Down Expand Up @@ -41,7 +41,7 @@
<h2>View Code</h2>
<pre style="font-family:Courier New, monospaced; font-size:10pt;border:1px solid #000;background-color:#e0e0e0;padding:5px;">
echo $this->gcharts->PieChart('Foods')->outputInto('food_div');
echo $this->gcharts->div();
echo $this->gcharts->div(500,300);

if($this->gcharts->hasErrors())
{
Expand Down

0 comments on commit e3f18fe

Please sign in to comment.