Dashboard CUBA Add-on Demo Application
This demo application demonstrates the usage of Dashboards CUBA Add-on.
Responsive layout
This sample uses CSS based responsive layout for dashboard:
Usage
Open the project in CUBA Studio and click "Run" button next to "CUBA Application" run/debug configuration on the main toolbar. The application will start at http://localhost:8080/app.
Google API Key configuration
The sample uses Google Maps, so to set up Google API key set
the charts.map.apiKey
application property in the web-app.properties
file:
charts.map.apiKey = <YOUR_KEY_HERE>
Issues
Please use https://www.cuba-platform.com/discuss for discussion, support, and reporting problems coressponding to this sample.