Skip to content

Commit

Permalink
fix graphs readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhebrak committed Feb 24, 2015
1 parent 92f62dc commit d50890b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,11 @@ If you want to display collected statistics you will also have to add Statsy's U

Default out of the box graphs.

Groups
![group_overview](https://raw.github.com/fata1ex/django-statsy/master/docs/img/overview_group.png)

Events
![event_overview](https://raw.github.com/fata1ex/django-statsy/master/docs/img/overview_event.png)

Recent
![recent_overview](https://raw.github.com/fata1ex/django-statsy/master/docs/img/overview_recent.png)


### Configuration
There are some settings you may want to change (default values are specified)
There are some settings you may want to change (default values are specified).
```python
# settings.py

Expand Down Expand Up @@ -156,7 +149,7 @@ All are optional.

### Extending

If you want to add your custom stats page to Statsy you'll have to register it manually in "stats.py"
If you want to add your custom stats page to Statsy you'll have to register it manually in "stats.py".

```python
# stats.py
Expand Down
Binary file removed docs/img/overview_event.png
Binary file not shown.
Binary file modified docs/img/overview_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/overview_recent.png
Binary file not shown.

0 comments on commit d50890b

Please sign in to comment.