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

Remove Time Gaps from Candlestick Chart #71

Open
jhwatts opened this issue Jun 2, 2023 · 2 comments
Open

Remove Time Gaps from Candlestick Chart #71

jhwatts opened this issue Jun 2, 2023 · 2 comments

Comments

@jhwatts
Copy link

jhwatts commented Jun 2, 2023

The candlestick chart does not display correctly. The chart needs to remove the time gaps between times of no trading activity.

@jhwatts
Copy link
Author

jhwatts commented Jun 2, 2023

library(TTR)
library(apexcharter)
data("ttrc")
ticker<-ttrc[1:30,]
apex(ticker, aes(x = Date, open = Open, close = Close, low = Low, high = High),
type = "candlestick")

#There should be no gaps between candles.

@jhwatts
Copy link
Author

jhwatts commented Jun 2, 2023

See this similar issue.

apexcharts/apexcharts.js#1191

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

1 participant