Skip to content

Implementation of AngularJS and HighCharts for graphical visualization of data

Notifications You must be signed in to change notification settings

zuhairmhtb/AngularGraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularGraphs

  1. This is a web application developed using AngularJS and HighCharts for graphical visualization of data.

  2. New Graphs can be created, edited and deleted.

  3. Data can be acquired using Random data Generation techniqe, HTTP request for data to remote servers(The data should be provided in Json format) and File Input in the following format: [{ "data": [10, 20, 30, 40], "name": "Series 1" }, { "data": [[40, 10], [30, 20], [10, 5], [5, 4]], "name": "Series 2" }]

It is the default format for providing series data to HighChart.

  1. Graph Properties(like Title, x axis label, grid width, etc.) can be edited for individual Graphs.

  2. Data Series can be updated for individual Graphs.

Screenshots: alt text alt text alt text

About

Implementation of AngularJS and HighCharts for graphical visualization of data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published