Skip to content

Implement the colorful power chart#19

Open
xopok wants to merge 14 commits intomasterfrom
watch-ui
Open

Implement the colorful power chart#19
xopok wants to merge 14 commits intomasterfrom
watch-ui

Conversation

@xopok
Copy link
Collaborator

@xopok xopok commented May 23, 2020

2

xopok added 9 commits July 7, 2019 23:41
This might not cover all possible watch screens (e.g. FR920 does have a rectangular one) but for now it's the easiest I could come up with.
Also prepend @Strings. to titles, the opportunity for i18n.
…d sizes.

Only draws the chart if for:
- Edge devices and square watches:
  - the datafield height is at least 1/3 of the screen height.
- Round and semi-round watches:
  - the datafield is the middle one in the 3A layout (then also displays the cadence).

Alternative font is now an option only for layouts allowing the chart.
<label id="value" x="center" y="center"
font="Graphics.FONT_SYSTEM_NUMBER_THAI_HOT"
justification="Graphics.TEXT_JUSTIFY_CENTER"/>
<label id="mark" x="center" y="top"
Copy link
Owner

Choose a reason for hiding this comment

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

Why was this removed?

setLayout(Rez.Layouts.PowerFieldLayout(dc));
}

function drawZones(dc, zone, power) {
Copy link
Owner

Choose a reason for hiding this comment

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

I'd prefer to keep the old functionality with the color indicator (it's easier to see which zone you in the interval), on top on ability to change to the Graph (in options) if one prefers.

Copy link
Owner

@axl13 axl13 left a comment

Choose a reason for hiding this comment

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

Please keep the old way of coloring zones in the options. Thanks!

xopok and others added 5 commits June 20, 2020 14:02
Co-authored-by: Oleksiy Mishchenko <amishchenko@gmail.com>
Otherwise `dc_hight.toFloach` gonna checkout at line 163, if Layout is not initialized (which is the case on Edge)
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