Home Forums Chart Support Average of database column Reply To: Average of database column

#28034

New problem.. I want to change the title of the chart with PHP (set a variable as the title) but then my chart isn’t displayed anymore. How can I use php in the title?

I tried
text: < ? php $title ? >
and
text:< ? php echo $title; ? >

(without the unnecessary spaces obviously, it won’t let me post the code here otherwise)