Skip to content

Commit

Permalink
Docs, js - typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaPanch authored Feb 14, 2024
1 parent 5cc5114 commit 8742e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/js/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getDataSource(selectEnv, dirName) {
// Paths are relative to the only file using this script, which is docs/01_tutorials/06_benchmark.rst
$schema: "https://vega.github.io/schema/vega-lite/v5.json",
data: {
url: "../../_static/js/" + dirName + "/benchmark/" + selectEnv + "/result.json"
url: "../_static/js/" + dirName + "/benchmark/" + selectEnv + "/result.json"
},
mark: "line",
height: 400,
Expand Down

0 comments on commit 8742e36

Please sign in to comment.