{"id":13702286,"url":"https://github.com/adessoSE/wicked-charts","last_synced_at":"2025-05-05T04:30:59.763Z","repository":{"id":12072928,"uuid":"14660160","full_name":"adessoSE/wicked-charts","owner":"adessoSE","description":"Beautiful and interactive javascript charts for Java-based web applications.","archived":false,"fork":false,"pushed_at":"2024-07-31T08:51:04.000Z","size":11082,"stargazers_count":91,"open_issues_count":31,"forks_count":48,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-01T02:44:12.591Z","etag":null,"topics":["charts","css","html","java","javascript","wicked-charts"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adessoSE.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-24T11:37:59.000Z","updated_at":"2024-12-13T04:19:45.000Z","dependencies_parsed_at":"2025-01-01T17:07:55.960Z","dependency_job_id":"9c174063-b5b2-449e-8cc6-36d70eda237e","html_url":"https://github.com/adessoSE/wicked-charts","commit_stats":null,"previous_names":["thombergs/wicked-charts"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoSE%2Fwicked-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoSE%2Fwicked-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoSE%2Fwicked-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adessoSE%2Fwicked-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adessoSE","download_url":"https://codeload.github.com/adessoSE/wicked-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252439481,"owners_count":21748012,"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":["charts","css","html","java","javascript","wicked-charts"],"created_at":"2024-08-02T21:00:33.277Z","updated_at":"2025-05-05T04:30:57.635Z","avatar_url":"https://github.com/adessoSE.png","language":"JavaScript","funding_links":[],"categories":["Integrations","数据科学"],"sub_categories":["Others","语音合成"],"readme":"Wicked Charts\n=============\nBeautiful and interactive JavaScript charts for Java-based web applications.\n\n * Check out the [Changelog](https://github.com/adessoAG/wicked-charts/wiki/Changelog)\n * Check out the [Feature Overview](https://github.com/adessoAG/wicked-charts/wiki/Feature-Overview) with coding examples\n * Browse the [Javadoc](http://adessoAG.github.io/wicked-charts/apidocs)\n * [Browse](https://wicked-charts-showcase.appspot.com/) or download and run the [Showcase](https://github.com/adessoAG/wicked-charts/wiki/Developer-Info:-Starting-the-Showcase-Application) application for your web framework\n * Check out the [FAQ](https://github.com/adessoAG/wicked-charts/wiki/FAQ)\n\n[![Build Status](https://travis-ci.org/adessoAG/wicked-charts.png?branch=master)](https://travis-ci.org/adessoAG/wicked-charts)\n\nWhat is Wicked Charts?\n======================\nWicked Charts is a Java wrapper of the [Chart.js](https://www.chartjs.org/) and [Highcharts](https://www.highcharts.com/) JavaScript libraries.\nThe Chart.js and Highcharts libraries provide eye-pleasing charts using HTML5 (see [Highcharts demo](http://www.highcharts.com/demo) and [Chart.js Samples](http://www.chartjs.org/samples/latest/)).\nWith Wicked Charts, you can configure a chart in Java and display it in any web application based on Apache Wicket or JSF. Or you can use the Chart.js or Highcharts Java wrappers to integrate it in web applications built with other java web frameworks.\n\n*Please note that while Wicked Charts is licensed under Apache 2.0 License, Highcharts itself is only free for non-commercial use. Chart.js, however, is licensed under the MIT license and is free to use.*\nSee here: [Highcharts shop](http://shop.highsoft.com/highcharts.html)\nAnd here: [Chart.js license](http://www.chartjs.org/docs/latest/notes/license.html)\n\nHow does it work?\n=================\nFor a quick start on how to use Wicked Charts in your Wicket or JSF application, visit the [Getting Started](https://github.com/thombergs/wicked-charts/wiki/Getting-Started) page.\n\nYour web framework is not supported?\n================================\nIf your Java-based framework of choice is not supported by Wicked Charts, feel free to get in touch with us. It shouldn't be much work to get the basic features also working for your framework (most of the work has already been done).\n\nWant to contribute?\n===================\nFeel free to clone this repository and submit pull requests. We'll see to get them merged into the main project.\n\nAdding Wicked-Charts as a dependency\n=================\nDepending on what web framework you use, add one of the following dependencies to your Gradle/Maven build:\n\nWicket 8.x\n---------\nGradle:\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n  compile 'de.adesso.wicked-charts:wicked-charts-wicket8:3.2.1'\n}\n```\n\nMaven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n  \u003cartifactId\u003ewicked-charts-wicket8\u003c/artifactId\u003e\n  \u003cversion\u003e3.2.1\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n\n```\n\nWicket 7.x\n---------\nGradle:\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n  compile 'de.adesso.wicked-charts:wicked-charts-wicket7:3.2.1'\n}\n```\n\nMaven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n  \u003cartifactId\u003ewicked-charts-wicket7\u003c/artifactId\u003e\n  \u003cversion\u003e3.2.1\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\nWicket 6.x\n---------\nGradle:\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n  compile 'de.adesso.wicked-charts:wicked-charts-wicket6:3.2.1'\n}\n```\n\nMaven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n  \u003cartifactId\u003ewicked-charts-wicket6\u003c/artifactId\u003e\n  \u003cversion\u003e3.2.1\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\nWicket 1.5.x\n---------\nGradle:\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n  compile 'de.adesso.wicked-charts:wicked-charts-wicket15:3.2.1'\n}\n```\n\nMaven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n  \u003cartifactId\u003ewicked-charts-wicket15\u003c/artifactId\u003e\n  \u003cversion\u003e3.2.1\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\nWicket 1.4.x\n---------\nGradle:\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n  compile 'de.adesso.wicked-charts:wicked-charts-wicket14:3.2.1'\n}\n```\n\nMaven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n  \u003cartifactId\u003ewicked-charts-wicket14\u003c/artifactId\u003e\n  \u003cversion\u003e3.2.1\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\nJSF 2.1\n---------\nGradle:\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n  compile 'de.adesso.wicked-charts:wicked-charts-jsf21:3.2.1'\n}\n```\n\nMaven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n  \u003cartifactId\u003ewicked-charts-jsf21\u003c/artifactId\u003e\n  \u003cversion\u003e3.2.1\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\nJava Wrappers\n------------\nIf you want to use the Java abstraction and JSON serializer of the Chart.js or Highcharts options (for example to add them to an application built with a different web framework than Wicket ot JSF), add the following dependencies:\n\nGradle:\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n  compile 'de.adesso.wicked-charts:chartjs-wrapper:3.2.1'\n  compile 'de.adesso.wicked-charts:highcharts-wrapper:3.2.1'\n}\n```\n\nMaven:\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n      \u003cartifactId\u003echartjs-wrapper\u003c/artifactId\u003e\n      \u003cversion\u003e3.2.1\u003c/version\u003e\n      \u003ctype\u003epom\u003c/type\u003e\n    \u003c/dependency\u003e\n    \n    \u003cdependency\u003e\n      \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n      \u003cartifactId\u003ehighcharts-wrapper\u003c/artifactId\u003e\n      \u003cversion\u003e3.2.1\u003c/version\u003e\n      \u003ctype\u003epom\u003c/type\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\nLatest snapshot release\n-----------------------\nGradle:\n```groovy\nrepositories {\n    maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local' }\n}\n\ndependencies {\n  compile 'de.adesso.wicked-charts:wicked-charts-wicket8:3.2.1-SNAPSHOT'\n}\n```\n\nMaven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.adesso.wicked-charts\u003c/groupId\u003e\n  \u003cartifactId\u003ewicked-charts-wicket8\u003c/artifactId\u003e\n  \u003cversion\u003e3.2.1-SNAPSHOT\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FadessoSE%2Fwicked-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FadessoSE%2Fwicked-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FadessoSE%2Fwicked-charts/lists"}