Skip to content
New issue

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

Is there any support for multiple off chart plots, and if not can you add it. #11

Closed
AlexanderPeters opened this issue Apr 21, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@AlexanderPeters
Copy link
Contributor

If it's possible that would be amazing. I'd love to be able to have 10+ off-chart plots, this is an odd ask I know. The best way to implement this would probably be to implement a scrollbar along the side so that way you can move through the off-chart plots via scrolling while leaving the main chart in the same location. This would also require an option to move the bottom "time/vertical crosshair line label) to directly under the main chart instead of underneath the last off-chart plot, that way you would be able to scroll through the off chart plots while still being able to see the vertical crosshair label at the bottom of the main plot.

@C451
Copy link
Collaborator

C451 commented Apr 21, 2019

I agree that would be amazing, but I think it's out of scope for now. May be in the future. Anyway I'll add it to the list.

As a side note, I think this will make the layout even more complex. Another way to solve this is to introduce a headless mode with time-linking, so users can do whatever they want.

Btw, thanks for creating a bunch of good issues!

@C451 C451 added the enhancement New feature or request label Apr 21, 2019
@AlexanderPeters
Copy link
Contributor Author

AlexanderPeters commented Apr 21, 2019

No problem, I'm just trying to figure out if this might finally be the project that's the goose capable of laying the golden egg that I need because one things for certain. I don't have a damn clue about how to code up any of this myself. You can give me a strongly typed programming language like Java and I'll give you the world, but anything remotely birthed out of the web just makes my head spin (HTML, CSS, javascript, XML, sql etc.).

@AlexanderPeters
Copy link
Contributor Author

On second thought, might it be possible to implement this through a custom overlay like RSI. I might have to explore that. i.e I build an overlay that can accept a JSON file or parameters or whatever of either other overlays or javascript elements and builds them into a single element. Hmmm

@AlexanderPeters
Copy link
Contributor Author

AlexanderPeters commented Apr 21, 2019

Better yet, how hard would it be for you to create an empty overlay of a user definable size. If the vertical size is larger than the default then implement a scroll bar on the side. Just a blank graphics canvas that can scroll. Then the user can define whatever functionality they want inside of that???

@C451
Copy link
Collaborator

C451 commented Apr 21, 2019

it's just a small lib, but probably the most 'hackable' out there.

Better yet, how hard would it be for you to create an empty overlay of a user definable size.

I need to clarify: overlays live inside grids and currently there is no way to change grid size (it is calculated automatically). This feature is definitely on the horizon.

As a temp solution you can make a very tall chart (by setting a height bigger that the screen) and add your 10 indicators .

@C451
Copy link
Collaborator

C451 commented Sep 27, 2019

Not on the map right now, closing.

@C451 C451 closed this as completed Sep 27, 2019
wathanai pushed a commit to wathanai/trading-vue-js that referenced this issue Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants