{"id":42411748,"url":"https://github.com/mapleafgo/react-native-echarts","last_synced_at":"2026-01-28T01:48:17.662Z","repository":{"id":57341580,"uuid":"139420698","full_name":"mapleafgo/react-native-echarts","owner":"mapleafgo","description":"百度ECharts的react-native实现","archived":false,"fork":false,"pushed_at":"2018-11-27T04:02:32.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T18:53:35.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mapleafgo.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":"2018-07-02T09:24:12.000Z","updated_at":"2018-11-27T03:15:24.000Z","dependencies_parsed_at":"2022-09-15T16:42:08.859Z","dependency_job_id":null,"html_url":"https://github.com/mapleafgo/react-native-echarts","commit_stats":null,"previous_names":["fanlide/react-native-echarts"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mapleafgo/react-native-echarts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleafgo%2Freact-native-echarts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleafgo%2Freact-native-echarts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleafgo%2Freact-native-echarts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleafgo%2Freact-native-echarts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapleafgo","download_url":"https://codeload.github.com/mapleafgo/react-native-echarts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleafgo%2Freact-native-echarts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"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":[],"created_at":"2026-01-28T01:48:17.581Z","updated_at":"2026-01-28T01:48:17.626Z","avatar_url":"https://github.com/mapleafgo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-echarts\n\n百度ECharts的react-native实现\n\necharts版本4.1.0\n由于，加载的是[bootcdn](http://www.bootcdn.cn/)中的在线文件，所以需在线使用,\n\n\u003e1.0.3引入moment支持\n\n## 安装\n\n- npm\n```\n    npm i -S react-native-wk-echarts\n```\n\n- yarn\n```\n    yarn add react-native-wk-echarts\n```\n\n## 使用\n```javascript\n...\nimport Echarts from 'react-native-echarts';\nimport dark from 'react-native-echarts/theme/dark.json';\n...\n\u003cEcharts option={{\n      title: {\n          text: 'ECharts 入门示例'\n      },\n      tooltip: {},\n      legend: {\n          data:['销量']\n      },\n      xAxis: {\n          data: [\"衬衫\",\"羊毛衫\",\"雪纺衫\",\"裤子\",\"高跟鞋\",\"袜子\"]\n      },\n      yAxis: {},\n      series: [{\n          name: '销量',\n          type: 'bar',\n          data: [5, 20, 36, 10, 10, 20]\n      }]\n  }} theme={dark} /\u003e\n...\n```\n自带一个深色、一个浅色主题，可从ECharts官网自定义主题\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapleafgo%2Freact-native-echarts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapleafgo%2Freact-native-echarts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapleafgo%2Freact-native-echarts/lists"}