Replies: 13 comments 36 replies
|
just added Circle, Callout, PriceRange . Let me know if you want to help convert into Plugin. |
|
This is fantastic. Would love to see this implemented! |
|
Hi all ! Would be interested also in Object Tree to manage the objects https://github.com/brlocky/Elliott-UI/tree/main/src/components/Chart/plugins/fibonacci-drawing-tool |
|
Hi @difurious, great work on your previous implementation BTW, thanks a lot. What is the status of this? Have you already created any plugins? |
|
Just finding this now after wrestling with implementing my own. Thank you sir! Will let you know how implementing this goes into the current version... |
|
check out https://github.com/crypt0inf0/lightweight-charts-ui & demo available at https://crypt0inf0.github.io/lightweight-charts-demo/ All the drawing tools plugin available at https://github.com/crypt0inf0/lightweight-charts/tree/master/plugin-examples/src/plugins/line-tools demo available at http://localhost:5173/src/plugins/line-tools/example/index.html |
|
why cant I drag drawings |
|
Feature Request: exportTools() / importTools() methods for LineToolManager Use Case Save drawings for the current symbol Currently, I work around this by caching the actual tool primitives in memory and detaching/re-attaching them: |
|
I'm out for the holidays for a week. I have the core and all tools created and tested only thing that could be better is the mouse pointer changing to different pointers conditionally. Just cosmetic. But my goal is a drop in replacement for the 3.8 build. I have a test app that tests all tools and option in a visual way so it gives examples on how everything works. The remaining thing is documentation and readme and upload to GitHub. So when I get back, hopefully less than a week to have V1 done. The core is set up to be like an api for the tools to use. So if someone wants to make their own tools it takes care of a lot of things. I don't imagine taking requests for new tools. But for you to use the core and make your own and release the tools for all to use. |
|
What would it take to build a complete industry standard charting library like trading view from using the it's lightweight library? |
|
my build of the line tools build converted into lightweight-charts V5+ plugins is done. Here is the link to the core plugin . The core is the brains and each line tool registers with the core. Make sure to read the whole readme. Here is a list of all the line tools that I have created. Use the core to make your own line tool, but make sure to share it publicly with the community.
|
|
I am using the CDN js package, I am backend guy, any support for guys like me ? how do i integrate into my charts ? all i am seeing are .ts files, my stack isn't node. backend is python, frontend is good old Html+css+js |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a custom lightweight-charts build based off of v3.8 that lets you create interactive drawing tools on the chart. I call it the Line Tools build, project and video located here.
Tools that can be created are FibRetracement, ParallelChannel, HorizontalLine, VerticalLine, Highlighter, CrossLine, TrendLine, Rectangle, Triangle, Brush, Path, Text, Ray, Arrow, ExtendedLine, HorizontalRay, Circle, Callout, PriceRange
It works great and I need help from someone to update it to V4.x.x and if possible to a plugin. If you have the skill, this would make an awesome open source plugin for the community. Let me know if you want to take on this challenge.
All reactions