Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

RELEASE DATE: AUGUST 7, 2024

Updates

Data Search improvements via canvas

The Data Search table screen uses canvas now. This means that instead of using traditional HTML elements to display and interact with our data, we will use a single canvas element.

Before, each element is part of the webpage’s structure and can be individually styled and manipulated. The new canvas model provides more flexibility and performance for complex graphics and large datasets. Regarding performance, this implies faster rendering for large amounts of data. Complex visualizations are easier to render now.

In simple terms, we’re moving from a structure of many small building blocks to drawing everything on a single surface, which should make our data visualizations faster and more powerful.

Bug fixes

  • Fixed the Download an event button from the Selected events wizard in Data Search. When pressing the space bar over an event, a wizard will open showing the details of the event. In that wizard, the Download button failed to download the event.

  • In Global search, the links in the table all.data in the field tables did not work properly. All tables are opened correctly now.

  • No labels