uber/react-vis

Setting your base for a logarithmic scale

开放

#968 创建于 2018年9月20日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (868 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (8,615 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南