ECharts.Net.Webview2
0.0.2
See the version list below for details.
dotnet add package ECharts.Net.Webview2 --version 0.0.2
NuGet\Install-Package ECharts.Net.Webview2 -Version 0.0.2
<PackageReference Include="ECharts.Net.Webview2" Version="0.0.2" />
paket add ECharts.Net.Webview2 --version 0.0.2
#r "nuget: ECharts.Net.Webview2, 0.0.2"
// Install ECharts.Net.Webview2 as a Cake Addin #addin nuget:?package=ECharts.Net.Webview2&version=0.0.2 // Install ECharts.Net.Webview2 as a Cake Tool #tool nuget:?package=ECharts.Net.Webview2&version=0.0.2
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
- ECharts.Net.Core (>= 0.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ECharts.Net.Webview2:
Package | Downloads |
---|---|
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 | 408 | 7/20/2023 |
0.0.3 | 132 | 7/12/2023 |
0.0.3-alpha | 120 | 7/11/2023 |
0.0.2 | 152 | 7/10/2023 |
0.0.2-alpha | 123 | 7/10/2023 |