{"_id":"@lordoftheflies/plutonium-chart","_rev":"1-edc562e9e1bdc949af4558a113f2fca3","name":"@lordoftheflies/plutonium-chart","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.3":{"name":"@lordoftheflies/plutonium-chart","version":"0.0.3","private":false,"description":"Chart visualization wrapper in Polymer for D3","main":"plutonium-chart.js","repository":{"type":"git","url":"git+https://github.com/lordoftheflies/plutonium-chart.git"},"keywords":["polymer","component","visualization","plutonium"],"author":{"name":"lordoftheflies","email":"laszlo.hegedus@cherubits.hu"},"bugs":{"url":"https://github.com/lordoftheflies/plutonium-chart/issues"},"homepage":"https://github.com/lordoftheflies/plutonium-chart","license":"Apache-2.0","dependencies":{"@polymer/iron-resizable-behavior":"^3.0.1","@polymer/polymer":"^3.1.0","chart.js":"^2.7.3"},"devDependencies":{"@polymer/iron-demo-helpers":"^3.0.0-pre.19","@webcomponents/webcomponentsjs":"^2.2.0","wct-browser-legacy":"^1.0.2"},"gitHead":"f52702a59ee2afe3d9092642c5613698aee7eb38","_id":"@lordoftheflies/plutonium-chart@0.0.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"lordoftheflies","email":"laszlo.hegedus@cherubits.hu"},"dist":{"integrity":"sha512-XuG0COV9XyHQ0R1ExUbAgCVx/G32lbprkHrJFn8tcjODV7xR2/DtHwLt5zyk1fS2ZsjRotFRvjxk6Qg7bsxtkQ==","shasum":"dfeb19ef176860efb43774259d7ea13a35503672","tarball":"https://registry.npmjs.org/@lordoftheflies/plutonium-chart/-/plutonium-chart-0.0.3.tgz","fileCount":15,"unpackedSize":32427,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8pTKCRA9TVsSAnZWagAAPqcP/ivKRK5asMGQAzaEHufw\nhlEzUKRZ5EhI0oethJXUux1qX0X8J5A+WOiRzp72Vox/N8bZ3hzvEFfktfMs\nuPvKtl8TE8VnHS8i7jsrDTiA/RbiwvsVc68dQLT4H7N3VmFt/O4oBsBEUGTW\ngeoPU2mnUUFOYqgpKAVVcQgC9Ji7yAQ3jrRkDlYSM8fdDA+JyaBjXz/6FbbV\nt+NKfn9aT2KVBFOFHjQ5iD69n9/4oSeyYpgL7/3t8+g4IObREcZOeuNQ0nHI\nlp5TwD7LD6F46E2+IM815zVnbeU6ZWV/Xh9L0hlxXXM5q+HO/rn0oy99s/i9\nfd5vBaPN9xhi9A01T4qkIXFQrxTwz5NA4slmcu99VEi0u7+CUPRIZ8zAGZ00\n3kehaFxRXZzw2XGvaLwsZdh0G5zHjG4lQzUbYoXYVel4SKKuxfEzh3I0l7cI\neQKea72AsExf06qHFVqyLUQxrCWvs91TTdsX7isLZSL7cqbVILxTl8998etq\n9FyPsH3GLig6XYPfwFAtDOMSc9Uxu3Da622+e+NPsu+INXr3jUIuE2Htm0b4\nxrj/G/d6VFtA8Ex5EzQn4UutzuXHrgrIT9AhcRKgGUR5I1JmsQxq8gdjfmAt\nDJNkEvK4/MgWYr3Ch7MsXfGCz7p58fzTcj9CRJjyFsfTv2Dm/z3Jjbj9SBNb\ni0Kf\r\n=zPFF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDxw5IsCd6f+/Ucj1/jcKjRi8eQGZB1EHoDXTwd/ug68AiEAlws67MWxdRtWyaWbo4OaTQAp8DDXH1DRzxRfE75FyRU="}]},"maintainers":[{"name":"lordoftheflies","email":"laszlo.hegedus@cherubits.hu"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plutonium-chart_0.0.3_1542624458070_0.07748307258093234"},"_hasShrinkwrap":false}},"time":{"created":"2018-11-19T10:47:37.909Z","0.0.3":"2018-11-19T10:47:38.204Z","modified":"2022-04-06T02:27:26.379Z"},"maintainers":[{"name":"lordoftheflies","email":"laszlo.hegedus@cherubits.hu"}],"description":"Chart visualization wrapper in Polymer for D3","homepage":"https://github.com/lordoftheflies/plutonium-chart","keywords":["polymer","component","visualization","plutonium"],"repository":{"type":"git","url":"git+https://github.com/lordoftheflies/plutonium-chart.git"},"author":{"name":"lordoftheflies","email":"laszlo.hegedus@cherubits.hu"},"bugs":{"url":"https://github.com/lordoftheflies/plutonium-chart/issues"},"license":"Apache-2.0","readme":"# \\<plutonium-chart\\>\n\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/lordoftheflies/plutonium-chart)\n\nPolymer 3.0 based ChartJS wrapper.\n\n## P\n\n<!--\n```\n<custom-element-demo>\n  <template>\n    <link rel=\"import\" href=\"plutonium-bar-chart.html\">\n    <link rel=\"import\" href=\"plutonium-line-chart.html\">\n    \n    <script>\n        let lineChart0 = document.getElementById('lineChart0');\n        lineChart0.data = {\n            labels: [\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\"],\n            datasets: [\n                {\n                    label: \"My First dataset\",\n                    backgroundColor: \"rgba(220,220,220,0.2)\",\n                    borderColor: \"rgba(220,220,220,1)\",\n                    borderWidth: 1,\n                    data: [65, 59, 80, 81, 56, 55, 40]\n                },\n                {\n                    label: \"My Second dataset\",\n                    backgroundColor: \"rgba(151,187,205,0.2)\",\n                    borderColor: \"rgba(151,187,205,1)\",\n                    borderWidth: 1,\n                    data: [28, 48, 40, 19, 86, 27, 90]\n                }\n            ]\n        };\n    </script>\n  </template>\n</custom-element-demo>\n```\n-->\n```html\n<plutonium-line-chart id=\"lineChart0\"></plutonium-line-chart>\n```\n\n## Install the Polymer-CLI\n\nFirst, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.\n\n## Viewing Your Element\n\n```\n$ polymer serve\n```\n\n## Running Tests\n\n```\n$ polymer test\n```\n\nYour application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.\n","readmeFilename":"README.md"}