Tip: Timezone problem
Problem:
Date Mismatch
Before:

The actual data in db:

Data passed:

Solution:
Add below codes:
Highcharts.setOptions({ // This is for all plots, change Date axis to local timezone
global : {
useUTC : false
}
});
Result:


浙公网安备 33010602011771号