[bug] Power Chart

Possible bug or could be me. Power Chart doesn’t always show the plot value when used with a pen.

Props->axes->range->auto = true
Pens->plot=0 (the only plot I have)

Both plot and pen axis reference the same axis.

One example, when max pen value is aprox 6 and the plot value is 200, the chart range only goes to 6 so I cannot see the plot.

To temporally get it to work, I changed did the following:
Props->axes->range->auto = false
Props->axes->range->max = 200 (the value of my plot)
Props->axes->range->auto = true

Ignition release 8.1.4.