javascript - Highstock + Bootstrap datepicker -


my question same 1 here: highstock date input jquery ui datepicker position changes

but i'm using bootstrap datepicker instead of jquery. noticed has on("show", ... ), on("hide" ...) instead of beforeshow, onclose respectively. don't know how change bodies work datepicker.

try this

        settimeout(function () {             $('input.highcharts-range-selector', $(chart.container).parent())                 .datepicker({                 format: "dd/mm/yyyy",                 todaybtn: "linked",                 orientation: "auto left",                 autoclose: true,                 todayhighlight: true             });         }, 0); 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -