react-financial-charts
react-financial-charts copied to clipboard
Resizeable indicator subcharts
I'm submitting a...
- [X] feature
- [ ] chore
- [ ] bug
What is the current behavior
Subcharts have fixed heights and can't be resized by user.
What is the expected behavior
Users being able to resize subcharts by dragging the edges.
Hi there, thanks for the feature request. Do you mean when you create another chart below a main one? Are you specifying the heights of this yourself?
Thanks for your prompt response.
Do you mean when you create another chart below a main one?
Yes.
Are you specifying the heights of this yourself?
Currently heights can be set by the developer and users cannot change them. A resize handle with an appropriate cursor would be nice to let users change those heights.
Got it, we're currently going through a rewrite. I'll keep this issue as a request but definitely something we'll add.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
any updates on this? I'm using split-pane-react
component which handles this.