@ray-js/stat-charts
有没有 类似echarts smooth属性,让曲线更平滑些;Studio拖出来的效果是平滑的
@ray-js/stat-charts StatCharts
-
- Posts: 84
@ray-js/stat-charts StatCharts
Tags:
Re: @ray-js/stat-charts StatCharts
stats-charts 组件物料的主要作用是快速实现一个标准化的且接入统计 API 的图表功能,所以它的可配置性是标准且有限的,如果期望自定义性更强,建议是使用 common-charts 这个组件物料来实现,https://developer.tuya.com/material/lib ... mmonCharts
-
- Posts: 84
Re: @ray-js/stat-charts StatCharts
代码写不出 Studio拖出来的平滑效果,有点怪怪的
-
- Posts: 84
Re: @ray-js/stat-charts StatCharts
加一个smooth属性 很快的 哈哈
Re: @ray-js/stat-charts StatCharts
Code: Select all
<Charts
dpList={[
{ id: 17, name: '平滑曲线', smooth: true },
{ id: 18, name: '非平滑曲线', smooth: false },
]}
chartType="line"
{...otherProps}
/>
@ray-js/stat-charts 3.1.0 版本开始,在 dpList 的子项里面增加了 smooth 属性支持
-
- Posts: 84
Re: @ray-js/stat-charts StatCharts
感谢,!!!
后面我用@ray-js/common-charts,又实现了一下。遇到了问题,如下:
https://www.tuyaos.com/viewtopic.php?t=3671(@ray-js/common-charts 需要增加属性formatter)
在实际项目中用,在线等 这个支持formatter的功能