Page MenuHomePhabricator

PHUIDataKit - Bar Chart
AbandonedPublic

Authored by chad on Feb 9 2015, 8:02 AM.
Tags
None
Referenced Files
F15401151: D11718.id.diff
Mon, Mar 17, 4:00 PM
F15370068: D11718.diff
Wed, Mar 12, 9:02 AM
F15336341: D11718.diff
Sat, Mar 8, 6:44 PM
Unknown Object (File)
Feb 8 2025, 2:29 AM
Unknown Object (File)
Feb 8 2025, 2:29 AM
Unknown Object (File)
Feb 8 2025, 2:29 AM
Unknown Object (File)
Feb 8 2025, 2:29 AM
Unknown Object (File)
Feb 8 2025, 2:29 AM
Subscribers

Details

Summary

Starting work on PHUIDataKit, an assortment of mini data widgets for various use.

Test Plan

UIExamples.

pasted_file (371×1 px, 57 KB)

Diff Detail

Repository
rP Phabricator
Branch
phui-datakit
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 4582
Build 4596: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

chad retitled this revision from to PHUIDataKit - Bar Chart.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added reviewers: epriestley, btrahan.

I want to pursue charts (including bar charts) in JS (specifically, D3) instead. In particular, it is difficult to render line charts in HTML, and server-based charting is generally less flexible than client-side charting. I think all our charting should go through the same foundation so, e.g., a time-window control can be reused on a bar chart vs a line chart without having to have weird special casing for one being client-side and one being server-side.

I don't mind trying to figure out DataKit with D3.js. I just thought a few 'widgets' might be immediately handy. If it isn't, I'm fine holding this until we have D3.