{"id":13734948,"url":"https://github.com/merlinoa/rfrappe","last_synced_at":"2025-12-27T06:21:11.934Z","repository":{"id":78138706,"uuid":"109437912","full_name":"merlinoa/rfrappe","owner":"merlinoa","description":"htmlwidget for frappe charts js library","archived":false,"fork":false,"pushed_at":"2020-10-13T21:54:49.000Z","size":1252,"stargazers_count":25,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-01-28T23:08:58.887Z","etag":null,"topics":["charts","frappe","htmlwidgets","r","shiny"],"latest_commit_sha":null,"homepage":"https://merlinoa.github.io/rfrappe","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/merlinoa.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-11-03T20:03:35.000Z","updated_at":"2024-04-23T13:31:26.762Z","dependencies_parsed_at":"2023-02-28T06:01:44.953Z","dependency_job_id":null,"html_url":"https://github.com/merlinoa/rfrappe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinoa%2Frfrappe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinoa%2Frfrappe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinoa%2Frfrappe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinoa%2Frfrappe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merlinoa","download_url":"https://codeload.github.com/merlinoa/rfrappe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224727173,"owners_count":17359532,"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","frappe","htmlwidgets","r","shiny"],"created_at":"2024-08-03T03:01:01.493Z","updated_at":"2025-12-27T06:21:11.873Z","avatar_url":"https://github.com/merlinoa.png","language":"R","funding_links":[],"categories":["Visualization","R"],"sub_categories":["General-Purpose"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n# rfrappe\n\n[![Build Status](https://travis-ci.org/merlinoa/rfrappe.svg?branch=master)](https://travis-ci.org/merlinoa/rfrappe)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/pkgdown)](https://cran.r-project.org/package=rfrappe)\n\n`rfrappe` is an R htmlwidget for the [Frappe Charts](https://github.com/frappe/charts) JavaScript library.  Frappe Charts creates simple, responsive, modern SVG charts with zero dependencies.\n\n## Example\n\n![Frappe Example](img/example.gif)\n\nAbove gif copied from the [Frappe Charts](https://github.com/frappe/charts/blob/master/README.md) README.\n\n## Installation\n\n```{r, eval = FALSE}\ndevtools::install_github(\"merlinoa/rfrappe\")\n```\n\n## Usage\n\n```{r, fig.width=9}\nlibrary(rfrappe)\n\ndata \u003c- list(\n  labels = c(\"12am-3am\", \"3am-6pm\", \"6am-9am\", \"9am-12am\", \"12pm-3pm\", \n             \"3pm-6pm\", \"6pm-9pm\", \"9am-12am\"),\n  datasets = list(\n    list(\n      title = \"Some Data\",\n      color = \"light-blue\",\n      values = c(25, 40, 30, 35, 8, 52, 17, -4)\n    ),\n    list(\n      title = \"Another Set\",\n      color = \"violet\",\n      values = c(25, 50, -10, 15, 18, 32, 27, 14)\n    )\n  )\n)\n\nrfrappe(list(\n  title = \"My Awesome Bar Chart\",\n  data = data,\n  type = \"bar\"\n))\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerlinoa%2Frfrappe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerlinoa%2Frfrappe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerlinoa%2Frfrappe/lists"}