Skip to content

Commit c2fe9d2

Browse files
committed
change tinycolor, three cdn
1 parent c0f9216 commit c2fe9d2

File tree

1 file changed

+2
-2
lines changed
  • test/e2e/test_cases/web_content/cookbook/rendering

1 file changed

+2
-2
lines changed

test/e2e/test_cases/web_content/cookbook/rendering/3d_chart.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { data_6 } from '../../../../test_data/chart_types_eu.mjs'
22

33
const testSteps = [
44
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')
5+
await import('https://cdn.jsdelivr.net/npm/tinycolor2@1.6.0/dist/tinycolor-min.js')
6+
const THREE = await import('https://cdn.jsdelivr.net/npm/three@0.175.0/build/three.module.js')
77

88
const toCanvasRect = (rect) => {
99
const coordSystem = chart.feature.coordSystem

0 commit comments

Comments
 (0)