Add Features: Area & Bar & custom Candlestick series types, Grouping series in Legend, + plugins: Trend Trace, Fill area between 2 series, VolumeProfile, + Indicators, Settings+Context menu#473
Open
EsIstJosh wants to merge 140 commits intolouisnw01:mainfrom
Conversation
Use existing line/histogram logic to implement area charts
Add methods to plot area chart.
Fix: Area line coloring Feat: Implement bar series
Feat: Implement bar series
Feat: Implement Area and Bar series types
formatting
Fix: Bar update method
Add functionality to group lines under a single legend item following example shown by @esteban2006 louisnw01#452 (comment)
Implement logic to handle LegendGroup creation when creating a line series.
Add group parameter (str) to make a line appear in the legend under a LegendGroup
Legend group
Add legend_symbol, group to series types
Author
Cleaned up, restructured for easier interaction adding/removing
Fix wick position for combined candles
For those who think the default candles are too thick.
Enhance flexibility by enabling the configuration of lineStyle, lineWidth, and the shape of individual bars through corresponding columns in the DataFrame, similar to the existing options for color, borderColor, and wickColor. Also improve performance by separating data aggregation from rendering.
Add python methods for symbol series
Add measure tool, bug fixes
Minor improvements
Add a button to open trendtrace.json files along with a mode option to toolbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Series Types:
| | |
V V V
Capable of candle data aggregation
)
for displaying multiple timeframes
simultaneously
Customizable Line Width
Customizable Line Style
Customizable Bar Spacing
Customizable Shape:
Volume Color Opacity
Plugins:
YouCut_20250216_064834465.mp4
Pitch Fork: Tool for drawing (added to toolbox):
Volume Profile: Displays volume profiles based on the visible range ( also can be instantiated from and linked to existing drawing: box, trendline etc)
Trend Trace: A transformable/scalable replica of a section of series between a drawings points. Similar to 'Bars Pattern' in TradingView (instantiated from and linked to existing drawing: box, trendline etc)
Screen.Recording.2025-01-24.112158.3.mp4
Indicators (implemented in typescript, from KLineChart primarily ( https://github.com/klinecharts/KLineChart )):
Context Menu:
Legend
Series Cloning / Type Conversion
-Settings Menu:
Note: