{"id":13425347,"url":"https://github.com/hrbrmstr/taucharts","last_synced_at":"2025-03-16T20:31:15.125Z","repository":{"id":35832583,"uuid":"40115584","full_name":"hrbrmstr/taucharts","owner":"hrbrmstr","description":":bar_chart: An R htmlwidget interface to the TauCharts javascript library","archived":false,"fork":false,"pushed_at":"2019-09-07T13:44:20.000Z","size":4542,"stargazers_count":65,"open_issues_count":22,"forks_count":10,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-27T13:19:13.992Z","etag":null,"topics":["charting-library","htmlwidget","htmlwidgets","interactive-visualizations","r","rstats","taucharts","taucharts-javascript-library"],"latest_commit_sha":null,"homepage":"http://rpubs.com/hrbrmstr/taucharts","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrbrmstr.png","metadata":{"files":{"readme":"README.Rmd","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}},"created_at":"2015-08-03T09:10:37.000Z","updated_at":"2024-02-12T06:38:40.000Z","dependencies_parsed_at":"2022-09-08T19:24:00.384Z","dependency_job_id":null,"html_url":"https://github.com/hrbrmstr/taucharts","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Ftaucharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Ftaucharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Ftaucharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Ftaucharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/taucharts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830912,"owners_count":20354848,"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":["charting-library","htmlwidget","htmlwidgets","interactive-visualizations","r","rstats","taucharts","taucharts-javascript-library"],"created_at":"2024-07-31T00:01:10.549Z","updated_at":"2025-03-16T20:31:14.282Z","avatar_url":"https://github.com/hrbrmstr.png","language":"HTML","funding_links":[],"categories":["HTML","Visualization"],"sub_categories":["General-Purpose"],"readme":"---\noutput:\n  md_document:\n    variant: gfm\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\ntaucharts is an R htmlwidget interface to the TauCharts javascript library\n\nTake a look at the [TODO list](https://github.com/hrbrmstr/taucharts/issues/1) and chip in!\n\nRight now, you can make \u0026 customize (including manual color scales \u0026 ordered factors + legends + tooltips + trendlines):\n\n- scatterplots\n- scatterplot matrices\n- line charts\n- bar charts (veritical, horizontal \u0026 stacked)\n\nComposite plots are on the road map for support but not in the R package yet.\n\nHave a look [on RPubs](http://rpubs.com/hrbrmstr/taucharts) to see what `taucharts` can do!\n\nThe following functions are implemented:\n\n- `tauchart`:  Create a new TauChart\n- `tau_line`:  Create a TauCharts line chart\n- `tau_point`:  Create a TauCharts scatterplot\n- `tau_bar`:  Create a TauCharts bar chart (horizontal or vertical)\n- `tau_stacked_bar`: Create a TauCharts stacked bar chart (veritcal only)\n- `tau_guide_gridlines`:  Control showing of axis gridlines\n- `tau_guide_padding`:  Set overall chart padding\n- `tau_guide_x`:  Control x-axis padding, label, scale \u0026 tick format\n- `tau_guide_y`:  Control y-axis padding, label, scale \u0026 tick format\n- `tau_legend`:  Add a TauCharts legend\n- `tau_tooltip`:  Add a TauCharts tooltip\n- `tau_trendline`:  Add a TauCharts trendline\n- `run_tau_app`:  Run a built-in example Shiny app\n- `tau_tasks`:  Add post-render JavaScript tasks to taucharts\n- `tau_add_css_rule`: Add a CSS rule to the rendered htmlwidget\n- `tau_set_font`: Set `font-family` for the chart\n- `as_tauchart`:  Turn a simple (single-geom) ggplot plot into an tauchart object\n- `tau_title`:  Add a title to the tauchart plot\n\nwith many color palette options:\n\n- `tau_color_manual`:  Specify the colors used in the charts\n- `tau_color_brewer`:  Use the ColorBrewer palette in the charts\n- `tau_color_economist`:  Use the \"Economist\" palette used in the charts\n- `tau_color_few`:  Use the \"Few\" palette used in the charts\n- `tau_color_highcharts`:  Use the HighchartsJS palette used in the charts\n- `tau_color_manual`:  Specify the colors used in the charts\n- `tau_color_tableau`:  Use the Tableau palette in the charts\n- `tau_color_wsj`:  Use the \"Wall Street Journal\" palette used in the charts\n\nThe following datasets are included:\n\n- `cars_data`:  statistics on cars released from 1997 through 2013 (a data frame with 135 rows and 7 variables)\n\n### News\n\n- Version 0.4.5 released : Shiny click events, color themes for faceted charts, updated TauCharts JS lib\n- Version 0.4.4.9000 released : `tau_title`\n- Version 0.4.3.9000 released : minor issue with guides\n- Version 0.4.2.9000 released : pre-CRAN flight check\n- Version 0.4.0.9000 released : added `as_tauchart` \u0026 updated TauCharts JS lib\n- Version 0.3.4.9000 released : added warning for global targeted CSS rules and font ref fix thx to @jlewis91\n- Version 0.3.3.9001 released : fix for custom colors and `tau_line`\n- Version 0.3.3 released : custom font for chart (`?tau_set_font`)\n- Version 0.3.2 released : custom colors working in legend \u0026 trendlines\n- Version 0.3.1 released : removed R 3.2.0 dependency (removed the dependent code)\n- Version 0.3.0 released : color palettes galore!\n- Version 0.3.0.9000 released : `?tau_add_css_rule` (add CSS rules to a chart)\n- Version 0.2.6.9000 released : `?tau_tasks` (add JavaScript to a chart)\n- Version 0.2.5.9000 released : list \u0026 run example Shiny apps - see `?run_tau_app` for more info\n- Version 0.2.5.9000 released : stacked bar charts\n- Version 0.1.0 released : trendline, tooltips \u0026 dev fork (prod is pretty much stable \u0026 functional)\n- Version 0.0.1.9003 released : facet-based ordering + legends\n- Version 0.0.1.9000 released : auto-detects column classes, can add manual colors \u0026 faceted plots are now working (see the Rpub for an example)\n- Version 0.0.0.9000 released\n\n### Installation\n\n```{r eval=FALSE}\ndevtools::install_github(\"hrbrmstr/taucharts\")\n```\n\n### Usage\n\n```{r}\nlibrary(taucharts)\n\n# current verison\npackageVersion(\"taucharts\")\n\n```\n\n### Test Results\n\n```{r}\nlibrary(testthat)\ndate()\n\ntest_dir(\"tests/testthat\", reporter = SummaryReporter)\n```\n\n### Code of Conduct\n\nPlease note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).\nBy participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Ftaucharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Ftaucharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Ftaucharts/lists"}