Skip to content

GabrielNonnemacher/example-dashboard

Repository files navigation

example-dashboard

In this project I bring an integration with Google Charts for demonstration and study purposes, I assembled some data to show the different types of charts.


⚙️ Functionalities

  • View only, Chart types:
    • pie_chart: Pie chart.
    • 3d_pie_chart: 3D pie chart.
    • donut_chart: Donut-shaped chart.
    • bar_chart: Chart in toolbar format.
    • line_chart: Chart in line format.
    • column_chart: Chart in column format.

🛠️ Technologies and Tools


✒️ Authors


Initialization

First copy the project to a desired folder

git clone https://github.com/GabrielNonnemacher/example-dashboard.git

Install necessary dependencies

npm install

Run the project

ng serve

To build the project, run the command. The build artifacts will be stored in the dist/ directory

ng build

👀 Preview

image