Kaydet (Commit) f4677f58 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Area chart also doesn't support label position property.

Change-Id: I612ca7426b2b3de07d4afe1d78cd809f1f6b37bb
üst 9c2af3c8
......@@ -2640,6 +2640,7 @@ void ChartExport::exportDataLabels(
aParam.mbExport = true;
break;
case chart::TYPEID_DOUGHNUT:
case chart::TYPEID_AREA:
// Doughnut charts don't support label placement.
aParam.mbExport = false;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment