Today, I want a report from a statistical module. I decided to use jqchart. JS plotting. Because the page not only needs to be displayed, fusionchart is not used as a heavyweight report. Take a picture first:
This is what jqchart shows. It is very beautiful. Jqchart is a jquery plug-in. It is actually very simple. Below is the code:
<!--[if IE]><script type="text/javascript" src="./lib/excanvas/excanvas-compressed.js"></script><![endif]--><script type="text/javascript" src="./lib/jquery-1.2.3.min.js"></script><script type="text/javascript" src="./jquery.jqchart.js" charset="utf-8"></script><script type="text/javascript" src="./lib/jquery.dimensions.js"></script><script type="text/javascript" src="./jquery.gradient-forjqchart.js"></script>
This blog is used to record some tips in development, which are generally easy to understand. More details