This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Making viz components respect D3 Format from metric (#280)
* fix: BigNumber uses metric's d3format value now, when populated. * fix: respecting D3 Format column for a handful of NVD3 charts * fix: treemap respects metric's D3 Format setting * style: Simpler loop syntax using forEach, Prettier cleanup. * style: prettier * style: re-installed modules, re-ran prettier * fix: eslint nits * style: moving grabD3Format outside the transformProps block * fix: allow formData to override metric's D3 Format * style: overwriting yAxisFormat rather than declaring a new var
- Loading branch information
Showing
3 changed files
with
45 additions
and
6 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