Unplanned
Last Updated: 15 Mar 2024 10:38 by Jonas
Created by: Jonas
Comments: 0
Category: LinearGauge
Type: Feature Request
3
I want to be able to draw custom elements on the LinearGauge. For example, a line, similar to what Minor and Major Ticks are, but at a custom position. 
Unplanned
Last Updated: 15 Mar 2024 10:36 by Jonas

I want to add custom background colors to different parts of the Scale based on the Ranges. For example, if the Linear Gauge goes from 1 to 100, I want to be able to make the color of the scale green from 1 to 25, yellow from 25 to 75, and red - from 75 to 100. 

I would also like to have the ability to add patterns, such as strikethrough to different parts of the Scale, as in the example above. 

Unplanned
Last Updated: 15 Mar 2024 10:33 by Jonas
Created by: Jonas
Comments: 0
Category: LinearGauge
Type: Feature Request
5
I want to add a custom text as a label to the pointer in the LinearGauge component. That text is meant to provide information to my users what the value is and possibly some additional context. 
Duplicated
Last Updated: 02 Aug 2022 06:16 by ADMIN
Created by: Enrico
Comments: 1
Category: LinearGauge
Type: Feature Request
1

Good morning,

we are using LinearGauge in our Blazor WASM app and we noticed a very unexpected behaviour: every time the input value change the indicator restarts from 0 (or from min value). This can be simply view also from your live demos.

In our case it is very bad because there is a continuous value update that we need to show it linearly, for example think a very precise temperature sensor, rpm sensor, etc....

We didn't find anything in our docs to achieve that but we think that is a very necessary implementation and it needs to work also with StateHasChanged() because it isn't always possible to have component reference to call methods. 

So we are asking for a component that cache the old value and move to the new one starting from the old one.

Thank you

Unplanned
Last Updated: 01 Feb 2022 13:42 by ADMIN
Created by: Christopher
Comments: 0
Category: LinearGauge
Type: Feature Request
2
I want to be able to increase the size of the scale range. Please expose an option to control that, similar to https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/lineargauge/configuration/scale.rangesize#scalerangesize.