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

[Bug] Charts With Candlestick Overload Do Weird Things #6567

Open
deeleeramone opened this issue Jul 8, 2024 · 1 comment
Open

[Bug] Charts With Candlestick Overload Do Weird Things #6567

deeleeramone opened this issue Jul 8, 2024 · 1 comment
Labels
bug Fix bug cli OpenBB Platform CLI platform OpenBB Platform

Comments

@deeleeramone
Copy link
Contributor

deeleeramone commented Jul 8, 2024

Describe the bug

Compiled Javascript/Typescript code creates issues, this is related to the overload handling.

image

To Reproduce

from openbb import obb

data = obb.equity.price.historical("AAPL", start_date="2000-01-01", provider="yfinance", chart=True)
data.show()

Then zoom in or pan.

Unclear what the consequences of these error messages are:

node_modules/@radix-ui/react-dialog/dist/index.mjs (1:0) Module level directives cause errors when bundled, "use client" in "node_modules/@radix-ui/react-dialog/dist/index.mjs" was ignored.
node_modules/@radix-ui/react-presence/dist/index.mjs (1:0) Module level directives cause errors when bundled, "use client" in "node_modules/@radix-ui/react-presence/dist/index.mjs" was ignored.
node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs (1:0) Module level directives cause errors when bundled, "use client" in "node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs" was ignored.
node_modules/@radix-ui/react-focus-guards/dist/index.mjs (1:0) Module level directives cause errors when bundled, "use client" in "node_modules/@radix-ui/react-focus-guards/dist/index.mjs" was ignored.
node_modules/@radix-ui/react-portal/dist/index.mjs (1:0) Module level directives cause errors when bundled, "use client" in "node_modules/@radix-ui/react-portal/dist/index.mjs" was ignored.
node_modules/@radix-ui/react-focus-scope/dist/index.mjs (1:0) Module level directives cause errors when bundled, "use client" in "node_modules/@radix-ui/react-focus-scope/dist/index.mjs" was ignored.
@deeleeramone deeleeramone added bug Fix bug platform OpenBB Platform cli OpenBB Platform CLI labels Jul 8, 2024
@Abbas-Hussain-Muzammil
Copy link

What are we supposed to solve? Can you elaborate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug cli OpenBB Platform CLI platform OpenBB Platform
Projects
None yet
Development

No branches or pull requests

2 participants