tbergeron

Members
  • Content count

    2
  • Joined

  • Last visited

About tbergeron

  • Rank
    Forum Newbie
  1. Defining Vertical Grid Line In A Bar2D Chart

    Hi! Thanks for your kind response. What I wanted was something more like this: I want the chart to actually start at 70/80% so there would be more spaces between lines and so my real trending lines will be apparent. Tell me if you understand what I mean. Thanks a lot and have a nice day! /tommy
  2. Hi! I'm building a Bar2D chart that contains simple data such as: Test Data | 90% Test Data 2 | 83% Test Data 3 | 96% But now the chart gets rendered with grid lines such as: 0%, 22%, 44%, 66%, 88%, 110% I'd like to specify what I want such as 80%, 85%, 90%, 95%, 100% only. I'm using XML syntax and JS. Could you please help me? Also bonus question! I'm using trending lines, I got two and their labels overlap each others because they're horizontal. I read that it is not possible to put them vertically, is it? You can see the chart below: Thanks a lot and have a nice day! /tommy