Skip to content

Commit

Permalink
Remove useless screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Oct 13, 2020
1 parent 98f5e91 commit 909a14f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,23 @@ d.load([
column3: 'Cell 3'
},
{
column1: 'Cell 1 (row 2)',
column2: 'Cell 2 (row 2)',
column3: 'Cell 3 (row 2)'
column1: 'Cell 4',
column2: 'Cell 5',
column3: 'Cell 6'
},
{
column1: 'Cell 7',
column2: 'Cell 8',
column3: 'Cell 9'
},
{
column1: 'Cell 10',
column2: 'Cell 11',
column3: 'Cell 12'
}
]);
d.render();
```
![](./screenshots/example-0.png)

## Examples

Expand Down
Binary file removed screenshots/example-0.png
Binary file not shown.

0 comments on commit 909a14f

Please sign in to comment.