Docs, js - typo in path
This commit is contained in:
parent
5cc51145da
commit
8742e3645c
2
docs/_static/js/benchmark.js
vendored
2
docs/_static/js/benchmark.js
vendored
@ -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
|
// 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",
|
$schema: "https://vega.github.io/schema/vega-lite/v5.json",
|
||||||
data: {
|
data: {
|
||||||
url: "../../_static/js/" + dirName + "/benchmark/" + selectEnv + "/result.json"
|
url: "../_static/js/" + dirName + "/benchmark/" + selectEnv + "/result.json"
|
||||||
},
|
},
|
||||||
mark: "line",
|
mark: "line",
|
||||||
height: 400,
|
height: 400,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user