Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philackm committed Jul 10, 2017
1 parent 74cdcff commit 0eac51c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ The main goal of the this graph component is to visualise simple discrete datase

All pull requests are welcome. There is a list of features people would like on the issues page, ranging from simple changes to quite complex. Feel free to jump on in.

## Known Issues

- Some aspects of the graph cannot be customised _after_ it has been added to the view hierarchy.
- Reloading the graph with a different number of data items is currently not supported.
- Performance in the simulator is not great.

If you find any bugs please create an issue on Github.

## Contents

- [Features](#features)
Expand Down Expand Up @@ -576,13 +584,6 @@ graphView.addPlot(plot: orangeLinePlot)
graphView.addPlot(plot: orangeSquarePlot)
```

## Known Issues

- Reloading the graph with a different number of data items is currently not supported.
- Performance in the simulator is not great.

If you find any bugs please create an issue on Github.

## Other

[Follow me on twitter](https://twitter.com/philackm) for interesting updates (read: gifs) about other things that I make.

0 comments on commit 0eac51c

Please sign in to comment.