Answer the question
In order to leave comments, you need to log in
How to make data spacing uniform?
I use Highstock for charting
navigation = new Highcharts.StockChart({
chart: {
renderTo: 'chartdiv'
},
navigator: {
xAxis: {
labels: {
y: 10
},
type: 'datatime',
dateTimeLabelFormats: {
day: '%d/%b',
week: '%d/%b',
month: '%d/%b',
year: '%d/%b'
},
minTickInterval: 0,
minorTickInterval: 3600 * 24
}
},
.........
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question