Skip to content

Latest commit

 

History

History
136 lines (62 loc) · 2.18 KB

README.md

File metadata and controls

136 lines (62 loc) · 2.18 KB

Graffeine Graffeine-Demo

release_version Build Status license

iOS app demonstrating how to quickly put together charts and graphs using graffeine.

Getting Started

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

Demo

The demos are divided up into three sections, bars, lines, and circles.

Bars

Descending Vertical Bars

sample_1

Interactive vertical bar graph.


Horizontal Grouped Bars

sample_3

Horizontally displayed bar graph with grouping.


Too Low For Zero

sample_10

Bar graph displaying negative values.


Candlestick

sample_7

Randomly-generated, interactive candlestick chart. Single-axis scrolling and resizing.


Progress Indicators

sample_8

How to make quick and easy custom progress indicators.


Lines

Red Green Lines

sample_2

Basic double line graph.


Line Points and Smoothing

sample_4

Demonstrates how to add smoothing (curvature) and data points to a line graph.


Area Fill

sample_9

Multi-line graph with area fill.


Radar Zone

sample_11

Radar/spider chart; essentially a radial, area-fill line graph.


Circles

Pie Slices

sample_6

Interactive pie and donut charts. Includes examples for adding animation and zooming effects.


Scatter Plot

sample_5

Bubble chart example.