{"_id":"flot-pie","_rev":"3-3bf100bdbb57256abd1d906dc653760b","name":"flot-pie","description":"rehosting of the flot piechart plugin with adjustments for NPM","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"flot-pie","version":"1.0.0","description":"rehosting of the flot piechart plugin with adjustments for NPM","keywords":["flot","pie chart","charting","flot plugin"],"main":"src/jquery.flot.pie.min.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/Shruubi/flot-pie.git"},"author":{"name":"Brian Medendorp"},"license":"MIT","gitHead":"4beb9666cd565d2868b97ed8a858935cdd024ce4","bugs":{"url":"https://github.com/Shruubi/flot-pie/issues"},"homepage":"https://github.com/Shruubi/flot-pie#readme","_id":"flot-pie@1.0.0","_shasum":"1c750a50535aa640ba2f5a5bcf7b32d8dd20dec1","_from":".","_npmVersion":"4.0.1","_nodeVersion":"6.4.0","_npmUser":{"name":"shruubi","email":"me@shruubi.io"},"dist":{"shasum":"1c750a50535aa640ba2f5a5bcf7b32d8dd20dec1","tarball":"https://registry.npmjs.org/flot-pie/-/flot-pie-1.0.0.tgz","integrity":"sha512-wf/d6rYkyuSNS3AU7NANVY+tqEv5BkERwDB04zG8DsYeLukwR41Cr2DNmdz0Zrh5Q+Z34Q+atUH1iWKzy8Sv1A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6dhhZPaDF5AcA3K0flTqWocsBXDU87Btp/Tk0FJMZsAIhAMSeZOqZiPQSkF5gbrFI8JVUOw4n3ZcLbw1p9qYxPvnE"}]},"maintainers":[{"name":"shruubi","email":"me@shruubi.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/flot-pie-1.0.0.tgz_1478132851603_0.5343379322439432"}}},"readme":"# flot-pie\n\n_Created by Brian Medendorp\nUpdated with contributions from btburnett3, Anthony Aragues and Xavi Ivars_\n\n_Note: I am not the developer or maintainer, I am setting it up for use on NPM._\n\nFlot plugin for rendering pie charts.\n\n**Copyright (c) 2007-2014 IOLA and Ole Laursen.**\n**Licensed under the MIT license.**\n\nThe plugin assumes that each series has a single data value, and that each\nvalue is a positive integer or zero.  Negative numbers don't make sense for a\npie chart, and have unpredictable results.  The values do NOT need to be\npassed in as percentages; the plugin will calculate the total and per-slice\npercentages internally.\n\nThe plugin supports these options:\n\n```\nseries: {\n    pie: {\n        show: true/false\n        radius: 0-1 for percentage of fullsize, or a specified pixel length, or 'auto'\n        innerRadius: 0-1 for percentage of fullsize or a specified pixel length, for creating a donut effect\n        startAngle: 0-2 factor of PI used for starting angle (in radians) i.e 3/2 starts at the top, 0 and 2 have the same result\n        tilt: 0-1 for percentage to tilt the pie, where 1 is no tilt, and 0 is completely flat (nothing will show)\n        offset: {\n            top: integer value to move the pie up or down\n            left: integer value to move the pie left or right, or 'auto'\n        },\n        stroke: {\n            color: any hexidecimal color value (other formats may or may not work, so best to stick with something like '#FFF')\n            width: integer pixel width of the stroke\n        },\n        label: {\n            show: true/false, or 'auto'\n            formatter:  a user-defined function that modifies the text/style of the label text\n            radius: 0-1 for percentage of fullsize, or a specified pixel length\n            background: {\n                color: any hexidecimal color value (other formats may or may not work, so best to stick with something like '#000')\n                opacity: 0-1\n            },\n            threshold: 0-1 for the percentage value at which to hide labels (if they're too small)\n        },\n        combine: {\n            threshold: 0-1 for the percentage value at which to combine slices (if they're too small)\n            color: any hexidecimal color value (other formats may or may not work, so best to stick with something like '#CCC'), if null, the plugin will automatically use the color of the first slice to be combined\n            label: any text value of what the combined slice should be labeled\n        }\n        highlight: {\n            opacity: 0-1\n        }\n    }\n}\n```","maintainers":[{"name":"shruubi","email":"me@shruubi.io"}],"time":{"modified":"2022-06-18T02:16:49.371Z","created":"2016-11-03T00:27:31.834Z","1.0.0":"2016-11-03T00:27:31.834Z"},"homepage":"https://github.com/Shruubi/flot-pie#readme","keywords":["flot","pie chart","charting","flot plugin"],"repository":{"type":"git","url":"git+https://github.com/Shruubi/flot-pie.git"},"author":{"name":"Brian Medendorp"},"bugs":{"url":"https://github.com/Shruubi/flot-pie/issues"},"license":"MIT","readmeFilename":"README.md"}