{"id":28540766,"url":"https://github.com/leecade/echarts","last_synced_at":"2025-07-07T11:31:09.112Z","repository":{"id":19907245,"uuid":"23172664","full_name":"leecade/echarts","owner":"leecade","description":"fork echarts for fis.","archived":false,"fork":false,"pushed_at":"2020-02-12T12:39:40.000Z","size":28768,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-09T19:49:30.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/leecade.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":"2014-08-21T03:21:35.000Z","updated_at":"2020-10-23T14:10:50.000Z","dependencies_parsed_at":"2022-08-24T17:50:40.363Z","dependency_job_id":null,"html_url":"https://github.com/leecade/echarts","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/leecade/echarts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fecharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fecharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fecharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fecharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leecade","download_url":"https://codeload.github.com/leecade/echarts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecade%2Fecharts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264069127,"owners_count":23552547,"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":[],"created_at":"2025-06-09T19:37:12.582Z","updated_at":"2025-07-07T11:31:09.106Z","avatar_url":"https://github.com/leecade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# echarts-fis\n\n[echarts](https://github.com/ecomfe/echarts) for [fis](https://github.com/fex-team/fis).\n\n## USAGE\n\n- clone the project or install by bower:\n\n```bash\n$ bower install http://gitlab.pro/bdg/echarts.git\n```\n\nAfter installed, you can use it:\n\nin fis ENV\n\n```javascript\nvar echarts = reuqire(\"echarts\");\nrequire(\"echarts/bar\");\n\nvar ec = echarts.init(el);\nec.setOption({});\n\n// async\n\nrequire.async([\n    \"echarts\"\n    , \"echarts/bar\"\n], function(echarts) {\n    var ec = echarts.init(el);\n    ec.setOption({});\n});\n```\n\n## DEVELOP\n\n- install deps\n\n```bash\n$ npm i -g bower gulp; npm i\n```\n\n- update \u0026 rebuild\n\n```bash\n$ gulp\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecade%2Fecharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleecade%2Fecharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecade%2Fecharts/lists"}