-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
number of issues are addressed here: * x axis formatting doesn't apply in bubble chart * adding option to show/hide bounds of x and y axis * with a flaky 'auto' margin mode, allow user to specify hard values or auto * x label font-size was different than y axis * show more options and reorg Control panels for Axes in `line` viz
- Loading branch information
1 parent
e31ad22
commit a7ba6e4
Showing
4 changed files
with
72 additions
and
23 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,7 @@ text.nv-axislabel { | |
.bar svg.nvd3-svg { | ||
width: auto; | ||
} | ||
|
||
text.nv-axislabel { | ||
font-size: 14px !important; | ||
} |
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