ECharts.Net.Core
0.0.1-alpha
See the version list below for details.
dotnet add package ECharts.Net.Core --version 0.0.1-alpha
NuGet\Install-Package ECharts.Net.Core -Version 0.0.1-alpha
<PackageReference Include="ECharts.Net.Core" Version="0.0.1-alpha" />
paket add ECharts.Net.Core --version 0.0.1-alpha
#r "nuget: ECharts.Net.Core, 0.0.1-alpha"
// Install ECharts.Net.Core as a Cake Addin #addin nuget:?package=ECharts.Net.Core&version=0.0.1-alpha&prerelease // Install ECharts.Net.Core as a Cake Tool #tool nuget:?package=ECharts.Net.Core&version=0.0.1-alpha&prerelease
ECharts.Net - 在.NET应用中使用ECharts
<div align=center><img height='100' src=".github/icon.png"></div>
<br/>
<div align=center> <font size='4'> <strong>简体中文</strong> | <a href='/README.en.md'>English</a> </font> </div>
简介
可用于WPF/Winform的图表控件, 内部使用Webview2嵌入ECharts实现,基于最新的.net技术构建。
特点
- 现代化:基于最新的.net7以及Webview2构建
- 高性能:以尽可能低的额外开销实现与ECharts的互操作
- 类型安全:尽可能使用强类型封装ECharts组件
- 灵活性:在使用.net类型的同时也可以使用js直接操作
如何使用
使用Nuget包管理器安装:
平台 | 包名 |
---|---|
WinForm | ECharts.Net.Winform |
WPF | ECharts.Net.Wpf |
WinUI3 | 尚未支持 |
由于处于早期开发阶段,目前没有文档。具体用法请参见本仓库中的Demo。
路线图
本项目目前处于前期开发阶段,已实现基本功能,理论上可以使用JS调用的方式实现全部官方例程。当前开发重点在于对Option
的封装。
事项 | 状态 |
---|---|
对Webview2控件的基本封装 | ✅ |
核心类型系统设计 | ✅ |
对Option 进行封装 |
进行中 |
WinUI3支持 | 计划中 |
序列化和互操作优化 | 计划中 |
截图
贡献
对本项目有任何疑问,欢迎提交Issue,或直接发起Pull Request
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Microsoft.Web.WebView2 (>= 1.0.1823.32)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ECharts.Net.Core:
Package | Downloads |
---|---|
ECharts.Net.Webview2
The dependency package of ECharts.Net.WPF/Winform. |
|
ECharts.Net.Wpf
Introduce ECharts into your WPF apps, powered by Microsoft Webview2. |
|
ECharts.Net.Winform
Introduce ECharts into your Winform apps, powered by Microsoft Webview2. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.4 | 454 | 7/20/2023 |
0.0.3 | 169 | 7/12/2023 |
0.0.3-alpha | 159 | 7/11/2023 |
0.0.2 | 178 | 7/10/2023 |
0.0.2-alpha | 143 | 7/10/2023 |
0.0.1 | 191 | 7/6/2023 |
0.0.1-alpha | 155 | 7/7/2023 |