19

所以基本上我想用服务器端的 blazor 创建图表,我正在四处寻找一些可以让我创建图表的包。问题是它们都非常昂贵:

  1. 泰利里克
  2. 同步融合

我发现的唯一一个同样不错的免费替代方案是 ofc。ChartJs,但它显然使用了 js,这并不是我真正想要的方向。

那么是否有任何“好”的 Blazor 图表库是免费的,让我可以创建充满图表类型的普通手,例如面积图、折线图、条形图......?

4

6 回答 6

15

自己回答这个问题,是看起来最有前途的图书馆,而且它也是免费的。

于 2019-06-08T08:45:13.020 回答
8

还有一个免费的特定 ChartJS.Blazor 包,只是一个小的 NuGet 包。并与客户端和服务器端 Blazor 应用程序兼容。

  • Marius Muntean 的ChartJS.Blazor包
  • 或者在 Visual Studio 的 NuGet 包管理器中搜索“ChartJS.Blazor”

注意: . 是在 ChartJS 之后和 Blazor 之前,而不是直接在 Chart 之后。否则,您将找不到此软件包,而是找到所有其他变体。

于 2019-12-30T13:51:46.903 回答
4

Plotly.Blazor现在是另一种选择。

Plotly.Blazor is a wrapper for plotly.js. Built on top of d3.js and stack.gl, plotly.js is a high-level, declarative charting library. It ships with over 40 chart types, including 3D charts, statistical graphs, and SVG maps. plotly.js is free and open source and you can view the source, report issues or contribute on GitHub.

于 2021-02-16T02:14:34.693 回答
2

还有Blazly,尽管它最近似乎没有太多活动,但它很容易适应特定需求。

于 2021-02-15T09:07:34.213 回答
2

There are beautiful charts available on Blazorise.com. Please check them and give a try:

https://bootstrapdemo.blazorise.com/tests/charts

于 2021-03-18T15:05:51.480 回答
0

You can find the library for bar chart, and lot of other components here:

radzen.com

于 2021-10-25T06:26:42.183 回答