question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vertical support?

See original GitHub issue

I’ve been trying to create a nouislider with a vertical orientation, but the handles seem to be stuck at 0. My config looks like:

someRange=[5,95];
sideSlideConfig = {
    connect: true,
    start: [5,95],
    range: {
      min: 0,
      max: 100
    },
    pips: {
      mode: 'steps',
      stepped: true,
      density: 2,
      values: 100
    },
    orientation: 'vertical'
  };
<nouislider [config]="sideSlideConfig" [(ngModel)]="someRange"></nouislider>

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:6
  • Comments:5

github_iconTop GitHub Comments

7reactions
vicatcucommented, Aug 14, 2017

To help other lost souls, specifically I had to set the height css attribute for class “noUi-vertical” to get this to work. Notably, setting the height css rule on the nouislider element itself didn’t work, feels like there should be some way in angular for that to work as such.

1reaction
mtclark0518commented, Apr 8, 2018

@vicatcu thank you! I had to set the .noUi-vertical height value in the top level global styles.css for this to work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Access Vertical Communications Service and Support
Vertical Customer and End User Service and Support ; Call Us. 1-877-837-8422 ; Email Us. service@vertical.com ; Escalate Service. Click to Escalate.
Read more >
What is Vertical Support? - Direct LED Frames
A vertical suppot bar is a supoprt bar that goes inside the frame vertically from the top to bottom for support.
Read more >
Vertical Support, Usually Decorative Pillar - Under the Sea ...
The answer and solution for: "Vertical Support, Usually Decorative Pillar" found on Puzzle 2 Group 24 of Under the Sea pack of CodyPress....
Read more >
A Vertical Support System
A "vertical supporting system" should be created which supports as many 3.5 inch cube wooden blocks as possible in one stack to the...
Read more >
Vertical Support Raising
In Steve Shadrach's book (entitled The God Ask), he gives details about how a missionary raising support can be “spiritually healthy.” Shadrack says...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found