Home Forums StockChart Support StockChart with Label breaks range and nav features Reply To: StockChart with Label breaks range and nav features

#32661

I tried doing the following, but now the day is shrunk to a single line…

scaleBreaks.push({
startValue: new Date(dataPoints[i – 1].x.getTime() + 1),
endValue: new Date(dataPoints[i].x.getTime() – 1),
});

scaleBreaks: {
spacing: 0,
lineThickness: 0,
customBreaks: scaleBreaks
}

I tried to avoid the double render, but the jsfiddle has two renders… was this imporant?