Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix(preset-chart-xy): Pick LegendRenderer (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Jun 1, 2019
1 parent 0d75a72 commit d10eba0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function transformProps(chartProps: ChartProps) {

const fieldsFromHooks: (keyof HookProps)[] = [
'TooltipRenderer',
'LegendRenderer',
'LegendGroupRenderer',
'LegendItemRenderer',
'LegendItemMarkRenderer',
Expand Down

0 comments on commit d10eba0

Please sign in to comment.