react-stockcharts icon indicating copy to clipboard operation
react-stockcharts copied to clipboard

Xaxis的tickFormat设置成timeFormat("%Y-%m-%d") ,时间会显示成1970-01-01 怎么处理这个问题

Open tffff opened this issue 7 years ago • 1 comments

tffff avatar Oct 26 '18 02:10 tffff

you can tickFormat={d=> timeFormat('%m-%d %H:%M')(data[d].date)}, d is data index .

yatoo1993 avatar Dec 12 '18 03:12 yatoo1993