Skip to content

Commit e26f566

Browse files
committed
Fix doc build.
1 parent 24669a5 commit e26f566

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

anyplotlib/figure_esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,7 @@ function render({ model, el }) {
18661866
const xArr = p._1dXArr || (st.x_axis_b64 ? _decodeF64(st.x_axis_b64) : (st.x_axis||[]));
18671867
const yData = p._1dDArr || (st.data_b64 ? _decodeF64(st.data_b64) : (st.data||[]));
18681868
const x0=st.view_x0||0, x1=st.view_x1||1;
1869+
const dMin=st.data_min, dMax=st.data_max;
18691870
mkCtx.clearRect(0,0,pw,ph);
18701871
const sets=st.markers||[];
18711872
if(!sets.length) return;

0 commit comments

Comments
 (0)