Enhancements
- Added new
attributionLogo
option toLayoutOptions
. This feature displays the TradingView attribution logo on the main chart pane by default, helping users meet the library's licensing requirements for attribution.- The TradingView attribution logo can be easily hidden by setting the
attributionLogo
option tofalse
in the chart'slayout
option.
- The TradingView attribution logo can be easily hidden by setting the
- Improved data validation for
OhlcData
andSingleValueData
. IntroducedisFulfilledBarData
forOhlcData
andisFulfilledLineData
forSingleValueData
, ensuring more accurate validation of data types. Contributed by @mozeryansky (PR #1579, fixes #1526).