Skip to content

Conversation

@alessandroRoaro
Copy link

Hi HanSolo, like I mentioned yesterday I am also sending you the code for the TableTileSkin. Columns can be set via tableColumns property, and items via tableItems.

I have also added two other properties, which are used in TileSkin when drawing:

  • contentFill fills the view without taking into account top and bottom offsets (useful for example with image)
  • insetsEnabled - if enabled, insets are 0.

I added a null check in SmoothAreaChartTileSkin because it was crashing if when init the width and height of view were 0. When drawChart would becalled, points list would contain one element which would have NaN values, and after the Helper.subdividePoints it would have null items.

I decided not to pull your changes to keep the flat LED, so please bear patience with code that needs to be removed, in case you want to accept this pull request.

Cheers!

Copy link

@kaganhazalkocdemir kaganhazalkocdemir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants