annotation placement for ordinal axis bugs with version 1.20
See original GitHub issueHi
I have a bar graph which had on the X axis a combination of 2 date strings (“04/2014”) and text strings (“Status”, “Difference”, …). On top of each bar was an annotation. The annotations were all defined the following way:
let annotation = { x: "mystring", y: 2354, text: "blabla", xanchor: middle, yanchor: top, }
with "mystring"
being either one of the date strings, or one of the text strings.
With version 1.19.x I had no trouble, the annotations where all placed nicely on top of the bars, with the upgrade to version 1.20.x, all the annotations are placed in the X middle of the graph… The code itself didn’t change between the upgrade…
Any idea?
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Rosette Cloud Release Notes
Release 1.23.0 September 2022 Entity Extraction and Linking ... Bug fix: When looking for candidate mentions in text, ... Release 1.20.0.
Read more >Learning to Annotate Part Segmentation with Gradient Matching
This paper is addressing this problem by learning the annotation model over ... encouraged to take all comments into account for their final...
Read more >Bioconductor 2.14 Released
Bioconductor 2.14 has been designed expressly for this version of R. ... nearest genes around the peak, annotate genomic region of the peak....
Read more >Bug listing with status CONFIRMED as at 2022/12/26 10:46:31
Bug :4315 - "[Future EAPI] add support for version ranges in DEPEND" status:CONFIRMED resolution: severity:enhancement · Bug:10735 - "sys-apps/portage or ...
Read more >Evaluating refactorings for disciplining #ifdef annotations - NCBI
(2017) conducted an experiment comparing undisciplined annotations and their refactored version to make them disciplined.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The annotations are in the center of the graph, and not on the bars… I expect the annotations to be at least within the bars if not on top
You’re welcome!!