Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Metrics.NET.FlotVisualization

JavaScript visualization app for [Metrics.NET](https://github.com/etishor/Metrics.NET) based on the excelent charting capabilities of [FlotCharts](http://www.flotcharts.org/)

###What is it
### What is it
FlotVisualization is a web based, client side javascript application. It provides charts based on the data exposed by the [Metrics.NET](https://github.com/etishor/Metrics.NET) library.

This javascript application is embedded in the Metrics.NET core library as a html page in which external resources (css,js) have been embedded.

The app is built on top of [angularjs](http://angularjs.org/) and uses [FlotCharts](http://www.flotcharts.org/) to render charts.

###How to build
### How to build

FlotVisualization is developed with grunt & bower.

Expand All @@ -35,9 +35,9 @@ You also need to edit app\index.html to specify the path to the metrics endpoint
<script>window.metricsEndpoint = 'http://localhost:1234/json';</script>
```

###Sample
### Sample

![Sample Visualization](https://raw.githubusercontent.com/etishor/Metrics.NET.FlotVisualization/master/sample.png)

###License
### License
This application is released under Apache 2.0 License ( see LICENSE ) Copyright (c) 2014 Iulian Margarintescu