variable order in labels

(6 posts) (2 voices)

Tags:

No tags yet.

  1. jjr, Member

    Hi,

    I'm seeing what seems like an issue in the order of variables shown in bar chart labels.

    If I set up a bar chart like:

    select 'dbr.chart', 'bar', ''; select 'dbr.colstyle', 'b', '<*block*>[a]<*/*>';

    SELECT a,b FROM table;

    Then the bar chart shows ok, but the labels shown at the end of the bar have the values of [a] in the wrong order - they are reversed compared with the y axis labels.

    Am I doing something wrong here or is this an issue?

    Thanks, Justin.

  2. jjr, Member

    Here is a screenshot of an example of this issue:
    https://www.dropbox.com/s/aox3t5h4usglsm7/Chart%20Issue%201.png

  3. myDBR Team, Key Master

    It seems to be bug. We’ll take a look at it.


    myDBR Team

  4. jjr, Member

    Ok, thanks. I've also noticed that the axes labels are the wrong way round when using:

    select 'dbr.chart.options', 'axis', 'x', 'y'

    So that might also be related to the issue. Although this isn't as big a problem as I just reverse the labels for bar charts.

    Thanks.

  5. myDBR Team, Key Master

    These have now been fixed. Thank you for reporting the issues.

    --
    myDBR Team

  6. jjr, Member

    Thanks. I can confirm I got the fix ok in the new version.
    I will update my code to reverse the hack on issue #2.


Reply

You must log in to post.