Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

New options for bar chart data label placement #1055

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tdcosta100
Copy link

Summary

Currently bar chart data label placement are Top, Merged (obsolete), Parallel and Perpendicular. Parallel placement matches data label center with bar center. I was missing other alignments, so I created two new options, one for each ending of the bar:

  • ParallelTopRight: same as Parallel, except it matches data label's top with column's top and label's right with row's right.
  • ParallelBottomLeft: same as Parallel, except it matches data label's bottom with column's bottom, and label's right with row's right.

Solves

#691, but not entirely, I guess.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants