AnimatedLineAPI
React AnimatedLine 组件的 API 参考文档。 了解此导出模块的 props、CSS 和其他 API。
演示
导入
import { AnimatedLine } from '@mui/x-charts/LineChart';
// or
import { AnimatedLine } from '@mui/x-charts';
// or
import { AnimatedLine } from '@mui/x-charts-pro';
通过阅读关于最小化 bundle size 的指南,了解它们之间的区别。
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
skipAnimation | 布尔值 | false | 如果为 |
该组件无法持有 ref。
源代码
如果您在此页面中没有找到所需信息,请考虑查看组件的实现以获取更多详细信息。