{"id":15590428,"url":"https://github.com/coderberry/zing-charts","last_synced_at":"2026-06-18T08:32:33.520Z","repository":{"id":1394652,"uuid":"1395255","full_name":"coderberry/zing-charts","owner":"coderberry","description":"Grails Zing Chart Plugin","archived":false,"fork":false,"pushed_at":"2011-02-22T15:44:44.000Z","size":2247,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T04:14:00.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/cavneb/zing-chart","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"quirkey/swinger","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderberry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-21T23:16:53.000Z","updated_at":"2018-10-03T14:30:25.000Z","dependencies_parsed_at":"2022-07-07T11:04:52.613Z","dependency_job_id":null,"html_url":"https://github.com/coderberry/zing-charts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coderberry/zing-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fzing-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fzing-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fzing-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fzing-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderberry","download_url":"https://codeload.github.com/coderberry/zing-charts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fzing-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34483278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-02T23:21:57.331Z","updated_at":"2026-06-18T08:32:33.502Z","avatar_url":"https://github.com/coderberry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zing Chart Plugin\n=================\n\nThis plugin allows you to easily integrate Zing Charts ([http://www.zingchart.com](http://www.zingchart.com)) into your Grails projects.\n\nTo use the plugin, you must have the javascript include in your HTML header:\n\n    ...\n    \u003chead\u003e\n      \u003czing:include /\u003e\n    \u003c/head\u003e\n    ...\n    \nIn the body where you want the chart to appear, use the taglib provided:\n\n    \u003czing:chart type=\"area\" width=\"700\" height=\"350\" container=\"acceptToConvertChart\" data=\"${data}\" xLabels=\"${labels}\" effect=\"4\" /\u003e\n    \n * type - Type of chart. See [http://www.zingchart.com/learn/docs.php](http://www.zingchart.com/learn/docs.php) for available types (ie. 'area' or 'bar3d')\n * width - Display width of the chart\n * height* - Display height of the chart\n * container - element ID of the chart container (div)\n * data - Hash Map of data. Key is the name of the data, value is an array of values. See below for examples\n * xLabels - Array of labels\n * effect - Animation effect. See [http://www.zingchart.com/learn/docs.php](http://www.zingchart.com/learn/docs.php) for available effects\n\n### Example Data\n\n    def labels = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']\n    def data = [\n      'Visitors': [100, 300, 200, 240, 500, 100, 80],\n      'Purchases': [30, 50, 12, 20, 55, 20, 10]\n    ]\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Fzing-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderberry%2Fzing-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Fzing-charts/lists"}