There was an error while loading. Please reload this page.
1 parent c0f9216 commit c2fe9d2Copy full SHA for c2fe9d2
test/e2e/test_cases/web_content/cookbook/rendering/3d_chart.mjs
@@ -2,8 +2,8 @@ import { data_6 } from '../../../../test_data/chart_types_eu.mjs'
2
3
const testSteps = [
4
async (chart) => {
5
-await import('https://unpkg.com/tinycolor2@1.6.0/dist/tinycolor-min.js')
6
-const THREE = await import('https://unpkg.com/three@0.132.1/build/three.module.js')
+await import('https://cdn.jsdelivr.net/npm/tinycolor2@1.6.0/dist/tinycolor-min.js')
+const THREE = await import('https://cdn.jsdelivr.net/npm/three@0.175.0/build/three.module.js')
7
8
const toCanvasRect = (rect) => {
9
const coordSystem = chart.feature.coordSystem
0 commit comments