Skip to content

Ticks on slider are not stretch properly #414

Closed
@girniakolenka

Description

@girniakolenka

Steps to reproduce

  1. I have created simple slider with range by using stepsArray property
  2. $scope.minRangeSlider = { minValue: 10, maxValue: 100, options: { floor: 0, ceil: 100, showTicksValues: true, stepsArray: [10, 17, 71, 86, 100] } };

Demo: https://jsfiddle.net/8yt262cg/ (fork this example and update the link)
I have edited your examples (example with "Range slider")

Expected behaviour

Ticks on slider should stretch depends on values which they have
exp

Actual behaviour

Ticks on slider are not stretch properly
act

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions