We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fe9d2 commit cc7a07bCopy full SHA for cc7a07b
test/e2e/test_cases/web_content/cookbook/rendering/3d_chart.mjs
@@ -3,7 +3,9 @@ import { data_6 } from '../../../../test_data/chart_types_eu.mjs'
3
const testSteps = [
4
async (chart) => {
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')
+ const THREE = await import(
7
+ 'https://cdn.jsdelivr.net/npm/three@0.175.0/build/three.module.js'
8
+ )
9
10
const toCanvasRect = (rect) => {
11
const coordSystem = chart.feature.coordSystem
0 commit comments