Skip to content

v4.2.0

Latest
Compare
Choose a tag to compare
@SlicedSilver SlicedSilver released this 26 Jul 12:34
· 5 commits to master since this release
23c42eb

Enhancements

  • Added new attributionLogo option to LayoutOptions. 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 to false in the chart's layout option.
  • Improved data validation for OhlcData and SingleValueData. Introduced isFulfilledBarData for OhlcData and isFulfilledLineData for SingleValueData, ensuring more accurate validation of data types. Contributed by @mozeryansky (PR #1579, fixes #1526).

Changes since the last published version.