[Dev] Questions about dashboard

2019-12-03 Thread W. E.
Hi, I'm currently designing a dashboard. I've a couple of questions about the possibilities of dashboard tooling. These are: * Is it possible to connect a real time Siddhi application (created in WSO2 SP) with a dashboard. So can I use a sink in the Siddhi application to connect to a dash

[Dev] Using websocket provider for dashboard widget

2019-12-11 Thread W. E.
Hi, I created the Siddhi query below to sent data from my Siddhi application to a dashboard widget with a websocket. The problem is when I try to create a widget in the dashboard tooling with websocket provider I get this error: "Failed to load provider configurations". I've looked in the docu

[Dev] Error starting dashboard.bat

2019-12-19 Thread W. E.
Hi all, When I start the dashboard.bat from the terminal I get this error: "org.osgi.framework.BundleException: Could not resolve module: com.microsoft.sqlserver.mssql-jdbc [129]". Anyone knows how to fix this? Best regards, Wiedo ___ Dev mailing list

[Dev] Creating dashboard widget with Siddhi store data provider

2019-12-19 Thread W. E.
Hi, Im trying to create a dashboard widget with a Siddhi store data provider. I have a Siddhi application that stores the data into a H2 table named "prediction". Now I want to get this with the widget and make a line chart with it. The isssue is that when I create the widget I see the message

[Dev] Widget designer line chart: determine line color based on attribute value

2020-01-03 Thread W. E.
Hi all, I have a urgent issue with creating a widget for a dashboard. Im currently creating a widget in the widget designer in the dashboard portal with a RDMS as a real time datasource. I choose a line chart and choose the ID column for the x-axis and a result column for the y axis. I have a o