Stimulsoft Dashboards.JS 2025.3.1

Released: Jun 30, 2025

2025.3.1 での更新項目

機能

  • Added drag-and-drop of elements in the "Report Tree" panel in the Web Designer.
  • Added Open Street Map provider for the "Online Map" dashboard element.
  • New functions have been added: AddYears, AddMonths, AddDays, AddHours, AddMinutes, AddSeconds, and AddMilliseconds.
  • 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.
  • The data structure for storing databases has changed. Now the list of databases is saved as a regular array, whereas previously it was a List. For compatibility, clear and add methods have been added to these arrays but are marked as obsolete. To manage the list of databases, you can now simply use: StiOptions.Services.databases = []; and StiOptions.Services.databases.push(new Stimulsoft.Report.Dictionary.StiAzureSqlDatabase()); accordingly.
  • The Eyedropper tool has been added to the Color Picker in the Web Designer.
  • 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.
  • 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.

不具合の修正

  • Assigning the value of the reportFile property to the reportName property when saving a report in the report designer.
  • Formatting arguments in dashboard charts.
  • Deserializing the encrypted connection string when editing a connection in the report designer.
  • The order of adding colors to the Recent category in the color palette.
  • Icons for rows in the "Indicator" element.
  • Reverting colors in the legend of the Heatmap Chart.
  • Duplication of GUID property values in dashboard elements and their fields when using the "Duplicate" command in the report designer.
  • Applying active mode when clicking in the interaction editor for dashboard elements.
  • Handling of null values for the "report.culture" property when loading a generated report file (*.mdc).