rrag / react-stockcharts

Highly customizable stock charts with ReactJS and d3
http://rrag.github.io/react-stockcharts
MIT License
3.87k stars 957 forks source link

How could I display all data in xExtents range? #753

Open morphine1900 opened 4 years ago

morphine1900 commented 4 years ago

Like the intraday data, I just want to fix the x range to 9:00AM to 4:00PM, disable zoom/pan and only update the data to the end of the line. By default it's only part of the data got displayed.

morphine1900 commented 4 years ago

For example, the us stock market's trading hours is 9:30 - 16:00, I want the xAxis fixed with 9:30 to 16:00 without zoom or pan.

khaphannm commented 3 years ago

Did u know the solution bro? I also want to do that :D

khaphannm commented 3 years ago

Please add this plotFull as props for ChartCanvas component