This may be a ChartDirector question rather than a mydbr question, but I'll start here.
I'm creating a column bar chart. With these options:
select 'dbr.chart', 'Column','Lead Sources for Qualified Leads','800','500';
select 'dbr.chart.options', 'flashchart';
select 'dbr.chart.options', 'rotateNames', '45';
it looks like this which is fine. With these options:
select 'dbr.chart', 'Column','Lead Sources for Qualified Leads','800','500';
select 'dbr.chart.options', 'imagechart';
select 'dbr.chart.options', 'rotateNames', '45';
it looks like this, which is not so fine.
I've tried additional options:
select 'dbr.chart', 'Column','Lead Sources for Qualified Leads','800','500'; select 'dbr.chart.options', 'imagechart'; select 'dbr.chart.options', 'rotateNames', '45'; select 'dbr.chart.options', 'shading', 'RoundedEdgeShading'; select 'dbr.chart.options', 'background_color', 'FFFFFF'; select 'dbr.chart.options', 'title_font', 'Helvetica';
but it's still all black. Do I have to specifically define things like 'label_font' and 'label_font_color' and 'label_font_size'? If so, what format are the font names in? I assumed that there would be some sane defaults (like with the flash charts), but all I'm seeing is black. Thanks