make "minus sign" configurable
未关闭
还没有人认领这个 Issue。
feature
P3
- 主要语言
- JavaScript
- 星标
- 18.3k
- 派生
- 2k
- 平均合并
- 2 天 12 小时
- 30 天内合并 PR
- 28
描述
I have found commits where the current minus-sign is intentionally hardcoded as it is, and as a constant.
i don't understand the reasoning for selecting this minus sign since for example in german we would rather show the smaller minus sign "-"
d3.locale would support selecting any character as a minus sign https://github.com/d3/d3-format#formatLocale
i can try a patch if this is something you want to make configurable. and if someone can give me a pointer where such a configuration option would best be placed (locale related?)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
该 issue 没有提到文件或测试。首先定位硬编码的减号,并检查 d3-format 的 locale 配置是如何集成的;然后确定 locale 相关选项应放置在哪里。完成标准是可以通过配置选择减号,并且相关的格式化行为有测试覆盖。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- d3js, javascript
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100