Skip to content

Commit

Permalink
Merge branch 'master' of github.com:doubaozia/timeline_table
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaozia committed Jul 7, 2017
2 parents c19ebaa + 1228971 commit 649bbcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# timeline_table
Timeline tables allow you create complex data show for logs.
![image](https://github.com/doubaozia/timeline_table/blob/master/demo.png)
<img src='https://github.com/doubaozia/timeline_table/blob/master/demo.png' width='730'>

## Quick start

1. include the css file in the html head
```
```html
<link rel="stylesheet" href=".../timelinetable.min.css">
```
2. include the js file in before the end of body tag
```
```html
<script src=".../timelinetable.min.js"></script>
```
3. create the container with a id attribute
```
```html
<div id="tlt-container"></div>
```
4. initialise
> data is required
```
```javascript
var data = [];
for (var i = 0; i < 100; i++) {
data.push({
Expand Down

0 comments on commit 649bbcf

Please sign in to comment.