Skip to content

Commit 5683b61

Browse files
committed
Cleanups.
1 parent 76c4296 commit 5683b61

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

LICENSE.md renamed to LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Olivier Giulieri
3+
Copyright (c) 2019 Olivier Giulieri
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# D3-Table-Cards
1+
# D3-Table-Cards · [![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/evoluteur/d3-table-cards/blob/master/LICENSE.md) [![npm version](https://img.shields.io/npm/v/d3-table-cards)](https://www.npmjs.com/package/d3-table-cards)
22

3-
Experiment on using D3.js for transformations between table view and cards view, and transitions while sorting elements or resizing the browser.
3+
4+
Example of using D3.js for transformations between table view and cards view, and transitions while sorting elements or resizing the browser.
45

56
This code uses HTML (with absolute positioning) rather than SVG, and has no dependencies beside D3.js.
67

78
Check out [the demo](https://evoluteur.github.io/d3-table-cards/).
89

910

10-
(c) 2019 [Olivier Giulieri](https://evoluteur.github.io/) with [MIT license](http://github.com/evoluteur/d3-table-cards/blob/master/LICENSE.md).
11+
(c) 2019 [Olivier Giulieri](https://evoluteur.github.io/) with [MIT license](http://github.com/evoluteur/d3-table-cards/blob/master/LICENSE).

0 commit comments

Comments
 (0)