Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Fix legend offset bug for horizontal bar chart (Fixes ChartsOrg#3301) C…
Browse files Browse the repository at this point in the history
  • Loading branch information
bomjkolyadun committed Jan 2, 2019
1 parent 2e63196 commit 86a9fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Charts/HorizontalBarChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ open class HorizontalBarChartView: BarChartView
guard
let legend = _legend,
legend.isEnabled,
legend.drawInside
!legend.drawInside
else { return }

// setup offsets for legend
Expand Down

0 comments on commit 86a9fd2

Please sign in to comment.