-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support plugins #82
Comments
The work on Peek.2023-10-08.15-24.mp4 |
I published The example of usage you can find here |
I published The example of usage you can find here |
I'm still not sure about the final API of the new components. When implementing vertical lines, it seemed to me that we needed to add more convenience. Perhaps I will change the API in the final versions. |
Thanks for that, VerticalLines are exactly what I needed today. |
The feature looks amazing but somehow this example does not work for me.
besides could new VertLine(time) not be an exported member instead to not have to duplicate? |
@go-dockly thanks. For some reason, a file was published without exported types. I'll publish again today when I get to the computer.
I'm not sure I understood this phrase correctly, can you explain? |
Thanks for reply! I will try it once more :) |
I published |
I took the implementation of vertical lines from the repository with plugin examples: https://github.com/tradingview/lightweight-charts/tree/master/plugin-examples. Maybe I'll make a subsection with exports of plugin components something like:
|
super thankful for your work here, i was just about to attempt to implement it myself before checking here <3 |
Support plugin system.
<CustomSeries>
component that will useIChartApi::addCustomSeries
api.<ChartEx>
component that will usecreateChartEx
api.<SeriesPrimitive>
component that will useISeriesApi::attachPrimitive
api.The text was updated successfully, but these errors were encountered: