What problem does it solve? Building interactive hierarchical data visualizations in React requires configuring many TreeMap options—data binding, layouts, color mapping, drill-down, legends, and accessibility—and this Skill provides structured guidance and working code patterns for the Syncfusion React TreeMap component. ## Core Features & Use Cases - Data Binding & Hierarchies: Bind flat or multi-level hierarchical data using weightValuePath and LevelsDirective, including remote data sources and transformation patterns. - Color Mapping & Layouts: Apply range, equal, or desaturation color mapping and choose between Squarified, Horizontal, Vertical, and SliceAndDice layouts. - Interactivity & Customization: Enable drill-down navigation, tooltips, legends, selection, label templates, RTL support, accessibility, and print/export. - Use Case: Visualize regional sales data with drill-down from country to state to city, color-coded by revenue ranges, with tooltips and a legend for an executive dashboard. ## Quick Start Ask the AI to create a React TreeMap component using @syncfusion/ej2-react-treemap that binds your data array with a weightValuePath and displays labels for each item.