Skip to content

Commit

Permalink
remove unnecessary chart notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Aug 19, 2024
1 parent 82f0444 commit 36b3297
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ public class dydxVaultChartViewModel: PlatformViewModel {
lineChart.xAxis.valueFormatter = selectedValueTime.valueFormatter

lineChart.data = LineChartData(dataSet: dataSet)
lineChart.notifyDataSetChanged()
objectWillChange.send()
}

public enum ValueTypeOption: CaseIterable, RadioButtonContentDisplayable {
Expand Down

0 comments on commit 36b3297

Please sign in to comment.