We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
mindmap
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mindmap 与 echarts 块使用 canvas 元素渲染, 但是该元素在暗色主题中设置了 #100C2A 背景颜色, 比较难看, 且无法使用主题样式覆盖, 希望 canvas 元素的背景颜色与明亮主题的一致, 设置为透明
echarts
canvas
#100C2A
canvas 元素暗色主题下的背景颜色与明亮主题的一致, 设置为透明
No response
The text was updated successfully, but these errors were encountered:
mindmap 可以修改,但 echarts 由于是用户来设置,因此只能靠用户添加以下配置项。
{ "backgroundColor": "transparent", }
Sorry, something went wrong.
🎨 fix #5582
00a7dce
33aa6d8
Vanessa219
No branches or pull requests
在什么情况下你需要该特性?In what scenarios do you need this feature?
mindmap
与echarts
块使用canvas
元素渲染, 但是该元素在暗色主题中设置了#100C2A
背景颜色, 比较难看, 且无法使用主题样式覆盖, 希望canvas
元素的背景颜色与明亮主题的一致, 设置为透明描述可能的最优解决方案 Describe the optimal solution
canvas
元素暗色主题下的背景颜色与明亮主题的一致, 设置为透明描述候选的解决方案 Describe the candidate solution
No response
其他信息 Other information
No response
The text was updated successfully, but these errors were encountered: