From 21ed7420154d5a2fe6580b1b1e7b65ad2785fc1d Mon Sep 17 00:00:00 2001 From: nrios14 <44674816+nrios14@users.noreply.github.com> Date: Thu, 6 May 2021 20:57:29 -0400 Subject: [PATCH] Update changed-behavior.md --- upgrading/changed-behavior.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/upgrading/changed-behavior.md b/upgrading/changed-behavior.md index 28d30a9e8..5ed1beaea 100644 --- a/upgrading/changed-behavior.md +++ b/upgrading/changed-behavior.md @@ -26,6 +26,12 @@ Export a Chord Diagram to an SVG using the `getSVGString` method or via the Expo **After the fix** SVG string is properly generated using both the `getSVGString` method and via the Export Menu. ![Chart After](/images/SVG_fix_FC-2076.png) +## The `trendLineAlpha` attribute working properly for Trend line/zone values + +The attribute `trendLineAlpha` is now working as expected and users can specify a value to configure opacity for trend line/zone values. Previously, attribute had an incorrect behavior and was not taken into account at run time. + +{% embed_chart chart-configurations-trend-value-alpha-example.js %} + ## Box and Whisker chart exports CSV and XLSX files properly Exporting the Box and Whisker charts as a CSV or Excel file now displays correct and complete data, previously the exported files had incomplete data.