X Tutup
Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 330 Bytes

File metadata and controls

10 lines (9 loc) · 330 Bytes

/** * Creates and returns a Tree Map. * @example anychart.treeMap * @param {(anychart.data.Tree|Array.<Object>)=} opt_data Data tree or raw data. * @param {anychart.enums.TreeFillingMethod=} opt_fillMethod Fill method. * @return {anychart.charts.TreeMap} Tree map chart with defaults. * @since 7.10.0 */ anychart.treeMap;

X Tutup