Skip to content

Commit

Permalink
[fix] Camel-case attributes of ECharts-JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed May 10, 2024
1 parent b058fbc commit 296e27d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"preview": "vitepress preview"
},
"dependencies": {
"echarts-jsx": "^1.2.0-rc.1"
"echarts-jsx": "^1.2.0-rc.2"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions questionnaire.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ onMounted(() => {
<ec-tooltip trigger="item"/>
<ec-pie-chart
radius='["40%", "70%"]'
avoidLabelOverlap="false"
avoid-label-overlap="false"
label='{ "show": false, "position": "center" }'
emphasis='{
"label": {
Expand All @@ -80,7 +80,7 @@ onMounted(() => {
"fontWeight": "bold"
}
}'
labelLine='{ "show": false }'
label-line='{ "show": false }'
data='[
{ "value": 0.7337, "name": "男" },
{ "value": 0.2583, "name": "女" },
Expand Down

1 comment on commit 296e27d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for 2023-china-open-source-report ready!

✅ Preview
https://2023-china-open-source-report-9ujgzt5o0-kaiyuanshes-projects.vercel.app

Built with commit 296e27d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.