-
Notifications
You must be signed in to change notification settings - Fork 0
Implement a component that draws a chart #44
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
base: share-price-chart
Are you sure you want to change the base?
Conversation
…tainer` components.
…oDifferentRange` extension.
Vladyslav-Kuksiuk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Artem-Semenov-dev please see my comment.
| * @param inMin The minimum value of the original range | ||
| * @param inMax The maximum value of the original range | ||
| * @param outMin The minimum value of the target range | ||
| * @param outMax The maximum value of the target range |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @param inMin The minimum value of the original range | |
| * @param inMax The maximum value of the original range | |
| * @param outMin The minimum value of the target range | |
| * @param outMax The maximum value of the target range | |
| * @param inMin the minimum value of the original range | |
| * @param inMax the maximum value of the original range | |
| * @param outMin the minimum value of the target range | |
| * @param outMax the maximum value of the target range |
Also, it might be better to name the parameters as originalMin and targetMin.
|
@Artem-Semenov-dev I am reassigning this PR to myself now. Going to finish it once I have an opportunity. |

This PR implements the component purposed for the chart drawing.

An example of the chart view: