Skip to content

Commit df1ddb2

Browse files
committed
VertexInterpolant missing symbol
1 parent 136a298 commit df1ddb2

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

modules/wljs-graphics-d3/dist/kernel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function arrdims(arr) {
4040

4141
core.PlotInteractivity = () => 'PlotInteractivity';
4242

43+
core['System`Private`VertexInterpolants'] = () => {};
4344
core['Charting`DateTicksFunction'] = () => 'DateTicksFunction';
4445
core['Charting`ScaledTicks'] = (args, env) => {return({type:'ScaledTicks', args:args})};
4546
core['Charting`ScaledFrameTicks'] = (args, env) => {return({type:'ScaledFrameTicks', args:args})};

modules/wljs-graphics-d3/dist/kernel.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/wljs-graphics-d3/src/kernel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
core.PlotInteractivity = () => 'PlotInteractivity'
1212

13+
core['System`Private`VertexInterpolants'] = () => {}
1314
core['Charting`DateTicksFunction'] = () => 'DateTicksFunction'
1415
core['Charting`ScaledTicks'] = (args, env) => {return({type:'ScaledTicks', args:args})}
1516
core['Charting`ScaledFrameTicks'] = (args, env) => {return({type:'ScaledFrameTicks', args:args})}

0 commit comments

Comments
 (0)