跳到内容

HeatmapPlotAPI

React HeatmapPlot 组件的 API 参考文档。了解此导出的模块的 props、CSS 和其他 API。

演示

导入

import { HeatmapPlot } from '@mui/x-charts-pro/Heatmap';
// or
import { HeatmapPlot } from '@mui/x-charts-pro';

通过阅读本指南,了解有关最小化 bundle size 的区别

Props

名称类型默认值描述
slotPropsobject{}

用于每个组件插槽的 props。

slotsobject{}

可覆盖的组件插槽。

有关更多详细信息,请参阅下面的插槽 API

The component cannot hold a ref.

源代码

如果您在此页面中找不到所需信息,请考虑查看组件的实现以获取更多详细信息。