iOS app demonstrating how to quickly put together charts and graphs using graffeine.
This application has a dependency on graffeine, which has been imported as a git submodule. Whenever you clone or update from the source repository, don't forget to also update the submodule using:
git submodule update --init
The demos are divided up into three sections, bars, lines, and circles.
Interactive vertical bar graph.
Horizontally displayed bar graph with grouping.
Bar graph displaying negative values.
Randomly-generated, interactive candlestick chart. Single-axis scrolling and resizing.
How to make quick and easy custom progress indicators.
Basic double line graph.
Demonstrates how to add smoothing (curvature) and data points to a line graph.
Multi-line graph with area fill.
Radar/spider chart; essentially a radial, area-fill line graph.
Interactive pie and donut charts. Includes examples for adding animation and zooming effects.
Bubble chart example.