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

feat: candle-stick chart #1

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

Conversation

blue32captain
Copy link
Owner

  • Add candle logic to AxisChart
Explanation About What Code Achieves:
  • chartType should be candle
  • values should be list of [open, high, low, close, volume]
  • candleOptions added to options
Screenshots/GIFs:
  • Screenshot
    image
Steps To Test:
  • Steps
TODOs:
  • Complete animation for candlestick chart
  • Make more similar to real trading chart
  • Move YAxis from Left to Right

* add candle logic to AxisChart
@blue32captain blue32captain self-assigned this Jun 17, 2022
* update candle color
* add multi candles in X unit (`xUnit`)
* update max/min logic
* move Y labels to right
* update tooltip
* update ymarker
* mouse pointer
* mixed chart for candle
* Ymarker issues
* interface for chart
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.

1 participant