# How to create a scrollable chart in Compose Multiplatform

DevFeed: [How to create a scrollable chart in Compose Multiplatform](<https://devfeed.tech/articles/how-to-create-a-scrollable-chart-in-compose-multiplatform-24848.md>)

Original publisher: [Read original article](<https://alexzh.com/how-to-create-a-scrollable-chart-in-compose-multiplatform/>)

Author: Alex Zhukovich

Published: 2024-11-22T13:46:47Z

Content type: tutorial

Language: en

Sources: [Alex Zhuk - Android development and testing](<https://devfeed.tech/sources/alex-zhuk-android-development-and-testing.md>)

Topics: [compose-multiplatform](<https://devfeed.tech/topics/compose-multiplatform.md>), [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [Library](<https://devfeed.tech/topics/library.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [compose-multiplatform](<https://devfeed.tech/tags/compose-multiplatform.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [ios](<https://devfeed.tech/tags/ios.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [library](<https://devfeed.tech/tags/library.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>)

## AI overview

This tutorial explains how to build a horizontally scrollable vertical bar chart in Compose Multiplatform using the KoalaPlot library. It covers project setup, adding the Gradle dependency, generating chart data, and enabling zoom and pan interactions across Android, iOS, Web, and Desktop.

## Source excerpt

Explore how to create a scrollable chart with Compose Multiplatform using KoalaPlot library. This article guides you through creating dynamic, scrollable charts.