`
JenniferAmanda
  • 浏览: 144564 次
  • 性别: Icon_minigender_2
  • 来自: 西安
社区版块
存档分类
最新评论

ExtJs 4.0图表_jsp

 
阅读更多
<%@ page language="java" contentType="text/html;charset=utf-8"
pageEncoding="utf-8"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Line Chart</title>
<!-- ExtJs -->
        <link rel="stylesheet" type="text/css" href="./ext-4.1.0-beta-1/resources/css/ext-all.css" />

      
<style>
         .x-panel {
             margin: 20px;
          }
          h1 {
            font-size: 18px;
            margin: 10px;
          }
          body {
           padding: 30px;
          }
        </style>
        <!-- ExtJs-->
<script type="text/javascript" src="./ext-4.1.0-beta-1/ext-all.js"></script>
        <script type="text/javascript" src="./ext-4.1.0-beta-1/examples/example-data.js"></script>
      
        <!-- -->
        <script type="text/javascript" src="./ext-4.1.0-beta-1/examples/charts/Charts.js"></script>
        

   
</head>
    <!-- 
<body id="docbody">
     <h1>Charts Example</h1>
    
     <div style="margin: 10px;">
        Displaying multiple charts and mixed charts with mouse over and click interaction. <a href="Charts.js">View Source</a>
     </div>
    
   
    </body>
    -->
    <div id='chart1' align="center">chart1:
     </div>
   
</html>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics