#11366 closed enhancement (fixed)
Add option for labelled values on all chart plot types
Reported by: | Chris Mitchell | Owned by: | cjolif |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | Charting | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Pie chart has the option to position labels inside slices, but appears to be the only chart type that has label support.
It's common to want to show labels for chart series values for any chart type, esp. Column,Bar,Scatter,Line. We should consider this as a common feature.
For chart types with, properties are needed to specify location of the label, eg. inside/outside area, padding, alignment.
Attachments (2)
Change History (15)
comment:1 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Cc: | cjolif added |
---|---|
Owner: | changed from Eugene Lazutkin to cjolif |
comment:3 Changed 9 years ago by
Changed 8 years ago by
Attachment: | 11366.patch added |
---|
first draft of patch to add labels on most plots that are missing them
comment:5 Changed 8 years ago by
Cc: | cjolif removed |
---|
Note that pointing the mouse on the labels, prevents the columns to receive highlight or tooltip... I will come up with a workaround but having pointerEvents support in gfx (see #16370) would help.
Changed 8 years ago by
Attachment: | 11366 (2).patch added |
---|
revised patch with some fixes + use in test sample
comment:7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:12 Changed 6 years ago by
Can you please provide an example where individual bar is showing label / number? Which property to set for that.
comment:13 Changed 6 years ago by
See in test_chart2d-amd.html, chart #24 (Clustered columns, custom axes, custom strokes, fills, and gap.), it is just setting labels: true property on the series.
#13403 is a duplicate of this ticket.