adamchalmers / adamchalmers/eliot_quantified_health
gradient vs stepped data
- 主要语言
- HTML
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
For some data it might make more visual sense to see it in stepped form, not a pure gradient, i.e. instead of going from rgb# 0, 1, 2, 3, 4, 5, 6, 7, to go 0, 2, 4, 6, 8, or 1, 4, 8, 12, 16. to make the representation more visually helpful to humans to be able to differentiate different values.
Also it might sometimes be better to see the data as a gradient, so best to create another chart, rather than modify the existing one.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Locate the Python code that renders the HTML heatmap and identify the current chart entry point. Read how the existing gradient representation is produced, then determine how a separate stepped chart would fit alongside it. Done means users can choose or view both gradient and stepped representations for the same data.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- html, python
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100