el8

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by el8

  1. axis max values

    When using a Line2d chart, if I specify a [x|y]axisMinValue or [x|y]axisMaxValue, if even one data point breaches those thresholds, the graph auto expands. Can this be turned off? The problem lies in if, 1 out of 100 points is severely off the scale, it essentially makes the rest of the graph useless because the scale is all wrong.. We could have either a seemingly straight line all the way at the bottom (or top) of the graph, with a single very large spike, which obscures any deal from the rest of the graph. This obviously continues until the value disappears from the graph. Ideally, what we'd like to see is the graph stay within the constraints of the min/max values, and have the points spike to the upper limit of the graph, though still retaining the actual value when moused over. Is this possible?
  2. axis max values

    Do you have any suggestions or workarounds? The only thing I can think of is to manipulate the values to stay inside of the graph parameters, but then we're missing those extreme problems.