Simple Dasbhi widget that shows text.
Widgets takes always the newest record from source. It supports data types: String
, Array
and Object
.
dashbiLayout.addWidget({
name: 'show-text',
title: 'Demo',
source: {
// here some source
}
});