This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 0a07cb5b fix asset path
0a07cb5b is described below
commit 0a07cb5b4bf4f7595cf4049037fc536227160c43
Author: plainheart <[email protected]>
AuthorDate: Thu Mar 6 12:36:57 2025 +0800
fix asset path
---
public/examples/ts/gl/bar3d-global-population.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/examples/ts/gl/bar3d-global-population.js
b/public/examples/ts/gl/bar3d-global-population.js
index d2343966..971a4574 100644
--- a/public/examples/ts/gl/bar3d-global-population.js
+++ b/public/examples/ts/gl/bar3d-global-population.js
@@ -29,7 +29,7 @@ $.getJSON(ROOT_PATH + '/data-gl/asset/data/population.json',
function (data) {
intensity: 0
},
ambientCubemap: {
- texture: 'data-gl/asset/canyon.hdr',
+ texture: ROOT_PATH + '/data-gl/asset/canyon.hdr',
exposure: 1,
diffuseIntensity: 0.5
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]