回答

1

試試這個

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