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 243985a commit c0f9216Copy full SHA for c0f9216
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## [Unreleased - 0.16.2] - 2025-04-??
+## [Unreleased]
4
+
5
+## [0.16.2] - 2025-04-03
6
7
### Fixed
8
test/e2e/test_cases/web_content/cookbook/rendering/3d_chart.mjs
@@ -3,7 +3,7 @@ import { data_6 } from '../../../../test_data/chart_types_eu.mjs'
const testSteps = [
async (chart) => {
await import('https://unpkg.com/tinycolor2@1.6.0/dist/tinycolor-min.js')
- const THREE = await import('https://unpkg.com/three/build/three.module.js')
+ const THREE = await import('https://unpkg.com/three@0.132.1/build/three.module.js')
const toCanvasRect = (rect) => {
9
const coordSystem = chart.feature.coordSystem
0 commit comments