Product updates

June 30, 2025

June 2025

New functionalities:
  • Biuwer SDK, a new JavaScript library for embedded analytics and API automation. A new way to integrate any visual content into your application is now available using the Biuwer SDK (Software Development Kit), specifically the new Biuwer SDK JavaScript library. As a developer, you can use the SDK to integrate it directly into your applications, as shown in the following example. You can also use the SDK to automate integration with your application via the Biuwer REST API, using the methods of the Biuwer public API.

	<html>
		<head>
			<title>Biuwer SDK Example</title>
		</head>
		<body>
			<script src="node_modules/biuwer-sdk/dist/index.umd.js"></script>
			<script>
				// Initialize SDK with your API key
				const apiKey = "your-api-key";
				const sdk = new BiuwerSDK(apiKey);

				Promise.all([
					sdk.resourceTokens.getTokens(),
					sdk.authTokens.getTokens()
				]).then(([resourceTokens, authTokens]) => {
					const resourceToken = resourceTokens.at(-1)
					const authToken = authTokens.at(-1)

					if (resourceToken && authToken) {
						sdk.renderSharedContent({ resourceTokenId: resourceToken._id, authTokenId: authToken._id, parentElement: "biuwer-container"})
					}
				}).catch(error => {
					console.error(error)
				})
			</script>
			<h1 style="text-align: center; height: 50px">Biuwer SDK Example</h1>
			<div id="biuwer-container" style="width: 100%; height: calc(100vh - 50px);"></div>
		</body>
	</html>

  • New features in Biuwer maps: point clusters, interactive actions, and configurable center and zoom using dynamic expressions. Point clusters allow you to summarize a large number of geographically close points into a single cluster, simplifying map readability at certain zoom levels. You can configure colors, sizes, when they appear, and more. Regarding map center configuration, two new options have been added: "Automatic" (by default, it automatically calculates the centroid of points obtained from the data query to be displayed on the map) and "By Value" (it allows you to configure a longitude field and a latitude field obtained from a data query). Both options allow for dynamic centers to be applied to different users, with different centers depending on their specific data. Finally, interactivity through actions on map cards has been added, just like on other data cards. This means you can perform interactive filtering, display details in popups, initiate interactive navigation, and more.

Biuwer - New clusters in maps


Biuwer - New options to center maps


Improvements:
  • Add or remove values in Cross Filter interactions. With this update, you can dynamically modify the values included in interactive filtering actions. Pressing the Control (CTRL) key adds or removes values when you click on the visual elements. This allows for more diverse and flexible analyses, incorporating any number of values into the interactive filters.

Biuwer - Add or remove values in Cross Filter interactions


  • Improved value limiting option in Visualizations. Until this update, only certain types of visualizations allowed you to specify how many values to display (pie charts). This functionality has now been extended to all data visualizations, allowing you to configure how many elements to show, regardless of the number of values returned by the data queries. This enables advanced configurations, such as when multiple queries need to be merged and you want to display a ranking of the top N values. In charts, you can also generate a dummy "Other" value to total the remaining values not displayed.

Biuwer - Improved value limiting option in Visualizations



Bug fixes:
  • Fixed a reported issue when editing a date filter by switching to the selection tab.

  • Adjusted the order of checkboxes and indentation in the "Show tooltip" option.

  • Fixed a problem in Cross Filter when adding/removing values with two or more dimensions.

  • Adjusted the logic in the SDK when creating DataPolicies to ensure it works correctly in all cases.

  • Other minor fixes.

Biuwer

No-Code Business Intelligence and Embedded Analytics Platform


2025 © Biuwer Analytics S.L. - All Rights Reserved.

Supported by:

Empresa emergente certificada por ENISA Lanzadera Instituto Fomento Región Murcia (Spain)