summaryrefslogtreecommitdiffstats
path: root/src/charts
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-09-06 14:46:41 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-09-06 14:46:41 +0000
commit9f40ec30e4737262a2132dfa76dc0beba30fa795 (patch)
tree5ba5ae643af19c62548be81765c2fddabccc6487 /src/charts
parent3b131319615c8949013734a141ce3939ea4b614d (diff)
downloadzetacomponents-graph-9f40ec30e4737262a2132dfa76dc0beba30fa795.zip
zetacomponents-graph-9f40ec30e4737262a2132dfa76dc0beba30fa795.tar.gz
- Got average datasets working
Diffstat (limited to 'src/charts')
-rw-r--r--src/charts/line.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/charts/line.php b/src/charts/line.php
index 0157be7..7286390 100644
--- a/src/charts/line.php
+++ b/src/charts/line.php
@@ -274,10 +274,7 @@ class ezcGraphLineChart extends ezcGraphChart
$element->nullPosition = $this->elements['xAxis']->getCoordinate( false );
break;
}
- if ( !$element->font instanceof ezcGraphFontOptions )
- {
- echo "Wrong font config: $name\n";
- }
+
$this->driver->options->font = $element->font;
$boundings = $element->render( $this->renderer, $boundings );
}
OpenPOWER on IntegriCloud