Starting work on PHUIDataKit, an assortment of mini data widgets for various use.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- phui-datakit
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 4398 Build 4411: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
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.
Comment Actions
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.