Angular Admin Template
More TemplatesAngular TutorialsMobile App Templates
  • Angular Admin Template
  • Set up the Development Environment
  • How to run the template
  • Development Workflow + Performance Optimizations
  • Server Side Rendering
  • Project Structure
  • Features
    • Angular Charts
    • Angular Forms
    • Angular Tables
    • Layouts
    • Utils
  • Theming
  • Changelog
  • Known issues
Powered by GitBook
On this page
  • Nvd3 Angular Charts
  • Ng2 Angular Charts

Was this helpful?

  1. Features

Angular Charts

Charts are super useful to show results in a visual way. Use them in your dashboards or reports from your Angular applications.

PreviousFeaturesNextAngular Forms

Last updated 4 years ago

Was this helpful?

In this Angular Template we offer two types of charts:

  • Nvd3

  • Ng2

and why they are so important.

Nvd3 Angular Charts

  • Library references

    • https://github.com/krispo/ng2-nvd3

      http://krispo.github.io/ng2-nvd3/

    • http://nvd3-community.github.io/nvd3/examples/documentation.html

  • The data for our charts example is in src/assets/data/ng2_nvd3_charts.json

  • Configurations for the charts is in src/app/charts/services/charts-data.service.ts

These are some of the nvd3 angular charts you can find in Angular Admin Template. With beautiful styles and super easy to customize.

Ng2 Angular Charts

  • Library references

    • https://github.com/valor-software/ng2-charts

    • https://valor-software.com/ng2-charts/

    • http://www.chartjs.org/docs/latest/

  • The data for our charts example is in src/assets/data/ng2_charts.json

  • Configurations for the charts is in src/app/charts/services/charts-data.service.ts

These are some of the ng2 angular charts you can find in Angular Admin Template. With beautiful styles and super easy to customize.

​

Learn everything about charts in angular