{"id":13531413,"url":"https://github.com/caopengfei/BlazorECharts","last_synced_at":"2025-04-01T19:32:05.415Z","repository":{"id":40898682,"uuid":"230414195","full_name":"caopengfei/BlazorECharts","owner":"caopengfei","description":"Blazor版本的ECharts图表组件","archived":false,"fork":false,"pushed_at":"2022-12-08T09:28:27.000Z","size":1520,"stargazers_count":96,"open_issues_count":6,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-02T18:41:24.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/caopengfei.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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":"2019-12-27T09:29:57.000Z","updated_at":"2024-07-16T07:16:08.000Z","dependencies_parsed_at":"2023-01-25T05:45:19.238Z","dependency_job_id":null,"html_url":"https://github.com/caopengfei/BlazorECharts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caopengfei%2FBlazorECharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caopengfei%2FBlazorECharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caopengfei%2FBlazorECharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caopengfei%2FBlazorECharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caopengfei","download_url":"https://codeload.github.com/caopengfei/BlazorECharts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246700583,"owners_count":20819899,"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":"2024-08-01T07:01:02.836Z","updated_at":"2025-04-01T19:32:00.403Z","avatar_url":"https://github.com/caopengfei.png","language":"C#","funding_links":[],"categories":["Frameworks"],"sub_categories":["Blazor Binding"],"readme":"# BlazorCharts\n\n## 介绍\n\n**Blazor版本的ECharts图表组件**\n\n[![GitHub license](https://img.shields.io/github/license/caopengfei/BlazorECharts.svg)](https://github.com/caopengfei/BlazorECharts/blob/master/LICENSE)\n\n开源地址：[https://github.com/caopengfei/BlazorECharts](https://github.com/caopengfei/BlazorECharts)\n\n示例地址：[http://101.132.107.140:8123/line/line1](http://101.132.107.140:8123/line/line1)\n\nECharts配置请参考：\n\n[https://www.echartsjs.com/zh/option.html#title](https://www.echartsjs.com/zh/option.html#title)\n\n[https://www.echartsjs.com/examples/zh/index.html](https://www.echartsjs.com/examples/zh/index.html)\n\n## 使用方式\n1. 创建Blazor项目。\n2. 在NuGet中安装包`Rakor.Blazor.ECharts` [![NuGet](https://img.shields.io/nuget/v/Rakor.Blazor.ECharts.svg?style=flat-square\u0026label=nuget)](https://www.nuget.org/packages/Rakor.Blazor.ECharts/) ![downloads](https://img.shields.io/nuget/dt/Rakor.Blazor.ECharts.svg)。\n3. 在 _Imports.razor 中添加`@using Rakor.Blazor.ECharts.Component`。\n4. 在 Pages/_Host.cshtml文件的Body中引入下面两段代码：\n```\n\u003cscript src=\"/_content/Rakor.Blazor.ECharts/js/echarts-4.5.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"/_content/Rakor.Blazor.ECharts/js/core.js\"\u003e\u003c/script\u003e\n```\n5. 在页面中使用组件（可参考Demo项目）。\n\n**注意：因为没有设置默认的样式，所以需要在组件上设置`Class`或者`Style`来控制宽度和高度**\n\n## 功能实现进度\n- [ ] **公共配置**\n  - [x] title\n  - [x] legend\n  - [x] grid（部分）\n  - [x] xAxis（部分）\n  - [x] yAxis（部分）\n  - [x] polar（部分）\n  - [x] radiusAxis（部分）\n  - [x] angleAxis（部分）\n  - [x] radar（部分）\n  - [x] dataZoom\n  - [x] visualMap（部分）\n  - [x] tooltip（部分）\n  - [x] axisPointer（部分）\n  - [x] toolbox（部分）\n  - [ ] brush\n  - [ ] geo\n  - [ ] parallel\n  - [ ] parallelAxis\n  - [ ] singleAxis\n  - [ ] timeline\n  - [ ] graphic\n  - [ ] calendar\n  - [ ] dataset\n  - [ ] aria\n  - [x] series（部分）\n  - [x] color\n  - [x] backgroundColor\n  - [x] textStyle\n  - [x] animation\n  - [x] animationThreshold\n  - [x] animationDuration\n  - [x] animationEasing\n  - [x] animationDelay\n  - [x] animationDurationUpdate\n  - [x] animationEasingUpdate\n  - [x] animationDelayUpdate\n  - [x] blendMode\n  - [x] hoverLayerThreshold\n  - [x] useUTC\n- [ ] **图表**\n  - [x] 折线图（部分）\n  - [x] 柱状图（部分）\n  - [x] 饼图（部分）\n  - [ ] 散点图\n  - [x] 地理坐标/地图（部分）\n  - [x] K线图（部分）\n  - [ ] 雷达图\n  - [ ] 盒须图\n  - [ ] 热力图\n  - [ ] 关系图\n  - [ ] 路径图\n  - [ ] 树图\n  - [ ] 矩形树图\n  - [ ] 旭日图\n  - [ ] 平行坐标系\n  - [ ] 桑基图\n  - [ ] 漏斗图\n  - [ ] 仪表盘\n  - [ ] 象形柱图\n  - [ ] 主题河流图\n  - [ ] 日历坐标系\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaopengfei%2FBlazorECharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaopengfei%2FBlazorECharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaopengfei%2FBlazorECharts/lists"}