实例介绍
jqplot 官网 下载的完整版本,附带完整例子 例子直接可用
【实例截图】
【核心代码】
4744302543439635919.zip
└── dist
├── changes.txt
├── copyright.txt
├── docs
│ ├── files
│ │ ├── changes-txt.html
│ │ ├── gpl-2-0-txt.html
│ │ ├── images
│ │ │ ├── background.jpg
│ │ │ ├── basicline.png
│ │ │ ├── basiclogaxis.png
│ │ │ ├── basiclogoptions.png
│ │ │ ├── basicoptions.png
│ │ │ ├── dualaxis.png
│ │ │ ├── logo.jpg
│ │ │ ├── navdocsover.png
│ │ │ ├── navdocs.png
│ │ │ ├── navdownloadover.png
│ │ │ ├── navdownload.png
│ │ │ ├── navexamplesover.png
│ │ │ ├── navexamples.png
│ │ │ ├── navhomeover.png
│ │ │ ├── navhome.png
│ │ │ ├── new.png
│ │ │ ├── sample3.png
│ │ │ └── samplesm.png
│ │ ├── jqplot-axisLabelRenderer-js.html
│ │ ├── jqplot-axisTickRenderer-js.html
│ │ ├── jqplot-canvasGridRenderer-js.html
│ │ ├── jqplot-core-js.html
│ │ ├── jqPlotCssStyling-txt.html
│ │ ├── jqplot-divTitleRenderer-js.html
│ │ ├── jqplot-linearAxisRenderer-js.html
│ │ ├── jqplot-lineRenderer-js.html
│ │ ├── jqplot-markerRenderer-js.html
│ │ ├── jqPlotOptions-txt.html
│ │ ├── jqplot-shadowRenderer-js.html
│ │ ├── jqplot-shapeRenderer-js.html
│ │ ├── jqplot-themeEngine-js.html
│ │ ├── jqplot-toImage-js.html
│ │ ├── MIT-LICENSE-txt.html
│ │ ├── optionsTutorial-txt.html
│ │ ├── plugins
│ │ │ ├── jqplot-barRenderer-js.html
│ │ │ ├── jqplot-BezierCurveRenderer-js.html
│ │ │ ├── jqplot-blockRenderer-js.html
│ │ │ ├── jqplot-bubbleRenderer-js.html
│ │ │ ├── jqplot-canvasAxisLabelRenderer-js.html
│ │ │ ├── jqplot-canvasAxisTickRenderer-js.html
│ │ │ ├── jqplot-canvasOverlay-js.html
│ │ │ ├── jqplot-categoryAxisRenderer-js.html
│ │ │ ├── jqplot-ciParser-js.html
│ │ │ ├── jqplot-cursor-js.html
│ │ │ ├── jqplot-dateAxisRenderer-js.html
│ │ │ ├── jqplot-donutRenderer-js.html
│ │ │ ├── jqplot-dragable-js.html
│ │ │ ├── jqplot-enhancedLegendRenderer-js.html
│ │ │ ├── jqplot-funnelRenderer-js.html
│ │ │ ├── jqplot-highlighter-js.html
│ │ │ ├── jqplot-logAxisRenderer-js.html
│ │ │ ├── jqplot-mekkoAxisRenderer-js.html
│ │ │ ├── jqplot-mekkoRenderer-js.html
│ │ │ ├── jqplot-meterGaugeRenderer-js.html
│ │ │ ├── jqplot-ohlcRenderer-js.html
│ │ │ ├── jqplot-pieRenderer-js.html
│ │ │ ├── jqplot-pointLabels-js.html
│ │ │ ├── jqplot-pyramidAxisRenderer-js.html
│ │ │ ├── jqplot-pyramidGridRenderer-js.html
│ │ │ ├── jqplot-pyramidRenderer-js.html
│ │ │ └── jqplot-trendline-js.html
│ │ └── usage-txt.html
│ ├── index
│ │ ├── Classes.html
│ │ ├── Files.html
│ │ ├── Functions.html
│ │ ├── General2.html
│ │ ├── General3.html
│ │ ├── General4.html
│ │ ├── General5.html
│ │ ├── General6.html
│ │ ├── General7.html
│ │ ├── General.html
│ │ ├── Hooks.html
│ │ ├── Properties2.html
│ │ ├── Properties3.html
│ │ ├── Properties4.html
│ │ ├── Properties5.html
│ │ ├── Properties6.html
│ │ └── Properties.html
│ ├── index.html
│ ├── javascript
│ │ ├── main.js
│ │ └── searchdata.js
│ ├── search
│ │ ├── ClassesA.html
│ │ ├── ClassesD.html
│ │ ├── ClassesG.html
│ │ ├── ClassesH.html
│ │ ├── ClassesJ.html
│ │ ├── ClassesL.html
│ │ ├── ClassesS.html
│ │ ├── ClassesSymbols.html
│ │ ├── ClassesT.html
│ │ ├── ClassesV.html
│ │ ├── FilesJ.html
│ │ ├── FunctionsC.html
│ │ ├── FunctionsD.html
│ │ ├── FunctionsG.html
│ │ ├── FunctionsI.html
│ │ ├── FunctionsM.html
│ │ ├── FunctionsN.html
│ │ ├── FunctionsQ.html
│ │ ├── FunctionsR.html
│ │ ├── FunctionsS.html
│ │ ├── FunctionsZ.html
│ │ ├── GeneralA.html
│ │ ├── GeneralB.html
│ │ ├── GeneralC.html
│ │ ├── GeneralD.html
│ │ ├── GeneralE.html
│ │ ├── GeneralF.html
│ │ ├── GeneralG.html
│ │ ├── GeneralH.html
│ │ ├── GeneralI.html
│ │ ├── GeneralJ.html
│ │ ├── GeneralL.html
│ │ ├── GeneralM.html
│ │ ├── GeneralN.html
│ │ ├── GeneralO.html
│ │ ├── GeneralP.html
│ │ ├── GeneralQ.html
│ │ ├── GeneralR.html
│ │ ├── GeneralS.html
│ │ ├── GeneralSymbols.html
│ │ ├── GeneralT.html
│ │ ├── GeneralU.html
│ │ ├── GeneralV.html
│ │ ├── GeneralW.html
│ │ ├── GeneralX.html
│ │ ├── GeneralY.html
│ │ ├── GeneralZ.html
│ │ ├── HooksA.html
│ │ ├── HooksE.html
│ │ ├── HooksJ.html
│ │ ├── HooksP.html
│ │ ├── NoResults.html
│ │ ├── PropertiesA.html
│ │ ├── PropertiesB.html
│ │ ├── PropertiesC.html
│ │ ├── PropertiesD.html
│ │ ├── PropertiesE.html
│ │ ├── PropertiesF.html
│ │ ├── PropertiesG.html
│ │ ├── PropertiesH.html
│ │ ├── PropertiesI.html
│ │ ├── PropertiesL.html
│ │ ├── PropertiesM.html
│ │ ├── PropertiesN.html
│ │ ├── PropertiesO.html
│ │ ├── PropertiesP.html
│ │ ├── PropertiesR.html
│ │ ├── PropertiesS.html
│ │ ├── PropertiesT.html
│ │ ├── PropertiesU.html
│ │ ├── PropertiesV.html
│ │ ├── PropertiesW.html
│ │ ├── PropertiesX.html
│ │ ├── PropertiesY.html
│ │ └── PropertiesZ.html
│ └── styles
│ ├── 1.css
│ ├── 2.css
│ └── main.css
├── examples
│ ├── ages.json
│ ├── ages.json.bak
│ ├── ajax-loader.gif
│ ├── area.html
│ ├── axisLabelsRotatedText.html
│ ├── axisLabelTests.html
│ ├── axisScalingForceTickAt.html
│ ├── bandedLine.html
│ ├── bar-charts.html
│ ├── barLineAnimated.html
│ ├── barTest.html
│ ├── bezierCurve.html
│ ├── blockPlot.html
│ ├── bubbleChart.html
│ ├── bubble-plots.html
│ ├── candlestick-charts.html
│ ├── candlestick.html
│ ├── canvas-overlay.html
│ ├── colorpicker
│ │ ├── images
│ │ │ ├── bar-alpha.png
│ │ │ ├── bar-opacity.png
│ │ │ ├── bar.png
│ │ │ ├── bar-pointer.png
│ │ │ ├── map-opacity.png
│ │ │ ├── map.png
│ │ │ ├── map-pointer.png
│ │ │ ├── preview-opacity.png
│ │ │ └── ui-colorpicker.png
│ │ ├── index.html
│ │ ├── jquery.colorpicker.css
│ │ ├── jquery.colorpicker.js
│ │ ├── README
│ │ └── TODO
│ ├── cursor-highlighter.html
│ ├── customHighlighterCursorTrendline.html
│ ├── dashboardWidget.html
│ ├── dashedLines.html
│ ├── data-renderers.html
│ ├── date-axes.html
│ ├── dateAxisLogAxisZooming.html
│ ├── dateAxisRenderer.html
│ ├── example.js
│ ├── example.min.js
│ ├── examples.css
│ ├── examples.min.css
│ ├── fillBetweenLines.html
│ ├── hiddenPlotsInTabs.html
│ ├── images
│ │ ├── logo.jpg
│ │ └── ui-colorpicker.png
│ ├── index.html
│ ├── jquery.printElement.min.js
│ ├── jquery.print.js
│ ├── jquery-ui
│ │ ├── css
│ │ │ ├── smoothness
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery-ui.css
│ │ │ │ └── jquery-ui.min.css
│ │ │ └── ui-lightness
│ │ │ ├── images
│ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png
│ │ │ │ ├── ui-bg_flat_10_000000_40x100.png
│ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png
│ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│ │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│ │ │ │ ├── ui-icons_228ef1_256x240.png
│ │ │ │ ├── ui-icons_ef8c08_256x240.png
│ │ │ │ ├── ui-icons_ffd27a_256x240.png
│ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ ├── images-1.9pre
│ │ │ ├── jquery-ui-1.9pre.css
│ │ │ ├── jquery-ui-1.9pre.min.css
│ │ │ ├── jquery-ui.css
│ │ │ └── jquery-ui.min.css
│ │ └── js
│ │ ├── jquery.effects.blind.js
│ │ ├── jquery.effects.blind.min.js
│ │ ├── jquery.effects.core.js
│ │ ├── jquery.effects.core.min.js
│ │ ├── jquery-ui-1.9pre.min.js
│ │ ├── jquery-ui.js
│ │ └── jquery-ui.min.js
│ ├── jsondata.txt
│ ├── kcp_area2.html
│ ├── kcp_area2.json
│ ├── kcp_area.html
│ ├── kcp_cdf.html
│ ├── kcp_engel.html
│ ├── kcp_lorenz.html
│ ├── kcp_pdf.html
│ ├── kcp.print.js
│ ├── kcp_pyramid2.html
│ ├── kcp_pyramid_by_age.html
│ ├── kcp_pyramid_by_age.php
│ ├── kcp_pyramid.html
│ ├── kcp_quintiles.html
│ ├── KCPsample4.csv
│ ├── line-charts.html
│ ├── mekkoCharts.html
│ ├── mekkoCharts.php.orig
│ ├── meritOrder.html
│ ├── meterGauge.html
│ ├── multipleBarColors.html
│ ├── nav.inc
│ ├── pie-donut-charts.html
│ ├── pieTest2.js
│ ├── pieTest4.html
│ ├── pieTest.html
│ ├── point-labels.html
│ ├── quintiles.json
│ ├── resizablePlot.html
│ ├── resizablePlot.php.orig
│ ├── rotated-tick-labels.html
│ ├── rotatedTickLabelsZoom.html
│ ├── selectorSyntax.html
│ ├── smoothedLine.html
│ ├── syntaxhighlighter
│ │ ├── LGPL-LICENSE
│ │ ├── MIT-LICENSE
│ │ ├── scripts
│ │ │ ├── shAutoloader.js
│ │ │ ├── shAutoloader.min.js
│ │ │ ├── shBrushJScript.js
│ │ │ ├── shBrushJScript.min.js
│ │ │ ├── shBrushXml.js
│ │ │ ├── shBrushXml.min.js
│ │ │ ├── shCore.js
│ │ │ └── shCore.min.js
│ │ └── styles
│ │ ├── shCore.css
│ │ ├── shCoreDefault.css
│ │ ├── shCoreDefault.min.css
│ │ ├── shCore.min.css
│ │ ├── shThemeDefault.css
│ │ ├── shThemeDefault.min.css
│ │ ├── shThemejqPlot.css
│ │ └── shThemejqPlot.min.css
│ ├── theming.html
│ ├── topbanner.inc
│ ├── waterfall2.html
│ ├── waterfall.html
│ ├── waterfall.php.orig
│ ├── yahooData.js
│ ├── yahooData.min.js
│ ├── zoom1.html
│ ├── zooming.html
│ ├── zoomOptions.html
│ └── zoomProxy.html
├── excanvas.js
├── excanvas.min.js
├── gpl-2.0.txt
├── jqPlotCssStyling.txt
├── jqPlotOptions.txt
├── jquery.jqplot.css
├── jquery.jqplot.js
├── jquery.jqplot.min.css
├── jquery.jqplot.min.js
├── jquery.js
├── jquery.min.js
├── MIT-LICENSE.txt
├── optionsTutorial.txt
├── plugins
│ ├── jqplot.barRenderer.js
│ ├── jqplot.barRenderer.min.js
│ ├── jqplot.BezierCurveRenderer.js
│ ├── jqplot.BezierCurveRenderer.min.js
│ ├── jqplot.blockRenderer.js
│ ├── jqplot.blockRenderer.min.js
│ ├── jqplot.bubbleRenderer.js
│ ├── jqplot.bubbleRenderer.min.js
│ ├── jqplot.canvasAxisLabelRenderer.js
│ ├── jqplot.canvasAxisLabelRenderer.min.js
│ ├── jqplot.canvasAxisTickRenderer.js
│ ├── jqplot.canvasAxisTickRenderer.min.js
│ ├── jqplot.canvasOverlay.js
│ ├── jqplot.canvasOverlay.min.js
│ ├── jqplot.canvasTextRenderer.js
│ ├── jqplot.canvasTextRenderer.min.js
│ ├── jqplot.categoryAxisRenderer.js
│ ├── jqplot.categoryAxisRenderer.min.js
│ ├── jqplot.ciParser.js
│ ├── jqplot.ciParser.min.js
│ ├── jqplot.cursor.js
│ ├── jqplot.cursor.min.js
│ ├── jqplot.dateAxisRenderer.js
│ ├── jqplot.dateAxisRenderer.min.js
│ ├── jqplot.donutRenderer.js
│ ├── jqplot.donutRenderer.min.js
│ ├── jqplot.dragable.js
│ ├── jqplot.dragable.min.js
│ ├── jqplot.enhancedLegendRenderer.js
│ ├── jqplot.enhancedLegendRenderer.min.js
│ ├── jqplot.funnelRenderer.js
│ ├── jqplot.funnelRenderer.min.js
│ ├── jqplot.highlighter.js
│ ├── jqplot.highlighter.min.js
│ ├── jqplot.json2.js
│ ├── jqplot.json2.min.js
│ ├── jqplot.logAxisRenderer.js
│ ├── jqplot.logAxisRenderer.min.js
│ ├── jqplot.mekkoAxisRenderer.js
│ ├── jqplot.mekkoAxisRenderer.min.js
│ ├── jqplot.mekkoRenderer.js
│ ├── jqplot.mekkoRenderer.min.js
│ ├── jqplot.meterGaugeRenderer.js
│ ├── jqplot.meterGaugeRenderer.min.js
│ ├── jqplot.mobile.js
│ ├── jqplot.mobile.min.js
│ ├── jqplot.ohlcRenderer.js
│ ├── jqplot.ohlcRenderer.min.js
│ ├── jqplot.pieRenderer.js
│ ├── jqplot.pieRenderer.min.js
│ ├── jqplot.pointLabels.js
│ ├── jqplot.pointLabels.min.js
│ ├── jqplot.pyramidAxisRenderer.js
│ ├── jqplot.pyramidAxisRenderer.min.js
│ ├── jqplot.pyramidGridRenderer.js
│ ├── jqplot.pyramidGridRenderer.min.js
│ ├── jqplot.pyramidRenderer.js
│ ├── jqplot.pyramidRenderer.min.js
│ ├── jqplot.trendline.js
│ └── jqplot.trendline.min.js
├── README.txt
└── usage.txt
25 directories, 392 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论