Skip to content

Commit

Permalink
fix(timeseriescard): move legend to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Stone committed Aug 10, 2020
1 parent ba15c56 commit 8b1e970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimeSeriesCard/TimeSeriesCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ const TimeSeriesCard = ({
scaleType: 'linear',
},
},
legend: { position: 'top', clickable: !isEditable, enabled: lines.length > 1 },
legend: { position: 'bottom', clickable: !isEditable, enabled: lines.length > 1 },
containerResizable: true,
tooltip: {
valueFormatter: tooltipValue =>
Expand Down

0 comments on commit 8b1e970

Please sign in to comment.