Skip to content

Commit

Permalink
rebuild with comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Jan 19, 2024
1 parent 4b9b927 commit 9ee1c07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/uPlot.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3898,6 +3898,7 @@ function uPlot(opts, data, then) {
let wscx = wipScales[xScaleKey];
let wscy = wipScales[yScaleKey];

// null can happen when only x is zoomed, but y has static range and doesnt get auto-added to pending
wscx != null && accScale(wscx, pendScales[xScaleKey], xFacet, xData, xFacet.sorted);
wscy != null && accScale(wscy, pendScales[yScaleKey], yFacet, yData, yFacet.sorted);

Expand Down
1 change: 1 addition & 0 deletions dist/uPlot.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3896,6 +3896,7 @@ function uPlot(opts, data, then) {
let wscx = wipScales[xScaleKey];
let wscy = wipScales[yScaleKey];

// null can happen when only x is zoomed, but y has static range and doesnt get auto-added to pending
wscx != null && accScale(wscx, pendScales[xScaleKey], xFacet, xData, xFacet.sorted);
wscy != null && accScale(wscy, pendScales[yScaleKey], yFacet, yData, yFacet.sorted);

Expand Down
1 change: 1 addition & 0 deletions dist/uPlot.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -3899,6 +3899,7 @@ var uPlot = (function () {
let wscx = wipScales[xScaleKey];
let wscy = wipScales[yScaleKey];

// null can happen when only x is zoomed, but y has static range and doesnt get auto-added to pending
wscx != null && accScale(wscx, pendScales[xScaleKey], xFacet, xData, xFacet.sorted);
wscy != null && accScale(wscy, pendScales[yScaleKey], yFacet, yData, yFacet.sorted);

Expand Down

0 comments on commit 9ee1c07

Please sign in to comment.