-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
text attribute appears on bar traces with plotly.js 2.0 #374
Comments
This is the expected behaviour in plotly.js v2. |
Correct. The rationale here was that setting |
Ah ok, that's fair. For some reason I thought the static export had different behavior but I goofed up versions, thanks! |
Bumping plotly.js from 1.58.4 to 2.0.0 with latest release of orca (1.3.1) introduces a regression where the
text
attribute now appears onbar
traces:wget https://cdn.plot.ly/plotly-2.0.0.min.js ./ orca graph '{ "data": [ { "x": [1, 2], "y": [10, 11.5], "text": ["cond: control<br />result: 10.0", "cond: treatment<br />result: 11.5"], "type": "bar" } ] }' -o after.png --plotly plotly-2.0.0.min.js open after.png
The text was updated successfully, but these errors were encountered: