A simple and intuitive iOS chart library featuring contribution graphs, clock charts, and bar charts.
TEAChart is an iOS chart library that provides simple and intuitive charting components, including contribution graphs, clock charts, and bar charts. It was originally developed for the Pomotodo app to visualize data with minimal setup and maximum accessibility.
iOS developers building apps that require lightweight, accessible data visualization, particularly those using Storyboard for UI design.
Developers choose TEAChart for its ease of integration, VoiceOver accessibility, and straightforward API that avoids unnecessary complexity while covering essential chart types.
Simple and intuitive iOS chart library. Contribution graph, clock chart, and bar chart.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Allows configuring chart attributes directly in Interface Builder, as shown in the README screenshot, speeding up UI development for iOS apps.
Fully supports VoiceOver out of the box, making charts accessible to visually impaired users without extra effort, per README emphasis.
Uses simple data source protocols like TEAContributionGraphDataSource for easy integration with minimal code, aligning with its simplicity philosophy.
Offers specialized charts such as GitHub-style contribution graphs and clock charts, which are not commonly found in other lightweight libraries.
Only provides three chart types—contribution, clock, and bar—missing staples like line or pie charts, restricting versatility for diverse data visualization needs.
The bar chart explicitly lacks interaction and animations (README states 'no interaction, no animation'), reducing engagement for dynamic or exploratory data apps.
Code samples and documentation are in Objective-C, with no mention of Swift support, which may hinder adoption in modern Swift-focused iOS projects.