Last 6 months

What’s new in Dashbuilder 0.30.0

    Blog post image      

Kie Tools 0.30.0 is out and with it we have multiple improvements to Dashbuilder. This post also includes Dashbuilder 0.29.0. In this article we will explore the main features, but you can also check the release notes for version 0.29.0 and 0.30.0. INSTALLATION The new editor is live in Serverless Logic WebTools and the VSCode extension isRead more →

What’s new in Dashbuilder 0.28.0

    Blog post image      

Kie Tools 0.28.0 is out and with it we have multiple improvements to Dashbuilder. Let’s explore it! Installation The new editor is live in Serverless Logic WebTools and the VSCode extension is already available on the marketplace. For NPM package users just update the dashbuilder-client dependency version to  0.28.0. Dashbuilder Samples We organized Dashbuilder samplesRead more →

Using Dashbuilder with Google Spreadsheets

    Blog post image      

Dashbuilder can read from JSON and CSV contents. The only requirement is to make the file accessible to the machine where Dashbuilder is running. The issues you may face are: For Google spreadsheets we don’t have to worry about CORS or authentication as long as the document is published on the internet.  Steps to readRead more →

Dashbuilder Quarkus Extension 0.27.0

    Blog post image      

We are glad to announce that Dashbuilder Quarkus Extension 0.27.0 is out with multiple improvements. In this article we are going to share the new features and you can see a little about it on our Quarkus insights session: New Samples Screen Dashbuilder now provides a new samples screen that will allow users to startRead more →

Last Year

What’s new in Dashbuilder 0.27.0?

    Blog post image      

Dashbuilder 0.27.0 was released yesterday (March 8th, 2023) and it comes with very interesting new features. Let’s explore the new release in this post! New Samples Screen A new sample screen allows Dashbuilder to render dashboards from a remote or local repository. A sample is a dashboard that users can try without installing on theirRead more →

Deploying Dashbuilder Dashboards

    Blog post image      

Dashbuilder files are plain YAML which makes it easy to author dashboards using the online editor. The next natural step is to publish this dashboard for public access and this is what we cover in this article! What is Dashbuilder after all? Dashbuilder is a web application that can run dashboards in different modes: EDITOR:Read more →

Announcing Dashbuilder Quarkus Extension

    Blog post image      

We are glad to announce that we released the Dashbuilder Quarkus extension! You can now render dashboards directly in your Quarkus app! Installation To start using this extension simply add the following dependency to your quarkus app pom.xml: Then your *.dash.(yaml|yml|json) files will be available in /dashboards web context. Configuration You can map specific dashboardRead more →

Qatar World Cup Goals Statistics Dashboard

    Blog post image      

In Dashbuilder 0.26.0 we introduce Dark Mode, echarts as native library and global properties.  To showcase these features let’s explore a Qatar World Cup 2022 Goal Score dashboard! Check the dashboard online FIFA World Cup Goals Statistics Dashboard The dashboard shows a summary of goals and matches. The cards on top offer an overview ofRead more →

Announcing Dashbuilder VSCode extension

    Blog post image      

We are glad to announce that the Dashbuilder VS Code editor has been released! With this extension you can create dashboards using YAML files on local VS Code, VS Code Web (github.dev) and also published on Open VSX marketplace. The extension can also be downloaded as part of KIE Tool 0.25.0 release. How to createRead more →