akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

how to prune the framework to fit into my own? #100

Open ee2ace opened 3 years ago

ee2ace commented 3 years ago

Suppose that I want to give a demo to show the diseases' deterioration of in-hospitals. Can someone give me a procedure of it from data to the display pages? Suppose that I have two tables, admissions which have the patients basic information, and disease predictions which tell the next time deteriorations; and I want to display the deterioration of the past in a curve line, and the next time deterioration percentage in a pie graph? Thks in advanced.