Skip to content

Commit

Permalink
Merge pull request #1034 from matuzalemsteles/issue-1033
Browse files Browse the repository at this point in the history
Add donut and gauge in _constructChartConfig | Fixes #1033
  • Loading branch information
julien authored Jun 22, 2018
2 parents 27df309 + fe1942f commit 1a70358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/clay-charts/src/ChartBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ const ChartBase = {
bubble: state.bubble,
color: color,
data,
donut: state.donut,
gauge: state.gauge,
grid: state.grid,
legend: state.legend,
line: state.line,
Expand Down

0 comments on commit 1a70358

Please sign in to comment.