Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table skin, and a few added properties #87

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants