想问下各位,highcharts控件图表显示的大小怎么控制,我想在jsp中一排显示两个,想让两个图表小一些 5
展开全部
在写配置的时候可以有chart:{height:500, width:1140},其中500和1140的单位是px
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
ZESTRON
2024-09-04 广告
2024-09-04 广告
在Dr. O.K. Wack Chemie GmbH,我们高度重视ZESTRON的表界面分析技术。该技术通过深入研究材料表面与界面的性质,为提升产品质量与可靠性提供了有力支持。ZESTRON的表界面分析不仅涵盖了相变化、化学反应、吸附与解吸...
点击进入详情页
本回答由ZESTRON提供
2013-04-17
展开全部
<style type="text/css">
#container2 {position:absolute;width:49.9%;height:15%;z-index:1;left:0px;}
#container3 {position:absolute;width:49.9%;height:15%;z-index:2;left:49.9%;}
</style>
<div style="min-width: 100%; height: 100%;margin:0 auto;">
<div id="container2" style="width: 49.9%; height: 220px; margin: 0 auto; reflow:true"></div>
<div id="container3" style="width: 49.9%; height: 220px; margin: 0 auto; reflow:true"></div>
</div>
这个是两个并列的 你可以试着改一下
#container2 {position:absolute;width:49.9%;height:15%;z-index:1;left:0px;}
#container3 {position:absolute;width:49.9%;height:15%;z-index:2;left:49.9%;}
</style>
<div style="min-width: 100%; height: 100%;margin:0 auto;">
<div id="container2" style="width: 49.9%; height: 220px; margin: 0 auto; reflow:true"></div>
<div id="container3" style="width: 49.9%; height: 220px; margin: 0 auto; reflow:true"></div>
</div>
这个是两个并列的 你可以试着改一下
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
存放highcharts图表控件的的容器DIV可以设置它的大小就可以了的。
<div id="content" style="width:100%;height:500px;"></div>
<div id="content" style="width:100%;height:500px;"></div>
参考资料: STEP DAY
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询