<g> attribute transform: Expected number, "matrix(NaN,0,0,NaN,0,0)"
See original GitHub issueExpected Behavior
Current Behavior
Possible Solution
Steps To Reproduce
- …
- …
- …
Error Message & Stack Trace
<!-- Provide a log message if relevant -->
Additional Context
Your Environment
- x6: [e.g. 1.0.0]
- OS: [e.g. macOS Sierra 10.12.3]
- Browser: [e.g. chrome 78.0.3904.108]
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Problem in tick values. Get error as '<g> attribute transform ...
Is anyone got this problem in tick values Error: attribute transform: Expected number, "translate(NaN,0)".
Read more >D3.js Error: <g> attribute transform: Expected number ...
The problem indicates an SVG element group ( tag ) has NaN for position coordinates. I see a problem maybe here in your...
Read more >Issue while integrating BPMN IO to Web Application - Modeler
attribute transform : Expected number, “matrix(NaN,NaN,NaN,NaN,…”. in snap.svg.js. I used NodeJS and grunt commands to build a “dist” folder ...
Read more >Pie Chart - Error : attribute transform: Expected number ...
Hi,. I am getting an error on the pie chart. I am simply using array to set the datasource: Here's the code: $("#chartSales").kendoChart({...
Read more >attribute transform: Expected number, "scale(NaN ...
I get an error " attribute transform: Expected number, "scale(NaN) translate(N..." whenever I resize the browser. In my application the underlying map ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
这个问题有什么解决方法吗?我现在也碰到这问题了,开启小地图后会报错,
我遇到的报错是在页面关闭时出现,现在在页面销毁时调用dispose()销毁流程图画布后就正常了
解决方式:含流程图的页面销毁时调用
graph.dispose()
销毁流程图画布@NewByVector 在vue2中我也遇到了同样的问题版本"@antv/x6": “^1.33.1”