Closed
Description
Hi
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?