{"id":19721761,"url":"https://github.com/rinterface/mobilecharts","last_synced_at":"2025-04-29T21:31:26.130Z","repository":{"id":85367242,"uuid":"225351975","full_name":"RinteRface/mobileCharts","owner":"RinteRface","description":"Mobile friendly charts with a familiar syntax","archived":false,"fork":false,"pushed_at":"2020-02-12T12:49:10.000Z","size":309,"stargazers_count":27,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-05T19:51:11.073Z","etag":null,"topics":["mobile","r","rstats"],"latest_commit_sha":null,"homepage":"https://mobilecharts.rinterface.com","language":"R","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/RinteRface.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-12-02T10:53:32.000Z","updated_at":"2023-03-17T07:21:43.000Z","dependencies_parsed_at":"2024-02-09T01:57:13.507Z","dependency_job_id":"a1196c11-4f5d-4fb3-8fe6-daff64938634","html_url":"https://github.com/RinteRface/mobileCharts","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/RinteRface%2FmobileCharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FmobileCharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FmobileCharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FmobileCharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinteRface","download_url":"https://codeload.github.com/RinteRface/mobileCharts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251585842,"owners_count":21613282,"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":["mobile","r","rstats"],"created_at":"2024-11-11T23:15:26.765Z","updated_at":"2025-04-29T21:31:25.185Z","avatar_url":"https://github.com/RinteRface.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- badges: start --\u003e\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n[![Travis build status](https://travis-ci.org/RinteRface/mobileCharts.svg?branch=master)](https://travis-ci.org/RinteRface/mobileCharts)\n\u003c!-- badges: end --\u003e\n\n# mobileCharts\n\nThe goal of mobileCharts is to bring mobile friendly charts to [shinyMobile](https://rinterface.github.io/shinyMobile/) via [f2](https://f2.antv.vision/en).\n\n## Installation\n\n``` r\ninstall.packages(\"remotes\")\nremotes::install_github(\"rinterface/mobileCharts\")\n```\n\n## Example\n\nSee the [website](https://mobilecharts.rinterface.com/) for more examples. Visit the [demo](https://shiny.john-coene.com/mobileCharts/) (from your mobile) to have a better idea of the look and feel.\n\n``` r\nlibrary(mobileCharts)\n\nmobile(iris, aes(Sepal.Length, Sepal.Width, color = Species)) %\u003e% \n  mobile_point()\n```\n\n### shinyMobile\n\n_refresh if you resize the screen_\n\n```r\nlibrary(shiny)\nlibrary(shinyMobile)\nlibrary(mobileCharts)\n\nui \u003c- f7Page(\n  title = \"mobileCharts\",\n  f7SingleLayout(\n    navbar = f7Navbar(\n      title = \"mobileCharts\",\n      hairline = TRUE,\n      shadow = TRUE\n    ),\n    f7Shadow(\n      intensity = 16,\n      f7Card(\n        title = \"Chart\",\n        mobileOutput(\"mc\", width = 400)\n      )\n    )\n  )\n)\n\nserver \u003c- function(input, output){\n  output$mc \u003c- render_mobile({\n    mobile(iris, aes(Sepal.Length, Sepal.Width, color = Species)) %\u003e% \n      mobile_point()\n  })\n}\n\nshinyApp(ui, server)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinterface%2Fmobilecharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinterface%2Fmobilecharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinterface%2Fmobilecharts/lists"}