[FEATURE-13462, 13463] Gauge Customization

It would be handy for us if we had the ability to all of the following (or just item 5):

outer axis additions

  1. Gauge.props.outerAxis.tickMarks.showValues # show/hide tick mark values on the outer axis
  2. Gauge.props.outerAxis.tickMarks.size # specify tick size/resolution on the outer axis, similar to .tickSize in vision

inner axis additions

  1. Gauge.props.innerAxis.tickMarks.showValues # show/hide tick mark values on the inner axis
  2. Gauge.props.innerAxis.tickMarks.size # specify tick size/resolution on the inner axis, similar to .tickSize in vision
  3. Gauge.props.innerAxis.needle.show # ability to override if the innerAxis.show is false. Strictly for displaying a secondary needle, possible case for this is for when you have the same inner/outer axis values.

Thanks for the consideration.

1 Like

Hi @BumbleBeeTuna,

I’ve added a couple tickets to see about adding these features in the future.

Thanks!