{"id":20744110,"url":"https://github.com/dunest/chartjs","last_synced_at":"2025-04-24T05:44:55.768Z","repository":{"id":44705076,"uuid":"67227468","full_name":"DuneSt/ChartJs","owner":"DuneSt","description":"This is a Seaside binding for ChartJS","archived":false,"fork":false,"pushed_at":"2022-05-14T00:51:15.000Z","size":171,"stargazers_count":7,"open_issues_count":4,"forks_count":3,"subscribers_count":6,"default_branch":"development","last_synced_at":"2025-04-24T05:44:50.151Z","etag":null,"topics":["chart","chartjs","charts","pharo","seaside","web"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/DuneSt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-02T14:04:09.000Z","updated_at":"2022-01-30T03:01:42.000Z","dependencies_parsed_at":"2022-09-13T23:12:16.870Z","dependency_job_id":null,"html_url":"https://github.com/DuneSt/ChartJs","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuneSt%2FChartJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuneSt%2FChartJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuneSt%2FChartJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuneSt%2FChartJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuneSt","download_url":"https://codeload.github.com/DuneSt/ChartJs/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250573299,"owners_count":21452342,"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":["chart","chartjs","charts","pharo","seaside","web"],"created_at":"2024-11-17T07:14:18.017Z","updated_at":"2025-04-24T05:44:55.749Z","avatar_url":"https://github.com/DuneSt.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChartJS for Seaside\n\nThis project is an implementation of ChartJs in Seaside with a model associated to charts.\n\nIt uses Stylesheet for customization and can be used in local network.\n\n# Documentation\n\n## Version management \n\nThis project use semantic versionning to define the releases. This mean that each stable release of the project will get associate a version number of the form `vX.Y.Z`. \n\n- **X** define the major version number\n- **Y** define the minor version number \n- **Z** define the patch version number\n\nWhen a release contains only bug fixes, the patch number increase. When the release contains new features backward compatibles, the minor version increase. When the release contains breaking changes, the major version increase. \n\nThus, it should be safe to depend on a fixed major version and moving minor version of this project.\n\n## Install ChartJs Seaside\n\nTo install ChartJs on your Pharo image you can execute:\n\n```Smalltalk\n    Metacello new\n        githubUser: 'DuneSt' project: 'ChartJs' commitish: 'master' path: 'src';\n        baseline: 'ChartJs';\n        onUpgrade: [ :e | e useIncoming ];\n        onWarningLog;\n        load\n```\n\nTo add ChartJs Seaside to your baseline just add this:\n\n```Smalltalk\n    spec\n        baseline: 'ChartJs'\n        with: [ spec repository: 'github://DuneSt/ChartJs:v1.x.x/src' ]\n```\n\nNote that you can replace the #v1.x.x by a branch name as #master, #development or a tag as #v1.0.0, #v1.? or #v1.2.? or a commit SHA.\n\n## Getting started\n\n### Add the right libraries\n\nTo use ChartJs for Seaside you will need to add JQuery and ChartJs libraries to your application:\n\n```Smalltalk\n\t(WAAdmin register: self asApplicationAt: 'myApplication')\n\t\taddLibrary: ChartJsLibrary;\n\t\taddLibrary: JQDeploymentLibrary\n```\n\n## Examples\n\nYou can find multiple examples when the application will be installed at the url: [http://localhost:8080/ChartJsDemo](http://localhost:8080/ChartJs)\n\nWhen you install in a plain Pharo image you need to start the seaside server first by opening `World menu \u003e Tools \u003e Seaside Control Panel` and adding and starting an appropropriate `ZnZincServerAdaptor`. If you do not use port 8080, change the port in the URL.\n\nYou can find a demo at: [https://demos.ferlicot.fr/ChartJsDemo](https://demos.ferlicot.fr/ChartJsDemo)\n\n## Latest supported Dependency\n\n- [ChartJs v1.0.1](https://github.com/chartjs/Chart.js/releases/tag/v1.0.1)\n\n## Smalltalk versions compatibility\n\n| ChartJs version \t| Compatible Pharo versions \t|\n|---------------\t|---------------------------\t|\n| v1.x.x\t      \t| Pharo 61, 70, 80, 90, 10         \t|\n| development      \t| Pharo 61, 70, 80, 90 , 10        \t|\n\n## Contact\n\nIf you have any question or problem do not hesitate to open an issue or contact cyril (a) ferlicot.me or guillaume.larcheveque (a) gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunest%2Fchartjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunest%2Fchartjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunest%2Fchartjs/lists"}