Page MenuHomePhabricator

PHUIDataKit - Bar Chart
AbandonedPublic

Authored by chad on Feb 9 2015, 8:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 26 2025, 11:56 AM
Unknown Object (File)
May 25 2025, 7:33 PM
Unknown Object (File)
May 20 2025, 10:13 AM
Unknown Object (File)
May 19 2025, 12:46 PM
Unknown Object (File)
Apr 27 2025, 1:09 AM
Unknown Object (File)
Apr 25 2025, 7:09 AM
Unknown Object (File)
Apr 24 2025, 12:17 PM
Unknown Object (File)
Apr 23 2025, 4:56 PM
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 4396
Build 4409: [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.