ahmedeng165 / flot-android-chart

Automatically exported from code.google.com/p/flot-android-chart
0 stars 0 forks source link

Add AxisOptions Ticks Feature #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Although flot android chart now could auto-ticks for chart by data, we still 
need to provide a feasible ticks setting for charting.
Affected Axes - xaxis, yaxis, x2axis, y2axis
Property - 
  ticks could be
  1. Integer: Limited Number of Ticks
  2. Vector<TickData>: [[1, "a"], 3]
  3. Class: axis info -> ticks

  max

  min

  Output as http://people.iola.dk/olau/flot/examples/setting-options.html

Original issue reported on code.google.com by ylinfo2...@gmail.com on 12 Dec 2010 at 3:53

GoogleCodeExporter commented 8 years ago
/trunk/src/com/flotandroidchart/flot/FlotDraw.java
/trunk/src/com/flotandroidchart/flot/options/AxisOption.java
/trunk/src/vv.java

Original comment by ylinfo2...@gmail.com on 13 Dec 2010 at 10:35

GoogleCodeExporter commented 8 years ago

Original comment by ylinfo2...@gmail.com on 13 Dec 2010 at 10:38