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)