{"id":17983477,"url":"https://github.com/techjacker/d3-barchart","last_synced_at":"2025-04-04T02:12:53.788Z","repository":{"id":13770098,"uuid":"16465002","full_name":"techjacker/d3-barchart","owner":"techjacker","description":"lightweight barchart for d3","archived":false,"fork":false,"pushed_at":"2014-02-02T22:44:12.000Z","size":324,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T13:44:52.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techjacker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-02T22:32:37.000Z","updated_at":"2016-10-08T21:43:39.000Z","dependencies_parsed_at":"2022-09-25T07:52:51.145Z","dependency_job_id":null,"html_url":"https://github.com/techjacker/d3-barchart","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjacker%2Fd3-barchart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjacker%2Fd3-barchart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjacker%2Fd3-barchart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techjacker%2Fd3-barchart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techjacker","download_url":"https://codeload.github.com/techjacker/d3-barchart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107828,"owners_count":20884797,"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-29T18:17:22.312Z","updated_at":"2025-04-04T02:12:53.765Z","avatar_url":"https://github.com/techjacker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# d3-barchart\n\nBase d3 barchart class\n\n\n### Install\n\n#### Node\n\n```Shell\nnpm install d3-barchart\n```\n\n#### Browser\n\n```Shell\ncomponent install d3-barchart\n```\n\n```Shell\nbower install d3-barchart\n```\n\n\n## Usage\n\n#### d3-barchart(opts)\n\n```JavaScript\nGreatBarChart = d3-barchart({\n\n\t// mandatory\n\tel:'#containerDiv',\n\txDataKey:\"year\",\n\tyDataKey:\"Prevalence Per 1,000 Animals\",\n\n\t// optional\n\tcenterGraph:true,\n\tgradient:true,\n\tfill:true,\n\tlineColor: 'red'\n});\n```\n\nGreatBarChart.draw()\n\n\n### Options\n\n\n\n\n### Docs\n[Yuidocs documentation here](docs/index.html)\n- fire up the connect server ```$ grunt docs```\n- navigate your browser to the [docs](http://localhost:9001)\n\n\n## License\nCopyright (c) 2014 Andrew Griffiths \u003cmail@andrewgriffithsonline.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechjacker%2Fd3-barchart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechjacker%2Fd3-barchart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechjacker%2Fd3-barchart/lists"}