Skip to content

Commit cc7a07b

Browse files
committed
fix format
1 parent c2fe9d2 commit cc7a07b

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { data_6 } from '../../../../test_data/chart_types_eu.mjs'
33
const testSteps = [
44
async (chart) => {
55
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')
6+
const THREE = await import(
7+
'https://cdn.jsdelivr.net/npm/three@0.175.0/build/three.module.js'
8+
)
79

810
const toCanvasRect = (rect) => {
911
const coordSystem = chart.feature.coordSystem

0 commit comments

Comments
 (0)