jQuery插件 Jqplot图表实例

前端之家收集整理的这篇文章主要介绍了jQuery插件 Jqplot图表实例前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

<div class="jb51code">
<pre class="brush:xhtml;">
<html xmlns="http://www.w3.org/1999/xhtml"&gt;

@H_301_1@

<script src="js/jqplot/plugins/jqplot.cursor.min.js">
<script src="js/jqplot/plugins/jqplot.Highlighter.min.js">
<script src="js/jqplot/plugins/jqplot.dateAxisRenderer.min.js">

<script src="js/jqplot/plugins/jqplot.canvasTextRenderer.min.js">
<script src="js/jqplot/plugins/jqplot.categoryAxisRenderer.min.js">

<div id="chart2" style="width: 1000px; height: 400px;">




<div id="chart3" style="height: 300px; width: 500px;">




<div id="chart4" style="height: 300px; width: 500px;">



<div id="chart5" style="height: 300px; width: 500px;">

效果如下:

https://files.jb51.cc/file_images/article/201606/2016061814441312.jpg

以上就是本文的全部内容,希望能帮到大家,也希望大家多多支持编程之家。

原文链接:https://www.f2er.com/jquery/47765.html

猜你在找的jQuery相关文章