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

client/webserver/site: Use correct volume. #1368

Merged
merged 1 commit into from Dec 24, 2021

Conversation

chappjc
Copy link
Member

@chappjc chappjc commented Dec 23, 2021

The legends on both the depth and candlestick charts were using incorrect units. On the depth chart, it was applying the conversion factor a second time. On the candlestick chart, an incorrect struct access was used to get the unitinfo, so no conversion was applied.

This should be cherry-picked to release-v0.4 for RC2.

Depth legend before:

image

Depth legend after:

image

Candlestick legend before:

image

Candlestick legend after:

image

The legends on both the depth and candlestick charts were using
incorrect units.  On the depth chart, it was applying the conversion
factor a second time.  On the candlestick chart, an incorrect struct
access was used to get the unitinfo, so no conversion was applied.
@chappjc chappjc merged commit f1dd377 into decred:master Dec 24, 2021
@chappjc chappjc deleted the chart-volume-units branch December 24, 2021 15:17
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