{"id":13858000,"url":"https://github.com/mrjoh3/c3","last_synced_at":"2026-02-21T12:01:51.074Z","repository":{"id":56936455,"uuid":"60614778","full_name":"mrjoh3/c3","owner":"mrjoh3","description":"c3 HTMLWidget Ploting","archived":false,"fork":false,"pushed_at":"2021-07-04T04:37:46.000Z","size":11166,"stargazers_count":39,"open_issues_count":5,"forks_count":51,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-09T21:09:22.651Z","etag":null,"topics":["chart","htmlwidget","plots"],"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/mrjoh3.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2016-06-07T13:21:40.000Z","updated_at":"2024-02-20T18:03:13.000Z","dependencies_parsed_at":"2022-08-21T06:20:47.548Z","dependency_job_id":null,"html_url":"https://github.com/mrjoh3/c3","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mrjoh3/c3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjoh3%2Fc3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjoh3%2Fc3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjoh3%2Fc3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjoh3%2Fc3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrjoh3","download_url":"https://codeload.github.com/mrjoh3/c3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjoh3%2Fc3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29680147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T11:29:27.227Z","status":"ssl_error","status_checked_at":"2026-02-21T11:29:20.292Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","htmlwidget","plots"],"created_at":"2024-08-05T03:01:53.600Z","updated_at":"2026-02-21T12:01:51.052Z","avatar_url":"https://github.com/mrjoh3.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"c3\n================\n\n[![DOI](https://zenodo.org/badge/60614778.svg)](https://zenodo.org/badge/latestdoi/60614778)\n[![R-CMD-check](https://github.com/mrjoh3/c3/workflows/R-CMD-check/badge.svg)](https://github.com/mrjoh3/c3/actions)\n[![codecov](https://codecov.io/gh/mrjoh3/c3/branch/master/graph/badge.svg)](https://codecov.io/gh/mrjoh3/c3)\n[![CRAN\\_Status\\_Badge](http://www.r-pkg.org/badges/version/c3)](http://cran.r-project.org/package=c3/)\n[![](http://cranlogs.r-pkg.org/badges/c3)](http://cran.r-project.org/package=c3)\n\n\nThe `c3` package is a wrapper, or\n[htmlwidget](http://www.htmlwidgets.org/), for the\n[C3](http://c3js.org/) javascript charting library by [Masayuki\nTanaka](https://github.com/masayuki0812). You will find this package\nuseful if you are wanting to create a chart using\n[R](https://www.r-project.org/) and embedding it in a Rmarkdown document\nor Shiny App.\n\nThe `C3` library is very versatile and includes a lot of options.\nCurrently this package wraps most of the `C3` [options\nobject](http://c3js.org/reference.html).\n\n## Installation\n\nYou probably already guessed this bit.\n\n``` r\n\ninstall.packages('c3')\n\n# OR\n\ndevtools::install_github(\"mrjoh3/c3\")\n```\n\n## Basic Usage\n\nThe `c3` package is intended to be as simple and lightweight as\npossible. As a starting point the data input must be a `data.frame` or\n`tibble` with several options.\n\nWhere no options are supplied a simple line plot is produced by default.\nWhere no x-axis is defined the plots are sequential. `Date` x-axis can\nbe parsed with not additional setting if in the format `%Y-%m-%d` (ie\n‘2014-01-01’)\n\n``` r\n\nlibrary(c3)\n\ndata \u003c- data.frame(a = abs(rnorm(20) * 10),\n                   b = abs(rnorm(20) * 10),\n                   date = seq(as.Date(\"2014-01-01\"), by = \"month\", length.out = 20))\n\nc3(data)\n```\n\n![](man/figures/simple_fig.png)\n\n## Documentation\n\nFor more detailed documentation and methods see\n\u003chttp://mrjoh3.github.io/c3/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjoh3%2Fc3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrjoh3%2Fc3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjoh3%2Fc3/lists"}