|
111 | 111 | "import { LineChartPro } from '@mui/x-charts-pro/LineChartPro';", |
112 | 112 | "import { LineChartPro } from '@mui/x-charts-pro';" |
113 | 113 | ], |
| 114 | + "slots": [ |
| 115 | + { |
| 116 | + "name": "area", |
| 117 | + "description": "The component that renders the area.", |
| 118 | + "default": "AnimatedArea", |
| 119 | + "class": null |
| 120 | + }, |
| 121 | + { |
| 122 | + "name": "axisLabel", |
| 123 | + "description": "Custom component for axis label.", |
| 124 | + "default": "ChartsText", |
| 125 | + "class": null |
| 126 | + }, |
| 127 | + { |
| 128 | + "name": "axisLine", |
| 129 | + "description": "Custom component for the axis main line.", |
| 130 | + "default": "'line'", |
| 131 | + "class": null |
| 132 | + }, |
| 133 | + { |
| 134 | + "name": "axisTick", |
| 135 | + "description": "Custom component for the axis tick.", |
| 136 | + "default": "'line'", |
| 137 | + "class": null |
| 138 | + }, |
| 139 | + { |
| 140 | + "name": "axisTickLabel", |
| 141 | + "description": "Custom component for tick label.", |
| 142 | + "default": "ChartsText", |
| 143 | + "class": null |
| 144 | + }, |
| 145 | + { "name": "baseIconButton", "description": "", "class": null }, |
| 146 | + { "name": "baseTooltip", "description": "", "class": null }, |
| 147 | + { |
| 148 | + "name": "legend", |
| 149 | + "description": "Custom rendering of the legend.", |
| 150 | + "default": "ChartsLegend", |
| 151 | + "class": null |
| 152 | + }, |
| 153 | + { |
| 154 | + "name": "line", |
| 155 | + "description": "The component that renders the line.", |
| 156 | + "default": "LineElementPath", |
| 157 | + "class": null |
| 158 | + }, |
| 159 | + { "name": "lineHighlight", "description": "", "class": null }, |
| 160 | + { |
| 161 | + "name": "loadingOverlay", |
| 162 | + "description": "Overlay component rendered when the chart is in a loading state.", |
| 163 | + "default": "ChartsLoadingOverlay", |
| 164 | + "class": null |
| 165 | + }, |
| 166 | + { "name": "mark", "description": "", "class": null }, |
| 167 | + { |
| 168 | + "name": "noDataOverlay", |
| 169 | + "description": "Overlay component rendered when the chart has no data to display.", |
| 170 | + "default": "ChartsNoDataOverlay", |
| 171 | + "class": null |
| 172 | + }, |
| 173 | + { |
| 174 | + "name": "toolbar", |
| 175 | + "description": "Custom component for the toolbar.", |
| 176 | + "default": "ChartsToolbar", |
| 177 | + "class": null |
| 178 | + }, |
| 179 | + { |
| 180 | + "name": "tooltip", |
| 181 | + "description": "Custom component for the tooltip popper.", |
| 182 | + "default": "ChartsTooltipRoot", |
| 183 | + "class": null |
| 184 | + }, |
| 185 | + { |
| 186 | + "name": "zoomInIcon", |
| 187 | + "description": "Icon displayed on the toolbar's zoom in button.", |
| 188 | + "default": "ChartsZoomInIcon", |
| 189 | + "class": null |
| 190 | + }, |
| 191 | + { |
| 192 | + "name": "zoomOutIcon", |
| 193 | + "description": "Icon displayed on the toolbar's zoom out button.", |
| 194 | + "default": "ChartsZoomOutIcon", |
| 195 | + "class": null |
| 196 | + } |
| 197 | + ], |
114 | 198 | "classes": [], |
115 | 199 | "spread": true, |
116 | 200 | "themeDefaultProps": null, |
|
0 commit comments