echarts-stat icon indicating copy to clipboard operation
echarts-stat copied to clipboard

Statistics tool for Apache ECharts

Results 40 echarts-stat issues
Sort by recently updated
recently updated
newest added

詢問我想改變cluster 的字體大小 我要選擇哪個 關鍵字來變更?

How to use transform regression in echarts (ngx-echarts) TypeScript? Missing type? ```ts import * as echarts from 'echarts'; import * as ecStat from 'echarts-stat'; echarts.registerTransform(ecStat.transform.regression); ``` ![image](https://user-images.githubusercontent.com/68586847/113487730-fb3ef580-94b9-11eb-902f-692ce29e2cc9.png) **ecStat.d.ts** ```ts //...

回归拟合的公式系数都显示为0,比如y=0x^4+0x^3+0x^2_0.03x+0.22 如何把系数显示完整数字,可以设置显示精度。谢谢。

According to the [docs](https://github.com/ecomfe/echarts-stat#parameters), we can specify `config.dimensions` with strings. But it seems that only data with type `number[][]` takes effect. Reproduction: replacing the [official online example](https://[echarts.apache.org](https://echarts.apache.org/examples/en/editor.html?c=scatter-linear-regression)/examples/en/editor.html?c=scatter-linear-regression) with the following...

我最近在做聚类分析,并且显示到EChart上,请问你们支持十三万的聚类分析吗?

如题,项目中同样options在echarts官方环境中显示点而在自己项目中不显示点,x和y的axis属性的data都设置为了null,其他还有哪个设置项会影响点的渲染呢?

https://echarts.apache.org/examples/zh/editor.html?c=scatter-exponential-regression 请问有什么办法能取得回归曲线的表达式吗? ![image](https://user-images.githubusercontent.com/7249372/194694159-8c77413f-b19a-4863-a98e-7fdbf755f8e8.png)

Hi there, I'm currently looking into an implementation of the default available regressions, it seems like the chart does not draw regression models (just the Linear function) when the input...