4 "summary": "Largest Triangle Three Buckets downsampling algorithm in Swift.",
5 "description": "Largest Triangle Three Buckets downsampling algorithm in Swift.\n\nOriginal version by Sveinn Steinarsson(https://github.com/sveinn-steinarsson/highcharts-downsample)\n\nAuthor : Guillaume Beal\n\nThe visualization isn’t meant to give you access to the individual values of tens of thousands of data points on a line, it’s meant to show you how that data looks and is trending over time.\"(http://blackops.io/blog/2014/05/time-series-graphs-and-downsampling/)\nThis algorithm shrinks a timeserie and keeps the visual apsect of the serie.\n\nPre-process your time serie with LTTB in order to display a thousands of points on a Graph.\n\nWorks well with Charts API https://github.com/danielgindi/Charts",
6 "homepage": "https://github.com/GuillaumeBeal/LTTB",
12 "Guillaume Béal": "guillaume.bvl@gmail.com"
15 "git": "https://github.com/GuillaumeBeal/LTTB.git",
21 "source_files": "LTTB/Classes/**/*",
22 "frameworks": "Foundation"