Users should be able to specify the width and height of a graph from within the graph editing tool in VisualEditor.
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Graph | master | +91 -21 | Resizable graph nodes | |
mediawiki/extensions/Graph | master | +96 -7 | Edit graph size in VisualEditor |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | • ferdbold | T119233 [Objective] It's easier to create and edit charts from within VisualEditor | |||
Resolved | • ferdbold | T109631 Edit graph size in VisualEditor |
Event Timeline
Comment Actions
You can use ve.ui.DimensionsWidget in the form. You can also mixin ResizableNode so you can drag-resize like with images.
Comment Actions
Change 253537 had a related patch set uploaded (by Ferdbold):
Edit graph size in VisualEditor
Comment Actions
Change 253819 had a related patch set uploaded (by Ferdbold):
[WIP] Resizable graph nodes