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 2b0f992 commit 15d8fa3Copy full SHA for 15d8fa3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 8.0.0-beta.3
2
+
3
+- Made CSS `border-radius` work out-of-the-box.
4
5
## 8.0.0-beta.2
6
7
- Added [smart update](https://github.com/ecomfe/vue-echarts/blob/main/README.md#smart-update) strategy to make updates more effortless.
src/style.css
@@ -1 +1,2 @@
-x-vue-echarts{display:block;width:100%;height:100%;min-width:0;}
+x-vue-echarts{display:block;width:100%;height:100%;min-width:0;}
+x-vue-echarts>:first-child,x-vue-echarts>:first-child>canvas{border-radius:inherit;}
0 commit comments