Stimulsoft Dashboards.WIN 2025.3.1
Released: Jun 30, 2025
2025.3.1 での更新項目
機能
- A bool variable now can be nullable.
- A string variable now can be nullable.
- Added the ability to use C# scripts in report events and expressions during interpretation mode.
- Added the ability to change marker behavior: markers can now be clipped to the chart area boundary or extend beyond it. Marker behavior can be controlled using the option StiOptions.Engine.AllowClipChartArea.
- Added Open Street Map provider for the "Online Map" dashboard element.
- Added support for C# scripts in report calculation mode as "Interpretation" for custom functions.
- Access to report variables (this["myvariable"]) via indexatorof a report has been added to the Text Element.
- New functions have been added: AddYears, AddMonths, AddDays, AddHours, AddMinutes, AddSeconds, and AddMilliseconds.
- Added the ability to specify an image URL in the GetImageUrl event when creating a Blockly script.
- The field 'Initial Value' is no longer hidden for the Number Box Element when a variable specified.
- The Blockly blocks "Set property" and "Get property" have been improved. Support for square brackets [] has been added to access elements of lists, arrays, and collections.
- A Globalization Strings button has been added to the designer ribbon for quick access. The Globalization Editor forms are not displayed as dialog forms.
- Made a lot of changes regarding using nullable values in the report variables.
- Added support for custom DateTime formatting in the "DateTime Picker" dashboard element.
- Dashboard charts now display all matching values in the tooltip when hovering in Stimulsoft BI Designer for Windows. Previously, if multiple data points had the same value, only the last one would appear in the tooltip. Now, all matching values are shown, providing a more complete view of the data.
- In the WinForms Stimulsoft Designer for desktop, you can now generate data using Stimul AI. To do this, go to the File > New > Get Data, click Generate Data with AI, and then enter a prompt request or select one from the samples. This feature is available only if the Show Stimul AI option is enabled in the report designer settings; otherwise, demo data will be loaded from a file.
- Added the ability to select the type of join between two data tables when rendering dashboards and performing data transformations. The join type defines how records from the tables are compared and merged to form the final dataset. This directly affects the structure of the resulting data, the behavior of groupings, and the outcomes of subsequent calculations. Supported join types include Full, Inner, Left, and Right. You can set the join type for data tables in the relationship editor.
- In 3D charts, axis label settings have been expanded - you can now rotate labels, limit their width, and enable word wrap mode. These adjustments can be made using the Angle, Width, and Word Wrap properties.
不具合の修正
- Correct re-initialization of the Date Picker and Number Box elements now occurs when a variable is used and its value is changed from a script.
- Displaying of certain commands in the color palette after saving and reopening the dashboard in the report designer.
- Saving Google Sheets under the "Recent" tab.
- Error when saving a copy of a resource in the report designer.
- Icons for rows in the "Indicator" element.
- Formatting arguments in dashboard charts.
- Data sorting in the "Table" dashboard element when conditional formatting (conditions) is used.
- Data transformation error when using expressions that compare DateTime values with lists of DateTime.
- Applying active mode when clicking in the interaction editor for dashboard elements.
- An issue with adding data sources from the API using the AddRange method has been fixed.