{"id":27398028,"url":"https://github.com/jonrh/react-native-hugecharts","last_synced_at":"2025-04-14T01:28:41.095Z","repository":{"id":57337462,"uuid":"87003195","full_name":"jonrh/react-native-hugecharts","owner":"jonrh","description":"📈  Highcharts for React Native mobile apps 📉","archived":false,"fork":false,"pushed_at":"2017-10-16T12:52:08.000Z","size":218,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T08:40:57.492Z","etag":null,"topics":["android","highcharts","ios","react-native","webview"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonrh.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}},"created_at":"2017-04-02T17:32:08.000Z","updated_at":"2024-07-23T14:38:42.000Z","dependencies_parsed_at":"2022-09-13T02:41:39.323Z","dependency_job_id":null,"html_url":"https://github.com/jonrh/react-native-hugecharts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonrh%2Freact-native-hugecharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonrh%2Freact-native-hugecharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonrh%2Freact-native-hugecharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonrh%2Freact-native-hugecharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonrh","download_url":"https://codeload.github.com/jonrh/react-native-hugecharts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248806760,"owners_count":21164566,"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":["android","highcharts","ios","react-native","webview"],"created_at":"2025-04-14T01:28:40.491Z","updated_at":"2025-04-14T01:28:41.080Z","avatar_url":"https://github.com/jonrh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ❗️🔥 WIP - DON'T USE THIS YET 🔥❗️\n\n# React Native Hugecharts\n\nThis is a [React Native](https://facebook.github.io/react-native/) web view component that displays a [Highcharts](https://www.highcharts.com/) graph. The name *Hugecharts* is a bad synonym pun to avoid naming conflicts with the original repository (see fork info below). Using react-native-hugecharts is free for non-commercial use. For commercial projects you will need to [acquire a Highcharts license](https://shop.highsoft.com/highcharts) from Highsoft.\n\n## Usage\n```\n$ npm install react-native-hugecharts --save\n```\n\n```javascript\nimport ReactNativeHugecharts from \"react-native-hugecharts\";\n\nexport default class App extends Component {\n  render() {\n    // A Highcharts configuration/options object. Defines what type of \n    // chart should display, with what data and how it should look and \n    // behave. For details please see:\n    // https://www.highcharts.com/docs/getting-started/how-to-set-options\n    var conf = {};\n\n    return (\n      \u003cView\u003e\n        \u003cReactNativeHugecharts style={{ height: 300 }} configuration={conf} /\u003e\n      \u003c/View\u003e\n    );\n  }\n}\n```\n\n## Todo \u0026 Roadmap\nShort term todo list:\n\n1. Get the library, `index.js`, to work on iOS and Android.\n1. Add usage documentation and examples.\n1. Create and publish the library to npm\n\nNot sure if or when I get to those but at present they are desirable goals:\n\n1. Refactor library to use TypeScript \u0026 provide a TypeScript definition.\n1. Options to specify if Highcharts source should be baked into the app or loaded via HTTPS.\n1. If possible/feasible, use Prettier or Babel to export a JavaScript object instead of the `flattenObject()` and `flattenText()` functions.\n1. Add package to the [Nix package manager](https://nixos.org/nix/).\n1. Add support for [Highstocks](https://www.highcharts.com/products/highstock) and [Highmaps](https://www.highcharts.com/products/highmaps).\n\n\n## Fork Info \u0026 Acknowledgements\nThis repository is a fork of [react-native-highcharts](rn-https://github.com/TradingPal/react-native-highcharts). I've used it successfully in production for a while but have some ideas for changes I don't want to bother the original authors with. In addition to that I see this as a learning opportunity to publish my first library, to gain a deeper understanding from the library author perspective.\n\n\nI'd like to thank the following for their contributions to the original library:\n\n* Bernardo Orozco Garza, [Infinity0106](https://github.com/Infinity0106)\n* Donald P. Morton, [onaldmorton](https://github.com/donaldmorton)\n* Matteo Mazzarolo, [mmazzarolo](https://github.com/mmazzarolo)\n* Sergei Č., [Noiwex](https://github.com/Noiwex)\n* [nkov](https://github.com/nkov)\n\n\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonrh%2Freact-native-hugecharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonrh%2Freact-native-hugecharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonrh%2Freact-native-hugecharts/lists"}