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

Update changed-behavior.md #664

Open
wants to merge 1 commit into
base: stage
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions upgrading/changed-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down