Skip to content

Commit

Permalink
url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saffo, David committed Nov 1, 2023
1 parent 20d09a2 commit 3845df0
Show file tree
Hide file tree
Showing 4 changed files with 73,674 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anu-examples/examples/LineCharts/linechart3D.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function linechart3D(babylonEngine) {

let CoT = new TransformNode("cot");

d3.csv("../anu/data/yield-curve.csv", (d) => d).then((data) => {
d3.csv("/anu/public/data/yield-curve.csv", (d) => d).then((data) => {
let years = ["1 Yr", "2 Yr", "3 Yr", "5 Yr", "7 Yr", "10 Yr"];

var parseTime = d3.timeParse("%m/%d/%Y");
Expand Down
Loading

0 comments on commit 3845df0

Please sign in to comment.