(cherry picked from commit 7d020d3f6e)
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
co-authored by
Leon Sorokin
parent
e71e6ae07e
commit
0b27b6a8c2
@@ -91,7 +91,7 @@ export function drawMarkers(opts: RendererOpts) {
|
||||
|
||||
if (delta < minDelta) {
|
||||
minDelta = delta;
|
||||
colWidth = Math.abs(u.valToPos(dataX[i], 'x') - u.valToPos(dataX[prevIdx], 'x'));
|
||||
colWidth = Math.abs(u.valToPos(dataX[i], 'x', true) - u.valToPos(dataX[prevIdx], 'x', true));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user