Update script.js
This commit is contained in:
parent
e5378336d8
commit
15459eecb2
@ -93,7 +93,6 @@ const loop = () => {
|
||||
(a, label) => Math.max(ctx.measureText(label).width, a),
|
||||
-Infinity
|
||||
);
|
||||
console.log(state.maxYLabelWidth);
|
||||
|
||||
state.gridBoxWidth =
|
||||
state.width - state.maxYLabelWidth - state.yLabelPadding;
|
||||
|
Loading…
Reference in New Issue
Block a user