Skip to content

Commit ee4b580

Browse files
improve drawPaths doc
in accordance with #1012
1 parent 0da1914 commit ee4b580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pie-chart.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ dc.pieChart = function (parent, chartGroup) {
503503
* @memberof dc.pieChart
504504
* @instance
505505
* @param {Boolean} [drawPaths]
506-
* @returns {Chart}
506+
* @return {Boolean}
507+
* @return {dc.pieChart}
507508
*/
508509
_chart.drawPaths = function (drawPaths) {
509510
if (arguments.length === 0) {

0 commit comments

Comments
 (0)