LinearGraphView
LinearGraphView copied to clipboard
An Android custom view library to display color coded information in a graphical format
Results
1
LinearGraphView issues
Sort by
recently updated
recently updated
newest added
i'm trying to display data in graph on my fragment it is showing only black bar here is my code `` ` List dataList = new ArrayList();` `dataList.add(new DataModel("One", getActivity().getColor(R.color.yellow),...