mirror of
https://github.com/d3/d3.git
synced 2026-02-01 16:41:44 +00:00
fix link
This commit is contained in:
parent
0ba7e39f9f
commit
b341b5ff4e
@ -8,7 +8,7 @@ import PlotRender from "./components/PlotRender.js";
|
||||
const volcano = shallowRef({values: [], width: 0, height: 0});
|
||||
|
||||
onMounted(() => {
|
||||
d3.json("../data/volcano.json").then((data) => (volcano.value = data));
|
||||
d3.json("./data/volcano.json").then((data) => (volcano.value = data));
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user