All Projects → DevExpress → web-dashboard-demo

DevExpress / web-dashboard-demo

Licence: other
The following application contains the DevExpress Dashboard Component for Angular. The client side is hosted on the GitHub Pages and gets data from the server side that hosts on DevExpress.com.

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to web-dashboard-demo

EDA
Enterprise Data Analytics by Jortilles ( EDA )
Stars: ✭ 59 (-9.23%)
Mutual labels:  business-intelligence, business-analytics
Superset
Apache Superset is a Data Visualization and Data Exploration Platform
Stars: ✭ 42,634 (+65490.77%)
Mutual labels:  business-intelligence, business-analytics
datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (+1503.08%)
Mutual labels:  business-intelligence, business-analytics
ApiDmS
Open Source Document Management System.
Stars: ✭ 16 (-75.38%)
Mutual labels:  asp-net-core
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-61.54%)
Mutual labels:  asp-net-core
X.Web.Sitemap
Simple sitemap generator for .NET
Stars: ✭ 66 (+1.54%)
Mutual labels:  asp-net-core
configuration-service
Configuration Service is a distributed configuration provider for .NET Core.
Stars: ✭ 62 (-4.62%)
Mutual labels:  asp-net-core
HotelListing-API-dotnet5
An Educational Web API built using .NET Core 5.0. We look at REST principles, connecting to a database, using swagger and developing custom middleware to bring out the full feature set of a .NET API.
Stars: ✭ 37 (-43.08%)
Mutual labels:  asp-net-core
forza-data-web
Forza Motorsport / Forza Horizon 4 Data-Out feature receiver web application
Stars: ✭ 18 (-72.31%)
Mutual labels:  asp-net-core
ASPCore.Two-Factor-Authentication
Perform two factor authentication in an ASP.NET core application using Google Authenticator app
Stars: ✭ 29 (-55.38%)
Mutual labels:  asp-net-core
.NetCorePluginManager
.Net Core Plugin Manager, extend web applications using plugin technology enabling true SOLID and DRY principles when developing applications
Stars: ✭ 17 (-73.85%)
Mutual labels:  asp-net-core
RESTvsGRPC
Evaluating Performance of REST vs. gRPC
Stars: ✭ 36 (-44.62%)
Mutual labels:  asp-net-core
AspNetCoreFileUploadFileTable
ASP.NET Core MVC file upload / download with MS SQL Server FileTable
Stars: ✭ 112 (+72.31%)
Mutual labels:  asp-net-core
EmbeddedBlazorContent
Library to load embedded content files (js and css) from Blazor libraries in server-side Blazor mode.
Stars: ✭ 39 (-40%)
Mutual labels:  asp-net-core
oauth-aspnet
An ASP.NET Core compatible port of the OAuth Authorization Server Middleware from Microsoft's Project Katana (Microsoft.Owin.Security.OAuth)
Stars: ✭ 25 (-61.54%)
Mutual labels:  asp-net-core
Asp-net-Core-Project-with-Admin-Template-Setup
AdminLTE Template Setup with Asp.net Core MVC 2.1 Project
Stars: ✭ 50 (-23.08%)
Mutual labels:  asp-net-core
MLiFC
Course Material for the machine learning in financial context bootcamp
Stars: ✭ 102 (+56.92%)
Mutual labels:  business-intelligence
MusicDatabase-API
This project is able to manage your songs, artists, albums and more by RESTful API. Developed with ASP.NET Core 2.0 & EF Core and used PostgreSQL Database Provider. Implemented Swagger to project.
Stars: ✭ 18 (-72.31%)
Mutual labels:  asp-net-core
Lib.AspNetCore.Mvc.Ndjson
Lib.AspNetCore.Mvc.Ndjson is a library that provides support for NDJSON (Newline Delimited JSON) based structured data streaming to ASP.NET Core MVC
Stars: ✭ 13 (-80%)
Mutual labels:  asp-net-core
NetCore.HashiCorp.Vault
Securing with HashiCorpVault in Kubernetes
Stars: ✭ 17 (-73.85%)
Mutual labels:  asp-net-core

Web Dashboard Application on Angular

The following application contains the DevExpress Dashboard Component for Angular. The client side is hosted on the GitHub Pages and gets data from the server side that hosts on DevExpress.com.

Demo: https://devexpress.github.io/web-dashboard-demo/

demo-image-main

The Web Dashboard can be rendered on the client side, with data supplied by an ASP.NET Core / ASP.NET MVC backend. This allows you to do the following:

  • Publish a Web Dashboard as part of an Angular application.
  • Integrate the Web Dashboard into anything that supports HTTP requests (e.g., websites, web applications). See the following demo for details: DevExpress Dashboard Demo).
  • Use the Web Dashboard with DevExtreme client-side widgets to create responsive web apps.

Visit our product page for more information about BI Dashboard: DevExpress Dashboard for .NET, Angular, React, and Vue

Demo Structure

This demo application uses the following DevExpress npm packages:

  • devexpress-dashboard
  • devexpress-dashboard-angular
  • @devexpress/analytics-core
  • devextreme devextreme-angular

When you create your own application with a Dashboard Angular component, ensure that the following requirements are met:

  • The script version on the client side should match the library version (including the minor version) on the server side.
  • The DevExpress npm package versions should be identical (major and minor versions should be the same).

The client part is an Angular application, where the DxDashboardControlModule module is used. Take a look at the following files:

The server side of this project is an ASP.NET Core application hosted on DevExpress.com (https://demos.devexpress.com/services/dashboard/api).

Documentation

Examples

License

These files are distributed under the MIT license (free and open-source), but can only be used with a commercial DevExpress Dashboard software product. You can review the license terms or download a free trial version of the Dashboard suite at DevExpress.com.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].