Hi,
when trying to create SVG chart output using select 'dbr.chart.options','format','svg';
I'll get an empty page with only the name of the report. However, PNG works.
I've tested my ChartDirector separately and it can produce SVG using standalone php script so it seems something gets pear-shaped between myDBR and ChartDirector.
The generated php call for creating the SVG output is as follows:
mydbr_get_cd_chart.php?img=chart1&id=oh6dsg228t004vcr1ch069s8854e62200a57806&&stype=.svg
Any advice how to approach this issue?