diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/chart/ShowChart.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/chart/ShowChart.kt index 8c568b7afd..26284a967f 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/chart/ShowChart.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/chart/ShowChart.kt @@ -51,7 +51,7 @@ fun makeLine(color: Color): Line = ), ), ), - pointConnector = LineCartesianLayer.PointConnector.cubic(), + interpolator = LineCartesianLayer.Interpolator.cubic(), ) val chartLayers =