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 的指南,以了解差異。
名稱 | 類型 | 預設值 | 描述 |
---|---|---|---|
slotProps | object | {} | 用於每個組件 slot 的 props。 |
slots | object | {} | 可覆寫的組件 slots。 請參閱下方Slots API 以了解更多詳情。 |
組件無法持有 ref。
原始碼
如果您在此頁面中找不到資訊,請考慮查看組件的實作以取得更多詳細資訊。