Hi
I like the way that google analytics creates a little thumbnail version of a chart that actually represents the data but has no title or x axis names or y-axis names essentially is just the trendline for the period.
I have attempted to emulate this but I am falling short...
I have used the following options. I checked the Fusion Documentation
http://www.fusioncharts.com/Docs/Index.html
- showvalues works but showBorder and showAnchors does not seem to have any effect.
SELECT 'dbr.subtitle', CONCAT('Page Analysis For The Period ');
select 'dbr.chart', 'Line', 'P/A' ,200,200;
select 'dbr.chart.options', 'showvalues' ,'0';
select 'dbr.chart.options', 'showAnchors', '0';
select 'dbr.chart.options', 'showBorder', '0';
I need to remove the background, x axis, y axis etc.
Please help.
Thanks