Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Setting a logarithmic scale for gauges (IgrLinearGauge component)
posted

Hello,

I am using the IgrLinearGauge component to represent a colored axis, getting my inspiration from this template :https://www.infragistics.com/products/ignite-ui-react/react/components/linear-gauge

However I would like the scale to be logarithmic like the one below, and not linear :

Is there any trick to do that with IgrLinearGauge?

This component has "interval" and "labelInterval" props to manage the space between ticks and labels, yet each of these props is a single number, which means the space between each tick is meant to be the same. Therefore I cannot set logarithmic ticks.

Thanks for any suggestion!