|
| 1 | +{ |
| 2 | + "props": { |
| 3 | + "series": { |
| 4 | + "type": { "name": "arrayOf", "description": "Array<object>" }, |
| 5 | + "required": true |
| 6 | + }, |
| 7 | + "xAxis": { |
| 8 | + "type": { |
| 9 | + "name": "arrayOf", |
| 10 | + "description": "Array<{ axis?: 'x', barGapRatio?: number, categoryGapRatio?: number, classes?: object, colorMap?: { colors: Array<string>, type: 'ordinal', unknownColor?: string, values?: Array<Date<br>| number<br>| string> }<br>| { color: Array<string><br>| func, max?: Date<br>| number, min?: Date<br>| number, type: 'continuous' }<br>| { colors: Array<string>, thresholds: Array<Date<br>| number>, type: 'piecewise' }, data?: array, dataKey?: string, disableLine?: bool, disableTicks?: bool, domainLimit?: 'nice'<br>| 'strict'<br>| func, groups?: Array<{ getValue: func, tickLabelStyle?: object, tickSize?: number }>, height?: number, hideTooltip?: bool, id?: number<br>| string, ignoreTooltip?: bool, label?: string, labelStyle?: object, offset?: number, ordinalTimeTicks?: Array<'biweekly'<br>| 'days'<br>| 'hours'<br>| 'months'<br>| 'quarterly'<br>| 'weeks'<br>| 'years'<br>| { format: func, getTickNumber: func, isTick: func }>, position?: 'bottom'<br>| 'none'<br>| 'top', reverse?: bool, scaleType?: 'band', slotProps?: object, slots?: object, sx?: Array<func<br>| object<br>| bool><br>| func<br>| object, tickInterval?: 'auto'<br>| array<br>| func, tickLabelInterval?: 'auto'<br>| func, tickLabelMinGap?: number, tickLabelPlacement?: 'middle'<br>| 'tick', tickLabelStyle?: object, tickMaxStep?: number, tickMinStep?: number, tickNumber?: number, tickPlacement?: 'end'<br>| 'extremities'<br>| 'middle'<br>| 'start', tickSize?: number, tickSpacing?: number, valueFormatter?: func, zoom?: { filterMode?: 'discard'<br>| 'keep', maxEnd?: number, maxSpan?: number, minSpan?: number, minStart?: number, panning?: bool, slider?: { enabled?: bool, preview?: bool, showTooltip?: 'always'<br>| 'hover'<br>| 'never', size?: number }, step?: number }<br>| bool }>" |
| 11 | + }, |
| 12 | + "required": true |
| 13 | + }, |
| 14 | + "yAxis": { |
| 15 | + "type": { |
| 16 | + "name": "arrayOf", |
| 17 | + "description": "Array<{ axis?: 'y', barGapRatio?: number, categoryGapRatio?: number, classes?: object, colorMap?: { colors: Array<string>, type: 'ordinal', unknownColor?: string, values?: Array<Date<br>| number<br>| string> }<br>| { color: Array<string><br>| func, max?: Date<br>| number, min?: Date<br>| number, type: 'continuous' }<br>| { colors: Array<string>, thresholds: Array<Date<br>| number>, type: 'piecewise' }, data?: array, dataKey?: string, disableLine?: bool, disableTicks?: bool, domainLimit?: 'nice'<br>| 'strict'<br>| func, groups?: Array<{ getValue: func, tickLabelStyle?: object, tickSize?: number }>, hideTooltip?: bool, id?: number<br>| string, ignoreTooltip?: bool, label?: string, labelStyle?: object, offset?: number, ordinalTimeTicks?: Array<'biweekly'<br>| 'days'<br>| 'hours'<br>| 'months'<br>| 'quarterly'<br>| 'weeks'<br>| 'years'<br>| { format: func, getTickNumber: func, isTick: func }>, position?: 'left'<br>| 'none'<br>| 'right', reverse?: bool, scaleType?: 'band', slotProps?: object, slots?: object, sx?: Array<func<br>| object<br>| bool><br>| func<br>| object, tickInterval?: 'auto'<br>| array<br>| func, tickLabelInterval?: 'auto'<br>| func, tickLabelPlacement?: 'middle'<br>| 'tick', tickLabelStyle?: object, tickMaxStep?: number, tickMinStep?: number, tickNumber?: number, tickPlacement?: 'end'<br>| 'extremities'<br>| 'middle'<br>| 'start', tickSize?: number, tickSpacing?: number, valueFormatter?: func, width?: number, zoom?: { filterMode?: 'discard'<br>| 'keep', maxEnd?: number, maxSpan?: number, minSpan?: number, minStart?: number, panning?: bool, slider?: { enabled?: bool, preview?: bool, showTooltip?: 'always'<br>| 'hover'<br>| 'never', size?: number }, step?: number }<br>| bool }>" |
| 18 | + }, |
| 19 | + "required": true |
| 20 | + }, |
| 21 | + "borderRadius": { "type": { "name": "number" } }, |
| 22 | + "brushConfig": { |
| 23 | + "type": { |
| 24 | + "name": "shape", |
| 25 | + "description": "{ enabled?: bool, preventHighlight?: bool, preventTooltip?: bool }" |
| 26 | + } |
| 27 | + }, |
| 28 | + "colors": { |
| 29 | + "type": { "name": "union", "description": "Array<string><br>| func" }, |
| 30 | + "default": "rainbowSurgePalette" |
| 31 | + }, |
| 32 | + "dataset": { "type": { "name": "arrayOf", "description": "Array<object>" } }, |
| 33 | + "disableAxisListener": { "type": { "name": "bool" }, "default": "false" }, |
| 34 | + "height": { "type": { "name": "number" } }, |
| 35 | + "hideLegend": { "type": { "name": "bool" } }, |
| 36 | + "highlightedItem": { |
| 37 | + "type": { |
| 38 | + "name": "shape", |
| 39 | + "description": "{ dataIndex?: number, seriesId: number<br>| string }" |
| 40 | + } |
| 41 | + }, |
| 42 | + "id": { "type": { "name": "string" } }, |
| 43 | + "initialZoom": { |
| 44 | + "type": { |
| 45 | + "name": "arrayOf", |
| 46 | + "description": "Array<{ axisId: number<br>| string, end: number, start: number }>" |
| 47 | + } |
| 48 | + }, |
| 49 | + "loading": { "type": { "name": "bool" }, "default": "false" }, |
| 50 | + "localeText": { "type": { "name": "object" } }, |
| 51 | + "margin": { |
| 52 | + "type": { |
| 53 | + "name": "union", |
| 54 | + "description": "number<br>| { bottom?: number, left?: number, right?: number, top?: number }" |
| 55 | + } |
| 56 | + }, |
| 57 | + "onAxisClick": { |
| 58 | + "type": { "name": "func" }, |
| 59 | + "deprecated": true, |
| 60 | + "deprecationInfo": "Use <code>onItemClick</code> instead to get access to both x- and y-axis values.", |
| 61 | + "signature": { |
| 62 | + "type": "function(event: MouseEvent, data: null | ChartsAxisData) => void", |
| 63 | + "describedArgs": ["event", "data"] |
| 64 | + } |
| 65 | + }, |
| 66 | + "onHighlightChange": { |
| 67 | + "type": { "name": "func" }, |
| 68 | + "signature": { |
| 69 | + "type": "function(highlightedItem: HighlightItemData | null) => void", |
| 70 | + "describedArgs": ["highlightedItem"] |
| 71 | + } |
| 72 | + }, |
| 73 | + "onItemClick": { |
| 74 | + "type": { "name": "func" }, |
| 75 | + "signature": { |
| 76 | + "type": "function(event: React.MouseEvent<SVGSVGElement, MouseEvent>, item: SeriesItemIdentifier<SeriesType>) => void", |
| 77 | + "describedArgs": ["event", "item"] |
| 78 | + } |
| 79 | + }, |
| 80 | + "onTooltipItemChange": { |
| 81 | + "type": { "name": "func" }, |
| 82 | + "signature": { |
| 83 | + "type": "function(tooltipItem: SeriesItemIdentifier<TSeries> | null) => void", |
| 84 | + "describedArgs": ["tooltipItem"] |
| 85 | + } |
| 86 | + }, |
| 87 | + "onZoomChange": { |
| 88 | + "type": { "name": "func" }, |
| 89 | + "signature": { |
| 90 | + "type": "function(zoomData: Array<ZoomData>) => void", |
| 91 | + "describedArgs": ["zoomData"] |
| 92 | + } |
| 93 | + }, |
| 94 | + "renderer": { |
| 95 | + "type": { "name": "enum", "description": "'svg-single'<br>| 'webgl'" } |
| 96 | + }, |
| 97 | + "showToolbar": { "type": { "name": "bool" }, "default": "false" }, |
| 98 | + "slotProps": { "type": { "name": "object" }, "default": "{}" }, |
| 99 | + "slots": { |
| 100 | + "type": { "name": "object" }, |
| 101 | + "default": "{}", |
| 102 | + "additionalInfo": { "slotsApi": true } |
| 103 | + }, |
| 104 | + "tooltip": { |
| 105 | + "type": { "name": "object" }, |
| 106 | + "seeMoreLink": { "url": "https://mui.com/x/react-charts/tooltip/", "text": "tooltip docs" } |
| 107 | + }, |
| 108 | + "tooltipItem": { |
| 109 | + "type": { |
| 110 | + "name": "shape", |
| 111 | + "description": "{ dataIndex?: number, seriesId: number<br>| string, type: 'heatmap', xIndex?: number, yIndex?: number }" |
| 112 | + } |
| 113 | + }, |
| 114 | + "width": { "type": { "name": "number" } }, |
| 115 | + "zAxis": { |
| 116 | + "type": { |
| 117 | + "name": "arrayOf", |
| 118 | + "description": "Array<{ colorMap?: { colors: Array<string>, type: 'ordinal', unknownColor?: string, values?: Array<Date<br>| number<br>| string> }<br>| { color: Array<string><br>| func, max?: Date<br>| number, min?: Date<br>| number, type: 'continuous' }<br>| { colors: Array<string>, thresholds: Array<Date<br>| number>, type: 'piecewise' }, data?: array, dataKey?: string, id?: string, max?: number, min?: number }>" |
| 119 | + } |
| 120 | + }, |
| 121 | + "zoomData": { |
| 122 | + "type": { |
| 123 | + "name": "arrayOf", |
| 124 | + "description": "Array<{ axisId: number<br>| string, end: number, start: number }>" |
| 125 | + } |
| 126 | + }, |
| 127 | + "zoomInteractionConfig": { |
| 128 | + "type": { |
| 129 | + "name": "shape", |
| 130 | + "description": "{ pan?: Array<'drag'<br>| 'pressAndDrag'<br>| 'wheel'<br>| { pointerMode?: 'mouse'<br>| 'touch', requiredKeys?: Array<string>, type: 'drag' }<br>| { pointerMode?: 'mouse'<br>| 'touch', requiredKeys?: Array<string>, type: 'pressAndDrag' }<br>| { allowedDirection?: 'x'<br>| 'xy'<br>| 'y', pointerMode?: any, requiredKeys?: Array<string>, type: 'wheel' }>, zoom?: Array<'brush'<br>| 'doubleTapReset'<br>| 'pinch'<br>| 'tapAndDrag'<br>| 'wheel'<br>| { pointerMode?: any, requiredKeys?: Array<string>, type: 'wheel' }<br>| { pointerMode?: any, requiredKeys?: array, type: 'pinch' }<br>| { pointerMode?: 'mouse'<br>| 'touch', requiredKeys?: Array<string>, type: 'tapAndDrag' }<br>| { pointerMode?: 'mouse'<br>| 'touch', requiredKeys?: Array<string>, type: 'doubleTapReset' }<br>| { pointerMode?: any, requiredKeys?: array, type: 'brush' }> }" |
| 131 | + } |
| 132 | + } |
| 133 | + }, |
| 134 | + "name": "HeatmapPremium", |
| 135 | + "imports": [ |
| 136 | + "import { HeatmapPremium } from '@mui/x-charts-premium/HeatmapPremium';", |
| 137 | + "import { HeatmapPremium } from '@mui/x-charts-premium';" |
| 138 | + ], |
| 139 | + "classes": [], |
| 140 | + "muiName": "MuiHeatmapPremium", |
| 141 | + "filename": "/packages/x-charts-premium/src/HeatmapPremium/HeatmapPremium.tsx", |
| 142 | + "inheritance": null, |
| 143 | + "demos": "<ul><li><a href=\"/x/react-charts/heatmap/\">Charts - Heatmap <a href=\"/x/introduction/licensing/#pro-plan\" title=\"Pro plan\"><span class=\"plan-pro\"></span></a></a></li></ul>", |
| 144 | + "cssComponent": false |
| 145 | +} |
0 commit comments