Blazor.ECharts icon indicating copy to clipboard operation
Blazor.ECharts copied to clipboard

Blazor版本的ECharts图表组件

Results 7 Blazor.ECharts issues
Sort by recently updated
recently updated
newest added

Hello, would you consider updating the type of dataZoom.Start and dataZoom.End from int to double? It will allow setting zoom level with more precision. Documentation: [dataZoom.start (inside)](https://echarts.apache.org/en/option.html#dataZoom-inside.start) [dataZoom.end (slider)](https://echarts.apache.org/en/option.html#dataZoom-slider.end)

Any plan to add ECharts-GL (3D) to Blazor?

Hello, I found that rendering is slow when drawing diagrams with large amounts of data. I see that echart supports two modes, canvas and svg, but I have not seen...

enhancement

请问如何支持多个dataset? 目前是不是只支持一个Source?

如果将日期转为字符串类型,则X轴上的刻度是等间距的,不能按1天的最小单位绘制刻度。 我参考了AreaTimeAxis的示例代码,需要将日期转为UnixTimestamp,没有更好的办法吗? 谢谢!

您好。echarts手册中描述了getOption函数,地址是:https://echarts.apache.org/zh/api.html#echartsInstance.getOption 请问能否增加这个函数?谢谢。 另外,是否有方法能够自动导出echarts的所有函数并自动转换成c#程序?

enhancement