Docs, js - typo in path

This commit is contained in:
Michael Panchenko 2024-02-14 10:50:06 +01:00 committed by GitHub
parent 5cc51145da
commit 8742e3645c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,