{"id":13941941,"url":"https://github.com/datastorm-open/rAmCharts","last_synced_at":"2025-07-20T05:31:30.764Z","repository":{"id":34326544,"uuid":"38245790","full_name":"datastorm-open/rAmCharts","owner":"datastorm-open","description":"API for Amcharts","archived":false,"fork":false,"pushed_at":"2025-01-13T09:21:28.000Z","size":9210,"stargazers_count":49,"open_issues_count":17,"forks_count":17,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-01-13T09:38:49.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/datastorm-open.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-29T12:10:46.000Z","updated_at":"2025-01-13T09:21:32.000Z","dependencies_parsed_at":"2023-01-15T06:30:49.110Z","dependency_job_id":null,"html_url":"https://github.com/datastorm-open/rAmCharts","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/datastorm-open/rAmCharts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datastorm-open%2FrAmCharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datastorm-open%2FrAmCharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datastorm-open%2FrAmCharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datastorm-open%2FrAmCharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datastorm-open","download_url":"https://codeload.github.com/datastorm-open/rAmCharts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datastorm-open%2FrAmCharts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266071519,"owners_count":23871940,"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-08-08T02:01:37.031Z","updated_at":"2025-07-20T05:31:25.737Z","avatar_url":"https://github.com/datastorm-open.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## LOG CHANGE\n\n### rAmCharts 2.1.10 (based on [amcharts][amcharts_url] version **3.21.13**)\n\n  * recycle dp$color to pass ``data.table 1.12.2``\n  \n### rAmCharts 2.1.9 (based on [amcharts][amcharts_url] version **3.21.13**)\n\n  * ``rAmChartsTimeSeries module`` : enabled multiple ``col_series`` in a ``list``\n  * ``amTimeSeries`` : fix passing one ``groupToPeriods`` + update thousandsSeparator\n  * Update Docomentation and add full javascript API in package \u0026 ``amChartsAPI()`` function\n  * ``rAmChartsTimeSeries module`` : fix bug zooming on missing value\n  \n### rAmCharts 2.1.8 (based on [AmCharts][url_amcharts] version **3.21.13**)\n\n  * ``rAmChartsTimeSeries module`` : fix keeping first and last values when NA\n  * Update to ``amcharts.js 3.21.13``\n  \n### rAmCharts 2.1.7 (based on [AmCharts][url_amcharts] version **3.20.18**)\n\n  * new ``add_animate_dependency`` function\n  \n## Introduction\n\nThis package allows to draw interactive charts from the *JavaScript* library [AmCharts][url_amcharts] using [Hmtlwidgets][url_htmlwidgets].\n\nCurrently available chart types: funnel, gantt, gauge, pie, radar, serial, stock, xy.\n\nPlease refer to this page https://datastorm-open.github.io/introduction_ramcharts/, you will find several examples and a quick tutorial.\n\nMoreover, full [AmCharts][url_amcharts] API is available in the package using ``amChartsAPI()``.\n\n---\n\n## Installation\n\nThe version 2.1.7 is available on CRAN:\n\n```{r, eval=FALSE}\ninstall.packages(\"rAmCharts\")\n```\n\nTo install the \"dev version\", run the following code lines:\n\n```{r, eval = FALSE}\nif (!require(devtools)) {\n  install.packages(\"devtools\")\n} else {}\n\ndevtools::install_github(\"datastorm-open/rAmCharts\")\n```\n\n**NB**:\n\n* Version 1.1.2 is based on [AmCharts][url_amcharts] v3.17.2\n* Version 2.0.0 is based on [AmCharts][url_amcharts] v3.18.2\n* Version 2.0.2 is based on [AmCharts][url_amcharts] v3.20.3\n* Version 2.1.0 is based on [AmCharts][url_amcharts] v3.20.10\n* Version \u003c= 2.1.7 is based on [AmCharts][url_amcharts] v3.20.18\n* Version \u003e= 2.1.8 is based on [AmCharts][url_amcharts] v3.21.13\n\n### Known issues\n\n* Problem in Shiny with Firefox (works with Chrome or Safari), the function `renderAmcharts({NULL})` does not clear the chart, use conditionalPanel instead.\n* Use in R Markown needs either an url path \"https://www.amcharts.com/lib/3\" to find images or a local path e.g. `system.file(\"htmlwidgets/lib\", package = \"rAmCharts\")`. HTML reports also need a call to the method `plot`.\n\n```{r, eval = FALSE}\nlibrary(rAmCharts)\ndata(iris)\n\namHist(iris$Sepal.Length, freq = FALSE, breaks = 30, col = \"gray\",\n       path = \"https://www.amcharts.com/lib/3\")\n# path = system.file(\"htmlwidgets/lib\", package = \"rAmCharts\"))\n\n```\n\n* Usual R colors work (for instance, light or dark prefixes), however the 'export' feature needs valid CSS colors. To be sure, use hexadecimal format if you want to use the 'export' feature.\n\n[url_amcharts]: https://www.amcharts.com\n[url_htmlwidgets]: https://www.htmlwidgets.org\n[path_histogram]: ./img/histogram.png\n[path_boxplot]: ./img/boxplot.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatastorm-open%2FrAmCharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatastorm-open%2FrAmCharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatastorm-open%2FrAmCharts/lists"}