class Playbook::PbTreemapChart::TreemapChart
def standard_options
def standard_options { chartData: chart_data, className: classname, colors: colors, dark: dark ? "dark" : "", drillable: drillable, grouped: grouped, height: height, id: id, title: title, tooltipHtml: tooltip_html, type: chart_type, } end