Skip to content

Commit

Permalink
Fixed legacy chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed Feb 4, 2022
1 parent 20a4c31 commit 27e0b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class PieChart extends Chart {
const showLabels = self._attr.labels.show;
const showValues = self._attr.labels.values;
const truncateLabelLength = self._attr.labels.truncate;
const showOnlyOnLastLevel = self._attr.labels.lastLevel;
const showOnlyOnLastLevel = self._attr.labels.last_level;

const partition = d3.layout
.partition()
Expand Down

0 comments on commit 27e0b13

Please sign in to comment.