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

Candles overlapping with each other #172

Closed
scoobhidu opened this issue Dec 7, 2022 · 1 comment
Closed

Candles overlapping with each other #172

scoobhidu opened this issue Dec 7, 2022 · 1 comment

Comments

@scoobhidu
Copy link

Hi entronad, when I am rendering candles in the candle stick charts, I am getting an overlapped render of the candles,

  1. any way to give them a margin or something so that they don't appear to be stacked.

  2. Is there a way to make the candles a bit rounded from border

  3. Any workaround to add line charts of a different object other than the data passed so that new objects can be passed instead of forcefully clubbing them in one

Thank you!

@entronad
Copy link
Owner

entronad commented Dec 7, 2022

1, 2: write your own Shape class, you can refer to the built-in candlestick Shape's code.
3: A chart only allows one data list, all graphics must based on the data. You can overlap two charts

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

No branches or pull requests

2 participants