Mick A
9997a33524
Merge pull request #3975 from hannesa2/AndroidStudio3.1.2
...
update to Android Studio 3.1.2
2018-04-28 19:12:26 -06:00
Hannes Achleitner
d8ea67aa21
update to Android Studio 3.1.2
2018-04-28 19:54:22 +02:00
Mick A
40adb57f68
Merge pull request #3898 from sembozdemir/pie_chart_value_line_colors
...
PieChart: Add option for using slice color as value line color
2018-04-28 10:53:08 -06:00
Mick A
215e0dfc05
Merge pull request #3949 from WilderPereira/master
...
Rename RadarChartActivitry to RadarChartActivity
2018-04-28 10:37:07 -06:00
almic
e1411f169e
Remove Custom Check
...
calculate() no longer checks if min and max is custom, it just adds the padding.
2018-04-27 00:08:27 -06:00
Wilder Pereira
993a8554c0
Remove unused imports
2018-04-15 21:51:35 -03:00
Wilder Pereira
508cc565a9
Rename RadarChartActivitry to RadarChartActivity
2018-04-15 21:51:15 -03:00
sembozdemir
1e6e58d2c0
Add option for using slice color as value line color
...
Fixes : #3897
2018-03-28 20:23:51 +03:00
zhanglong
aee6058dbb
Avoid that the last label entry in the x-labels clip off the edge of the screen #3819
2018-02-27 15:04:47 +08:00
Philipp Jahoda
3e1eb1445a
Delete googlee1205ea43aa2c32a.html
2018-02-24 12:51:49 +01:00
Philipp Jahoda
82668ebc34
Add files via upload
2018-02-24 12:50:04 +01:00
Philipp Jahoda
a5250888b9
Update README.md
2018-01-12 15:27:40 +01:00
Philipp Jahoda
297ce9f2cc
Update README.md
2018-01-12 14:07:02 +01:00
Philipp Jahoda
b3e2358334
Update README.md
2018-01-12 14:06:19 +01:00
Philipp Jahoda
8fd1a86b0a
Update README.md
2017-12-27 16:25:56 +01:00
Philipp Jahoda
6ccaf940d8
Update README.md
2017-12-27 16:24:45 +01:00
Philipp Jahoda
c50f03cf39
Update README.md
2017-12-25 20:09:46 +01:00
Philipp Jahoda
c867d7cb37
Update README.md
2017-12-25 20:06:18 +01:00
Philipp Jahoda
2c08b560d6
Update README.md
2017-12-25 20:05:18 +01:00
Philipp Jahoda
779e0f5665
Update README.md
2017-12-25 19:58:23 +01:00
Philipp Jahoda
8954409575
Update README.md
2017-12-20 14:03:05 +01:00
Philipp Jahoda
44125a87dd
Update README.md
2017-12-20 10:59:50 +01:00
Philipp Jahoda
4b7eb1fd04
Update README.md
2017-12-19 14:38:34 +01:00
Philipp Jahoda
21ad19661b
Update README.md
2017-12-19 14:19:30 +01:00
Philipp Jahoda
b06439f36d
Update README.md
2017-12-19 14:14:54 +01:00
Philipp Jahoda
62910171f1
Merge branch 'master' of github.com:PhilJay/MPAndroidChart
2017-12-14 19:37:16 +01:00
Philipp Jahoda
16a9be8ea0
Update gitignore, add assets
2017-12-14 19:37:09 +01:00
Pawel Grzybek
e416736ad5
Added option to set restrictions for Y axis autoscaling.
2017-12-10 20:19:06 +01:00
Philipp Jahoda
d9000987c7
Update README.md
2017-11-30 13:40:49 +01:00
Philipp Jahoda
1ac72ea811
Update README.md
2017-11-30 09:27:59 +01:00
Philipp Jahoda
41aff3f13d
Merge
2017-11-29 16:07:13 +01:00
Philipp Jahoda
5e97f561f7
Update version
2017-11-29 16:06:58 +01:00
Philipp Jahoda
47485f8364
Update README.md
2017-11-29 16:03:11 +01:00
Philipp Jahoda
0868d9bf89
Add new google repo
2017-11-29 15:57:30 +01:00
Philipp Jahoda
23aef1a0ab
Add new google repo
2017-11-29 15:55:18 +01:00
Philipp Jahoda
dfaffa39cc
Add maven plugin to example
2017-11-29 15:48:42 +01:00
Philipp Jahoda
ed9340ea51
Update maven android plugin
2017-11-29 15:47:10 +01:00
Philipp Jahoda
796dfb21f8
Out comment gradle wrapper
2017-11-29 15:28:03 +01:00
Philipp Jahoda
f2dedb30de
Update gradle and dependencies
2017-11-29 15:23:57 +01:00
Philipp Jahoda
a5a482fbdc
Update README.md
2017-11-28 10:50:37 +01:00
Maxim Pestryakov
d3c339da10
Refactored LargeValueFormatter
2017-10-06 17:12:46 +03:00
davidgoli
c97b8d531d
add option to draw limit lines on top of data
2017-09-22 18:57:07 -07:00
Daniel Cohen Gindi
72031d33ca
Allow locking drag on either axes
2017-09-08 11:00:45 +03:00
Daniel Cohen Gindi
ea93823f63
Fix CombinedChartView not drawing markers
2017-09-08 10:13:12 +03:00
Daniel Cohen Gindi
ed770762fb
Add default x spacing (half width) for scatter chart as well
2017-08-25 12:15:42 +03:00
Daniel Cohen Gindi
98f97f0df1
Run view port jobs after applying changes
2017-08-25 12:13:45 +03:00
Philipp Jahoda
4f77a154bf
Update README.md
2017-08-11 16:31:29 +02:00
Philipp Jahoda
ad3c82f634
Update README.md
2017-08-04 17:05:42 +02:00
Scott Kennedy
43ae497ecf
Fix some potential NPEs with WeakReference usage
...
Even if the WeakReference field is not null, the contained value may be null. Additionally, you always need a strong reference to the value to ensure it isn't garbage collected while you're using it.
2017-06-26 10:51:58 -07:00
Philipp Jahoda
695f481077
Merge pull request #3204 from PhilJay/add-license-1
...
Create LICENSE
2017-06-26 09:16:47 +02:00