Last month

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 →

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 →

Last 6 months

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 →

Last Year

Create dashboards using YML with Dashbuilder

    Blog post image      

Creating a dashboard using pure YML from data from any JSON document is now possible using Dashbuilder! You are not even required to install anything, just access Dashbuilder Online Editor and start your dashboard! How it was possible Dashbuilder was moved to Kogito Tooling and the client was decoupled from the backend. With this changeRead more →