HackPlan / AndroidCharts

An easy-to-use Android charts library with animation.
MIT License
1.33k stars 330 forks source link

I found some trouble from your code #3

Closed JesseBlackman closed 10 years ago

JesseBlackman commented 10 years ago

private int[] popupColorArray = {R.drawable.popup_red,R.drawable.popup_blue,R.drawable.popup_green};

Is it all right?

leeyc09 commented 10 years ago

you need 3 9 path drawable img file. if you know how to change color dynamically. fix it. this source only use maximum 3 lines. thanks.

leeyc09 commented 10 years ago

https://github.com/dacer/AndroidCharts/blob/master/AndroidCharts/src/main/res/drawable/popup_blue.9.png

dacer commented 10 years ago

Sorry, I have to use 9.png for showing popups. If you have other solutions, pull request is welcome:)