uber/react-vis

Setting your base for a logarithmic scale

Open

#968 opened on Sep 20, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (868 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (8,615 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is there a way to set the base for a logarithmic scale? d3's log scale usually relies on you to be able to set your base, (for example, d3.scaleLog().base(2)). Is there a way to set how your log scale is based?

Contributor guide