首页 > 学院 > 开发设计 > 正文

highchart静态折线图

2019-11-08 18:41:01
字体:
来源:转载
供稿:网友
<html><head><script src="../js/jquery-2.1.1.min.js"></script><script src="../js/highcharts.js"></script><script type="text/javascript">$(function(){$("#container").highcharts({title: {text: '最近一周气温'},xAxis: {categories: ['周一','周二','周三','周四','周五','周六','周天']},yAxis: {title: {text: '温度'}},series: [{name: '最高气温' ,data: [14, {y:10, color:'red'}, 7, 9, 11, 13, 10]},{name: '最低气温' ,data: [9, 4, 1, 4, 5, 8, 7]}]});});</script></head><body><h1>1</h1><div id="container"></div></body></html>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表