Skip to content

Commit 1426527

Browse files
committed
Default sort by chakra.
1 parent 73b5879 commit 1426527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

d3-table-cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function redraw(style){
7676
layout();
7777
}
7878

79-
curSortField='';
79+
curSortField='chakra';
8080
curSortDirection=1;
8181
function sort(key){
8282
if(key===curSortField){

0 commit comments

Comments
 (0)