Closed jkpu closed 4 years ago
Just a quick scan of it, but that there are more public API provided in this PR. (not only BarChartView and GroupBarChartView) Plus, it may cause a name resolving conflicts because some class names are the same as Xamarin.Forms API. (e.g.
Entry
,Label
)Anyway, great job!
I Changed class name Label -> TextItem Entry -> DataItem and changed DataSet and DataSetArray name DataSet -> DataItemGroup DataSetArray -> Data
data structure is following DataItem -> DataItemGroup -> Data
Description of Change
Add BarChartView and GroupBarChartView Add CircularChartGallery for chart test
Bugs Fixed
None
API Changes
Added:
Behavioral Changes
BarChartView screenshot is following images.