Open jhwatts opened 1 year ago
The candlestick chart does not display correctly. The chart needs to remove the time gaps between times of no trading activity.
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")
See this similar issue.
https://github.com/apexcharts/apexcharts.js/issues/1191
The candlestick chart does not display correctly. The chart needs to remove the time gaps between times of no trading activity.