I'm using the Multi-series Bar 2D and trying to hide the labels.
$arrData = array(
"chart" => array(
"theme" => "fint",
"caption" => "Earnings vs Number of Jobs",
"subcaption" => $occupation_name,
"entityFillHoverColor" => "#cccccc",
"numberPrefix" => "$",
"showCanvasBorder" => "0",
"...