Title: Customdata missing in hoverdata in Ploly 6.0.0 · Issue #7375 · plotly/plotly.js · GitHub
Open Graph Title: Customdata missing in hoverdata in Ploly 6.0.0 · Issue #7375 · plotly/plotly.js
X Title: Customdata missing in hoverdata in Ploly 6.0.0 · Issue #7375 · plotly/plotly.js
Description: I have written an app in Python using Dash 2.18.2. In that app I have a map with a cycling track and several graphs to show distance vs. speed, distance vs. power etc. I have written an JS-script to show hover-info on the graphs when hov...
Open Graph Description: I have written an app in Python using Dash 2.18.2. In that app I have a map with a cycling track and several graphs to show distance vs. speed, distance vs. power etc. I have written an JS-script t...
X Description: I have written an app in Python using Dash 2.18.2. In that app I have a map with a cycling track and several graphs to show distance vs. speed, distance vs. power etc. I have written an JS-script t...
Opengraph URL: https://github.com/plotly/plotly.js/issues/7375
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Customdata missing in hoverdata in Ploly 6.0.0","articleBody":"I have written an app in Python using Dash 2.18.2. In that app I have a map with a cycling track and several graphs to show distance vs. speed, distance vs. power etc. I have written an JS-script to show hover-info on the graphs when hovering over the map and vice versa. I use therefore 'customdata' that is encapsulated in the hoverdata. with this Dash code:\n\n```\n customdata = np.stack((df0['Dist'], overall_focus, df0['Lons'], df0['Lats']), axis=1)\n hovertemplate=('Dist: %{customdata[0]:.1f}\u003cbr\u003e'+\n focus+': '+ '%{customdata[1]:.1f}\u003cbr\u003e'+\n '%{customdata[2]:.6f}\u003cbr\u003e'+\n '%{customdata[3]:.6f}\u003cbr\u003e'+\n '\u003cextra\u003e\u003c/extra\u003e')\n \n \n # Create the scatter map figure with plotly.express\n fig_trck = px.scatter_map(\n map_style=map_mode,\n center={'lat': center[1], 'lon': center[0]},\n zoom=zoom,\n lat=overall_lats,\n lon=overall_lons\n )\n \n # Update traces with custom data and styling\n fig_trck.update_traces(\n customdata=customdata,\n hovertemplate=hovertemplate,\n marker_size=3,\n marker_color=overall_focus,\n marker_colorscale='Rainbow',\n marker_showscale=False,\n line_width=2,\n line_color='Blue',\n mode=mode\n )\n```\nWhen I use **Plotly 5.24.1** it gives this result in the DOM:\nObject\n\tpoints:Array(1)\n\t\t0: \n\t\t\tbbox:{x0: 894.0113118377704, x1: 896.0113118377704, y0: 354.0555201566335, y1: 356.0555201566335}\n\t\t\tcurveNumber: 0\n\t\t\t**customdata :( 4) [33519.2, 22.104, 4.507961, 51.843206]**\n\t\t\tlat:51.843206\n\t\t\tlon:4.507961\n\t\t\tpointIndex:4327\n\t\t\tpointNumber:4327\n\t\t\t[[Prototype]]:Object\n\nwhen I use **Plotly 6.0.0**, I get this result:\nObject\n\tpoints\t: Array(1)\n\t\t0:\n\t\t\tbbox: {x0: 894.0113118377704, x1: 896.0113118377704, y0: 354.0555201566335, y1: 356.0555201566335}\n\t\t\tcurveNumber:0\n\t\t\t**customdata : undefined**\n\t\t\tlat:51.843206\n\t\t\tlon:4.507961\n\t\t\tpointIndex:4327\n\t\t\tpointNumber:4327\n\t\t\t[[Prototype]]: Object\n\t\t\tlength: 1\n\nCan anyone explain this? Is it a bug or is customdata removed to another position in the DOM?","author":{"url":"https://github.com/Hermeij","@type":"Person","name":"Hermeij"},"datePublished":"2025-02-22T09:32:46.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/7375/plotly.js/issues/7375"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:383cc8fc-d988-9c51-857e-503d593f02ee |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8B34:29BA8A:291FB0:377072:6A5B6070 |
| html-safe-nonce | 25c6c6ca817a93bd13aa0aef437fd46e0c839ce4d2ed0c97e6ddd03e7813b94d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QjM0OjI5QkE4QToyOTFGQjA6Mzc3MDcyOjZBNUI2MDcwIiwidmlzaXRvcl9pZCI6IjUzMTk1MTcyMjA2NjU3NzgyODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 9b2ea79b5fb9fd4f351857241b840d68638a6894ae73b601460a039e0c60ddf9 |
| hovercard-subject-tag | issue:2870628407 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/plotly/plotly.js/7375/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7ef6ed214dfaddffb4221e6fe5431eb37ecff3b823ea59d49ae973821c09e386/plotly/plotly.js/issues/7375 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7ef6ed214dfaddffb4221e6fe5431eb37ecff3b823ea59d49ae973821c09e386/plotly/plotly.js/issues/7375 |
| og:image:alt | I have written an app in Python using Dash 2.18.2. In that app I have a map with a cycling track and several graphs to show distance vs. speed, distance vs. power etc. I have written an JS-script t... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | Hermeij |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| go-import | github.com/plotly/plotly.js git https://github.com/plotly/plotly.js.git |
| octolytics-dimension-user_id | 5997976 |
| octolytics-dimension-user_login | plotly |
| octolytics-dimension-repository_id | 45646037 |
| octolytics-dimension-repository_nwo | plotly/plotly.js |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 45646037 |
| octolytics-dimension-repository_network_root_nwo | plotly/plotly.js |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width