Login
OneManager
Hub
视频1号
视频2号
视频3号
视频4号
视频5号
视频6号
视频7号
视频8号
视频9号
视频10号
视频11号
视频12号
Home
/
Hub
/
newhub
/
study
/
前端学习资料
/
web
/
100套HTML模板
/
64-gentelella
/
vendors
/
flot.orderbars
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
examples
2024-02-15 15:37:48
202.56 KB
js
2024-02-15 15:37:48
6.76 KB
README.md
2017-06-06 01:19:04
841 B
flot-orderBars ============== Fork of the Flot OrderBars plugin found here: http://www.benjaminbuffet.com/public/js/jquery.flot.orderBars.js Improvements ============ ### Compatability with Flot Stack Plugin The main improvement I've made is compatability with the [Flot Stack plugin](https://github.com/flot/flot/blob/master/jquery.flot.stack.js). To use the 2 together: * Ensure that your data is well formed. Each series should contain a bars object with an order integer, like so: ```javascript var series = []; series.push({ data: [], // your raw data bars: { order: 0 } }); series.push({ data: [], // your raw data bars: { order: 1 } }); ``` * Ensure that the order bars plugin is loaded __before__ the stack plugin. See the example for more information.
Close
2025-12-07 03:26:30 Sunday 216.73.216.216 Runningtime:0.023s Mem:1.52 MB