EdouardTack / candlestick

jQuery plugin selector between three options
MIT License
11 stars 11 forks source link

toggle left size with BS accordion #12

Closed richardalain83 closed 7 years ago

richardalain83 commented 7 years ago

When using Bootstrap's Accordion, all toggle inside hidden panel have a wrong left value (in my case -20px) instead of 40px (default value for center toggle not on or off). Is there a way to fix this?

Edit: One workaround I've found is to expand all panels with $('panel-collapse').collapse('show'), then load my candlestick code and finally collapse the panel again with $('panel-collapse').collapse('hide').

Thanks

EdouardTack commented 7 years ago

Hello, It's fixed ?

Edouard

richardalain83 commented 7 years ago

Hi, well, it's a workaround, not perfect but it's working. Thanks for the follow up.