Samsung / Tizen.CircularUI

Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
Other
80 stars 32 forks source link

[Chart] Add BarChartView and GroupBarChartView #295

Closed jkpu closed 4 years ago

jkpu commented 4 years ago

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.

wc-1024-1-2020-04-01-132856

wc-1024-1-2020-04-01-132935

Default_ReferenceLineData

Horizontal_ReferenceLineData

GroupBarChart

jkpu commented 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