Chart

main

Swift Chart class object
manux81/Chart

Chart Library

Chart is a customizable charting library for iOS and macOS built using Swift.

Features

  • Highly customizable chart visuals.
  • Supports gestures like swipe and long-press.
  • Easy to integrate using Swift Package Manager.

Installation

Add this repository to your Swift Package Manager dependencies.

.package(url: "https://github.com/manux81/Chart.git", .upToNextMajor(from: "1.0.0"))

Usage

import Chart

let chart = Chart(frame: .zero)
chart.setData(keys: [1, 2, 3], values: [10, 20, 30])

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Feb 17 2026 08:23:08 GMT-1000 (Hawaii-Aleutian Standard Time)