{"id":16822588,"url":"https://github.com/eriwen/flot-plugins","last_synced_at":"2025-04-09T22:09:56.995Z","repository":{"id":1264408,"uuid":"1203374","full_name":"eriwen/flot-plugins","owner":"eriwen","description":"Plugins for Flot, a Javascript charting library","archived":false,"fork":false,"pushed_at":"2012-02-20T16:50:42.000Z","size":321,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T22:09:52.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://code.google.com/p/flot/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eriwen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-28T16:51:02.000Z","updated_at":"2024-02-21T12:10:13.000Z","dependencies_parsed_at":"2022-08-16T12:50:20.687Z","dependency_job_id":null,"html_url":"https://github.com/eriwen/flot-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriwen%2Fflot-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriwen%2Fflot-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriwen%2Fflot-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriwen%2Fflot-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eriwen","download_url":"https://codeload.github.com/eriwen/flot-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119294,"owners_count":21050755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T11:04:55.185Z","updated_at":"2025-04-09T22:09:56.977Z","avatar_url":"https://github.com/eriwen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is Flot? #\nFlot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side. Learn more at on the [Flot project home page](http://code.google.com/p/flot/).\n\n# Examples of plugins #\nSparkline:\n![Sparkline](http://github.com/eriwen/flot-plugins/raw/master/examples/sparkline.png \"Sparkline\")\n[example code](http://github.com/eriwen/flot-plugins/raw/master/examples/sparkline.html)\n\nBullet Chart:\n![Bullet Chart](http://github.com/eriwen/flot-plugins/raw/master/examples/bullet.png \"Bullet Chart\")\n[example code](http://github.com/eriwen/flot-plugins/raw/master/examples/bullet.html)\n\nDate Links:\n![Date Links](http://github.com/eriwen/flot-plugins/raw/master/examples/datelinks.png \"Date Links\")\n[example code](http://github.com/eriwen/flot-plugins/raw/master/examples/datelinks.html)\n\n# How do I use these plugins? #\nJust include jQuery, and flot, and plugin JS files on your page, and use it as a normal Flot plugin:\n    \n    \u003cscript language='javascript' type='text/javascript' src='jquery-1.7.1.min.js'\u003e\u003c/script\u003e \n    \u003cscript language='javascript' type='text/javascript' src='jquery.flot.min.js'\u003e\u003c/script\u003e\n    \u003cscript language='javascript' type='text/javascript' src='jquery.flot.sparkline.js'\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\"\u003e\n        // ... your code ...\n\n        var placeholder = $('#sparkline-ph');\n        var plot = $.plot(placeholder, [{\n            data: [[1285614437984, 7], [1285614537984, 50], [1285614637984, 17]],\n            color: \"#6699FF\"\n        }], {\n            xaxis: { mode: 'time' },\n            yaxis: { min: 0, max: 100 },\n            series: { sparkline: true }\n        });\n\n        // ... more code of yours ...\n    \u003c/script\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriwen%2Fflot-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feriwen%2Fflot-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriwen%2Fflot-plugins/lists"}