Commit bce86be9 by 颜景龙

修改图表的字体大小

parent bd560b02
正在显示 包含 6 行增加6 行删除
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
trigger: 'axis' trigger: 'axis'
}, },
textStyle: { textStyle: {
fontSize : 16 fontSize : $(window).width()/375*16
}, },
axisPointer: { axisPointer: {
show: false show: false
...@@ -171,11 +171,11 @@ ...@@ -171,11 +171,11 @@
{ {
type: 'radar', type: 'radar',
itemStyle: {normal: {areaStyle: {type: 'default'}}}, itemStyle: {normal: {areaStyle: {type: 'default'}}},
// areaStyle: { areaStyle: {
// normal: { normal: {
// opacity: 1 opacity: 1
// } }
// }, },
symbol: 'none', symbol: 'none',
data: [ data: [
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此消息的编辑!
注册登录 后发表评论