-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from andres-rubio-go/revert-sort-column-series…
…-order Revert sort column series order changes.
- Loading branch information
Showing
7 changed files
with
60 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 1. Install ns-beautify using `npm install -g js-beautify` | ||
# | ||
# 2. Define the following textconv in your global ~/.gitconfig to make use of it. | ||
# | ||
# [diff "minjs"] | ||
# textconv = js-beautify | ||
# cachetextconv = true | ||
# [diff "mincss"] | ||
# textconv = js-beautify --css | ||
# cachetextconv = true | ||
# | ||
# 3. Uncomment the following lines to use the textconv to diff your JS and CSS. | ||
#*.js diff=minjs | ||
#*.css diff=mincss |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
#visContainer { | ||
position: absolute; | ||
z-index: 0; | ||
} | ||
|
||
#visSvg { | ||
position: absolute; | ||
z-index: 1; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
#visContainer { | ||
position: absolute; | ||
z-index: 0; | ||
} | ||
|
||
#visSvg { | ||
position: absolute; | ||
z-index: 1; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters