All Projects → anaglik → Andlinechartview

anaglik / Andlinechartview

Licence: mit
ANDLineChartView is easy to use view-based class for displaying animated line chart.

Labels

Projects that are alternatives of or similar to Andlinechartview

Vue Tree Chart
A vue2 component to display tree chart
Stars: ✭ 351 (-16.43%)
Mutual labels:  chart
Hycharts
柱状图、折/曲线图、K线图(主图、交易量图、辅助图), 图与图可以自由组合, 支持分页加载数据 -----> 低内存、低耗电、滑动缩放顺滑
Stars: ✭ 394 (-6.19%)
Mutual labels:  chart
Rollup Plugin Visualizer
📈⚖️ Visuallize your bundle
Stars: ✭ 405 (-3.57%)
Mutual labels:  chart
Angular Echarts
💹 angularjs bindings for baidu echarts
Stars: ✭ 367 (-12.62%)
Mutual labels:  chart
Androidplot
Charts and plots for Android
Stars: ✭ 381 (-9.29%)
Mutual labels:  chart
Swiftsunburstdiagram
SwiftUI library to easily render diagrams given a tree of objects. Similar to ring chart, sunburst chart, multilevel pie chart.
Stars: ✭ 400 (-4.76%)
Mutual labels:  chart
Aachartcore Kotlin
📈📊⛰⛰⛰An elegant modern declarative data visualization chart framework for Android . Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
Stars: ✭ 332 (-20.95%)
Mutual labels:  chart
Vue D3 Network
Vue component to graph networks using d3-force
Stars: ✭ 415 (-1.19%)
Mutual labels:  chart
React Chartjs 2
React components for Chart.js, the most popular charting library
Stars: ✭ 4,667 (+1011.19%)
Mutual labels:  chart
Chart Race React
📊 Seamless bar chart race component for React.
Stars: ✭ 406 (-3.33%)
Mutual labels:  chart
React Vis Force
d3-force graphs as React Components.
Stars: ✭ 372 (-11.43%)
Mutual labels:  chart
Helm
The Kubernetes Package Manager
Stars: ✭ 20,846 (+4863.33%)
Mutual labels:  chart
Laravel Chartjs
Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library
Stars: ✭ 404 (-3.81%)
Mutual labels:  chart
G2 React
This repo is being deprecated, check Ant Design Charts https://github.com/ant-design/ant-design-charts
Stars: ✭ 360 (-14.29%)
Mutual labels:  chart
Vue Bar
Simple, elegant spark bars for Vue.js
Stars: ✭ 414 (-1.43%)
Mutual labels:  chart
Reports kit
Beautiful, interactive charts and tables for Ruby on Rails
Stars: ✭ 349 (-16.9%)
Mutual labels:  chart
Donut
Doughnut-like graph view capable of displaying multiple datasets with assignable colors
Stars: ✭ 397 (-5.48%)
Mutual labels:  chart
Jyradarchart
an iOS open source Radar Chart implementation
Stars: ✭ 419 (-0.24%)
Mutual labels:  chart
Carassistant
汽车助手:消费信息的增删改查;消费记录、百分比统计表;百公里油耗曲线图,最低油耗/最高油耗信息
Stars: ✭ 414 (-1.43%)
Mutual labels:  chart
Ngx Charts
📊 Declarative Charting Framework for Angular
Stars: ✭ 4,057 (+865.95%)
Mutual labels:  chart

ANDLineChartView for iOS

ANDLineChartView is easy to use view-based class for displaying animated line chart.

Usage

API is simple. Just implement following data source methods:

- (NSUInteger)numberOfElementsInChartView:(ANDLineChartView *)chartView;
- (CGFloat)chartView:(ANDLineChartView *)chartView valueForElementAtRow:(NSUInteger)row;

- (NSUInteger)numberOfGridIntervalsInChartView:(ANDLineChartView *)chartView;
- (NSString*)chartView:(ANDLineChartView *)chartView descriptionForGridIntervalValue:(CGFloat)interval;

- (CGFloat)maxValueForGridIntervalInChartView:(ANDLineChartView *)chartView;
- (CGFloat)minValueForGridIntervalInChartView:(ANDLineChartView *)chartView;

You can also specify spacing between elements in chart by implementing optional delegate method :

- (CGFloat)chartView:(ANDLineChartView *)chartView spacingForElementAtRow:(NSUInteger)row

Font and colors are customizable through class properties.

To run the example project, just clone repo and open ANDLineChartView.xcworkspace .

Screenshot

Alt text

Requirements

iOS7 or later

Installation

ANDLineChartView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ANDLineChartView"

Author

Andrzej Naglik, [email protected]

License

ANDLineChartView is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].