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

Add the ability to set width of the border of the candle and the wick #1082

Closed
joaoguilhermee opened this issue May 14, 2022 · 2 comments
Closed
Labels
enhancement Feature requests, and general improvements. need proposal Requires a detailed proposal before more further. plugin This feature request should/could be implemented as a Plugin. polish Very minor behavior improvement that users will enjoy.

Comments

@joaoguilhermee
Copy link

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
Would be great to allow to set the desired size of the border and the Wick on candles.

Additional context

@joaoguilhermee joaoguilhermee changed the title Candle Border Width Add the ability to set width of the border of the candle and the wick May 14, 2022
@SlicedSilver SlicedSilver added enhancement Feature requests, and general improvements. need proposal Requires a detailed proposal before more further. polish Very minor behavior improvement that users will enjoy. labels Aug 26, 2022
@princefishthrower
Copy link

I take it this is still unresolved? If pointed in the right direction, I'd be willing to contribute to this!

@SlicedSilver
Copy link
Contributor

Thank you for your feature request for Lightweight Charts. In order to keep the library lightweight and maintain a narrow focus, we strive to include only strictly required features in the core library. As a result, we have decided that this requested feature should be implemented as a plugin instead, and will be closing this issue as a result.

We recently introduced the ability to write plugins for Lightweight Charts, allowing users like you to extend the functionality of the library without adding it to the core. We highly recommend implementing your feature request as a plugin to achieve the desired functionality while keeping the core bundle size smaller for all users.

To get started with plugins, please refer to our Plugins Documentation for a better understanding of what is possible and how plugins work. You can also explore our collection of plugin examples (with a preview hosted here) for inspiration and guidance on implementing specific functionality.

For your particular feature request, we suggest taking a look at the following examples (see above links):

  • Whisker Box Series (similar to a candlestick series)
  • Rounded Candle Series

To help you get started quickly, we have created an NPM package called create-lwc-plugin, which sets up a plugin project for you. This way, you can hit the ground running with your plugin development.

If you do create a plugin based on your feature request, we would appreciate it if you could publish it on GitHub or NPM and let us know. This way, we can share it with the rest of the community. It would be helpful if you could prefix your NPM package name with lwc-plugin- for easier discoverability by others.

Thank you for your understanding and support. We believe implementing your feature request as a plugin will greatly benefit both you and the Lightweight Charts community.

@SlicedSilver SlicedSilver added the plugin This feature request should/could be implemented as a Plugin. label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests, and general improvements. need proposal Requires a detailed proposal before more further. plugin This feature request should/could be implemented as a Plugin. polish Very minor behavior improvement that users will enjoy.
Projects
None yet
Development

No branches or pull requests

3 participants