JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Table Personalizing the tick marks count

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #99570
    admin
    Keymaster

    Hello guys
    I’m using the Tank custom element but i’m facing an issue. I need a scale from 0 to 100 but i don’t want all the ticks an labels to be visible. I need only a few of them : 5, 15 , 55, 85, 100. Is that possible ? Also I want these values to be the only selectable ones.

    #99572
    admin
    Keymaster

    Hi hansT,
    Yes, it’s possible.
    To do this, you have to set several properties:
    coerce and customInterval must be set to true
    customTicks must be set to an array with options, in your case – ‘[5, 15 , 55, 85, 100]’
    Here is an example:
    <smart-tank coerce custom-interval custom-ticks='[5, 15 , 55, 85, 100]'></smart-tank>
    Please, take a look also at the example in the demo section of our website:
    https://www.htmlelements.com/demos/tank/custom-interval/
    It will be helpful for you.
    Best Regards,
    Ivailo Ivanov
    Smart HTML Elements Team
    https://www.htmlelements.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.