Hide Legend Causes Problems

(5 posts) (2 voices)

Tags:

No tags yet.

  1. davidsona, Blocked

    When i run this, it works:

    select 'dbr.chart', 'MSColumn', 'Net Daily Signups (6Mo)', '800', '400' select 'dbr.chart.options', 'showvalues', 0; select 'dbr.chart.options', 'rotateNames', 90; select 'dbr.chart.options', 'chartdirector', '$c->xAxis->setLabelStep(3);';

    exec MBSS1.DB_MARKETING.dbo.mt_db_hn_net_signups_by_day_6mo

    However, when I add in the command to hide the legend, my label spacing breaks (goes back to default spacing of 1):
    select 'dbr.chart', 'MSColumn', 'Net Daily Signups (6Mo)', '800', '400' select 'dbr.chart.options', 'showvalues', 0; select 'dbr.chart.options', 'showLegend', 0; select 'dbr.chart.options', 'rotateNames', 90; select 'dbr.chart.options', 'chartdirector', '$c->xAxis->setLabelStep(3);';

    exec MBSS1.DB_MARKETING.dbo.mt_db_hn_net_signups_by_day_6mo

    What's causing this?

  2. myDBR Team, Key Master

    It looks to be a bug. Legend hiding makes myDBR to forget chartdirector-options. Will be fixed in next release.

    --
    myDBR Team

  3. davidsona, Blocked

    Ok, do you know when that might be released?

  4. myDBR Team, Key Master

    No timetable yet.

    --
    myDBR Team

  5. davidsona, Blocked

    Ok, I'll just keep an eye on the forums


Reply

You must log in to post.