We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The candlestick chart does not display correctly. The chart needs to remove the time gaps between times of no trading activity.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
See this similar issue.
apexcharts/apexcharts.js#1191
No branches or pull requests
The candlestick chart does not display correctly. The chart needs to remove the time gaps between times of no trading activity.
The text was updated successfully, but these errors were encountered: