Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Charts for Android [closed]

I am working on a project which have some charts (graphs), tick chart, candlestick chart and range chart. But the problem is, there is no library for that charts. I have got Google chart API for candlestick chart. But I don't want graph/chart in a webview.

Example: Android Candlestick Chart with Google Chart API

like image 615
ASP Avatar asked Mar 16 '12 16:03

ASP


People also ask

What is Mpandroid chart?

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

What is the best chart to show data over time?

Line charts are the most effective chart for displaying time-series data. They can handle a ton of data points and multiple data series, and everyone knows how to read them. Just make sure your points are ordered such that time runs from left to right, and use consistent time intervals.

What are different types of charts available?

Generally, the most popular types of charts are column charts, bar charts, pie charts, doughnut charts, line charts, area charts, scatter charts, spider (radar) charts, gauges, and comparison charts.


1 Answers

To make reading of this page more valuable (for future search results) I made a list of libraries known to me.. As @CommonsWare mentioned there are super-similar questions/answers.. Anyway some libraries that can be used for making charts are:

Open Source:

  • AnyChart (Free for non-commercial, Paid for commercial)
  • MPAndroidChart
  • Holo Graph Library
  • aChartEngine
  • ChartView
  • aFreeChart
  • ChartDroid
  • charts4j
  • GraphView
  • AndroidPlot
  • Drawing the 3D piechart Using Google chart Api
  • WilliamChart
  • HelloCharts
  • ChartProgressBar
  • Plot.ly

Paid:

  • aiCharts
  • RChart (pre Honeycomb - Api 11 UI)
  • ShinobiControls **
  • Steema TeeChart **
  • Orson Charts (3D charts for Android)
  • Telerik Rad Chart
  • SciChart (Realtime Charts for Android)

** - means I didn't try those so I can't really recommend it but other users suggested it..

like image 155
24 revs, 15 users 44% Avatar answered Sep 22 '22 05:09

24 revs, 15 users 44%