Page MenuHomePhabricator

PHUIDataKit - Bar Chart
AbandonedPublic

Authored by chad on Feb 9 2015, 8:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:48 AM
Unknown Object (File)
Wed, Apr 17, 8:25 PM
Unknown Object (File)
Wed, Apr 17, 8:25 PM
Unknown Object (File)
Wed, Apr 17, 8:25 PM
Unknown Object (File)
Wed, Apr 17, 8:21 PM
Unknown Object (File)
Wed, Apr 17, 8:00 PM
Unknown Object (File)
Wed, Apr 17, 2:40 PM
Unknown Object (File)
Thu, Apr 4, 12:47 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.