{"id":13735609,"url":"https://github.com/rte-antares-rpackage/leaflet.minicharts","last_synced_at":"2025-07-29T15:31:31.477Z","repository":{"id":19643156,"uuid":"87547970","full_name":"rte-antares-rpackage/leaflet.minicharts","owner":"rte-antares-rpackage","description":"Minicharts for dynamic leaflet maps","archived":false,"fork":false,"pushed_at":"2023-05-18T01:43:00.000Z","size":11286,"stargazers_count":107,"open_issues_count":24,"forks_count":20,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-14T20:00:45.366Z","etag":null,"topics":["chart","dynamic-chart","javascript","leaflet","leaflet-map","leaflet-plugins","leafletjs","r"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rte-antares-rpackage.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}},"created_at":"2017-04-07T13:23:47.000Z","updated_at":"2024-02-08T14:04:51.000Z","dependencies_parsed_at":"2023-01-12T14:45:29.524Z","dependency_job_id":null,"html_url":"https://github.com/rte-antares-rpackage/leaflet.minicharts","commit_stats":{"total_commits":123,"total_committers":8,"mean_commits":15.375,"dds":0.3089430894308943,"last_synced_commit":"8a9a602f269f774b89a31d8a355a674154b3782b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rte-antares-rpackage%2Fleaflet.minicharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rte-antares-rpackage%2Fleaflet.minicharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rte-antares-rpackage%2Fleaflet.minicharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rte-antares-rpackage%2Fleaflet.minicharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rte-antares-rpackage","download_url":"https://codeload.github.com/rte-antares-rpackage/leaflet.minicharts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228024094,"owners_count":17857628,"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","dynamic-chart","javascript","leaflet","leaflet-map","leaflet-plugins","leafletjs","r"],"created_at":"2024-08-03T03:01:08.818Z","updated_at":"2024-12-04T01:08:49.607Z","avatar_url":"https://github.com/rte-antares-rpackage.png","language":"R","funding_links":[],"categories":["R","Visualization","Tools"],"sub_categories":["Maps and Spatial Data","Integrations"],"readme":"# leaflet.minicharts\n\n\u003e Minicharts for dynamic [{leaflet}](https://rstudio.github.io/leaflet/) maps\n\n\u003c!-- badges: start --\u003e\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/leaflet.minicharts)](https://cran.r-project.org/package=leaflet.minicharts)\n[![CRAN Downloads Badge](https://cranlogs.r-pkg.org/badges/leaflet.minicharts)](https://cran.r-project.org/package=leaflet.minicharts)\n[![Travis-CI Build Status](https://travis-ci.org/rte-antares-rpackage/leaflet.minicharts.svg?branch=master)](https://travis-ci.org/rte-antares-rpackage/leaflet.minicharts)\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rte-antares-rpackage/leaflet.minicharts?branch=master\u0026svg=true)](https://ci.appveyor.com/project/rte-antares-rpackage/leaflet-minicharts)\n[![Coverage Status](https://img.shields.io/codecov/c/github/rte-antares-rpackage/leaflet.minicharts/master.svg)](https://codecov.io/github/rte-antares-rpackage/leaflet.minicharts?branch=master)\n\u003c!-- badges: end --\u003e\n\n\nFor a few years now, it has become easy to create interactive maps with R thanks to the package `leaflet` by the Rstudio team. Nevertheless, it only provides only a few functions to create basic shapes on a map, so the information that can be represented on a single map is limited: if you have some data associated to some points, you can only represent at most two variables by drawing circles and changing their radius and color according to data.\n\n`leaflet.minicharts` is an R package that provides two functions to add and update small charts on an interactive maps created with the package `leaflet`. These charts can be used to represent as many variables as desired associated to geographical points. Currently, three types of chart are supported: barcharts (the default), pie charts and polar area charts (with two variants: \"polar-area\" and \"polar-radius\", where values are represented respectively by the area or the radius of the slices).\n\nHere are screenshots of sample outputs:\n\n![](vignettes/piecharts.png)\n![](vignettes/barcharts.png)\n![](vignettes/bubblecharts.png)\n\n## Installation and usage\n\nYou can install the package from CRAN:\n\n```r\ninstall.packages(\"leaflet.minicharts\")\n```\n\nTo see how simple it is to use this package, have a look at the [package vignette](https://cran.r-project.org/package=leaflet.minicharts/vignettes/introduction.html).\n\n\n## Contributing\n\nContributions to the library are welcome and can be submitted in the form of pull requests to this repository:\n\nhttps://github.com/rte-antares-rpackage/leaflet.minicharts\n\nThis package contains some javascript code. To modify it requires `npm` and `grunt`. First modify files in the `javascript` folder. Then in a terminal, run the following commands:\n\n```\ncd javascript\nnpm install\ngrunt build\n```\n\n## License Information\n\nCopyright 2015-2018 RTE (France)\n\n* RTE: http://www.rte-france.com\n\nThis Source Code is subject to the terms of the GNU General Public License, version 2 or any higher version. If a copy of the GPL-v2 was not distributed with this file, You can obtain one at https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frte-antares-rpackage%2Fleaflet.minicharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frte-antares-rpackage%2Fleaflet.minicharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frte-antares-rpackage%2Fleaflet.minicharts/lists"}