Page MenuHomePhabricator

PHUIDataKit - Bar Chart
AbandonedPublic

Authored by chad on Feb 9 2015, 8:02 AM.
Tags
None
Referenced Files
F14038428: D11718.diff
Sun, Nov 10, 11:36 PM
F14033318: D11718.id28201.diff
Sat, Nov 9, 5:26 PM
F13985969: D11718.id28523.diff
Sun, Oct 20, 11:52 PM
Unknown Object (File)
Oct 1 2024, 2:32 PM
Unknown Object (File)
Oct 1 2024, 2:32 PM
Unknown Object (File)
Oct 1 2024, 2:32 PM
Unknown Object (File)
Oct 1 2024, 2:31 PM
Unknown Object (File)
Oct 1 2024, 2:20 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 4398
Build 4411: [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.