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 -

linux - phpmyadmin, neginx error.log - Check group www-data has read access and open_basedir -