Datavis: Responsive Design #2
Labels
No Label
ANA
BUG
CSS
DOC
DX
ECO
FET
GFX
PRO
SEC
TPL
UX
VIS
analysis
analysis.data
analysis.editor
analysis.util
analysis.visualization
auth
cli
core
doc
form
mailing
md
rendering
storage
svg
svg.color
svg.palettes
testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: phryk-evil-mad-sciences-llc/poobrains#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make datavisualization as responsive as possible. Should always scale to 100% width.
Tricky for
<path>
s but doable by defining a viewBox of "0 0 100 100", just rendering without % in that (because<path>
doesn't support%
as unit) and then do media queries to adjuststroke-width
according to width.Possible to make plot scale independent from aspect ratio while keeping that of descriptions?
#717 fixes this (mostly, mobile still has weird issue with different dimensions for px) for plots. Fix for the geodata system first needs dependency issues to be resolved.
Map rendering still incomplete, but already as responsive as numeric plots.