René's URL Explorer Experiment


Title: Plotly#redraw (1.20.4.min.js) appears to not clean up properly · Issue #1218 · plotly/plotly.js · GitHub

Open Graph Title: Plotly#redraw (1.20.4.min.js) appears to not clean up properly · Issue #1218 · plotly/plotly.js

X Title: Plotly#redraw (1.20.4.min.js) appears to not clean up properly · Issue #1218 · plotly/plotly.js

Description: I have the following, simple code (also see attached zip for standalone: plot.redraw multip...</i> <p>Open Graph Description: <i>I have the following, simple code (also see attached zip for standalone: <!doctype html> <html> <head> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-...</i> <p>X Description: <i>I have the following, simple code (also see attached zip for standalone: <!doctype html> <html> <head> <meta name="viewport" content="width=device-width, minimum...</i> <p><i>Opengraph URL</i>: <a href='https://github.com/plotly/plotly.js/issues/1218'>https://github.com/plotly/plotly.js/issues/1218</a> <p>X: <a href='https://X.com/@github'>@github</a> <p><a href='https://github.com/plotly/plotly.js/issues/1218'>direct link</a> <p>Domain: <a href='https://domain.db.renenyffenegger.ch/search?q=github.com'>github.com</a> <hr><b style='color:red'>Hey, it has json ld scripts</b>: <code><pre>{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Plotly#redraw (1.20.4.min.js) appears to not clean up properly","articleBody":"I have the following, simple code (also see attached zip for standalone:\r\n```html\r\n\u003c!doctype html\u003e\r\n\u003chtml\u003e\r\n\u003chead\u003e\r\n \u003cmeta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes\"\u003e\r\n \u003ctitle\u003eplot.redraw multiple axes\u003c/title\u003e\r\n \u003cscript src=\"plotly-1.20.4.min.js\"\u003e\u003c/script\u003e\r\n\u003c/head\u003e\r\n \u003cbody\u003e\r\n \u003cdiv id=\"myDiv1\"\u003e\u003c/div\u003e\r\n \u003cdiv id=\"myDiv2\"\u003e\u003c/div\u003e\r\n \u003cscript\u003e\r\n var trace1 = {\r\n x: [1, 2, 3],\r\n y: [40, 50, 60],\r\n name: \"yaxis data\",\r\n type: \"scatter\"\r\n };\r\n var trace2 = {\r\n x: [2, 3, 4],\r\n y: [4, 5, 6],\r\n name: \"yaxis2 data\",\r\n yaxis: \"y2\",\r\n type: \"scatter\"\r\n };\r\n var layout1 = {\r\n title: \"Remove yaxis, use redraw()\",\r\n yaxis: {title: \"yaxis title\"},\r\n yaxis2: {\r\n title: \"yaxis2 title\",\r\n titlefont: {color: \"rgb(148, 103, 189)\"},\r\n tickfont: {color: \"rgb(148, 103, 189)\"},\r\n overlaying: \"y\",\r\n side: \"right\"\r\n }\r\n };\r\n var data = [trace1, trace2];\r\n Plotly.newPlot(\"myDiv1\", data, layout1);\r\n Plotly.newPlot(\"myDiv2\", data, layout1);\r\n\r\n setTimeout(function() {\r\n delete layout1.yaxis2;\r\n delete trace2.yaxis;\r\n var plot = document.querySelector(\"#myDiv1\");\r\n // plot.layout = layout1;\r\n // redraw appears to not clean out the old data\r\n Plotly.redraw(\"myDiv1\");\r\n\r\n var layout2 = {\r\n title: \"Using Plotly#newPlot seems to work\",\r\n yaxis: {title: \"yaxis title\"}\r\n };\r\n // this works as expected\r\n Plotly.newPlot(\"myDiv2\", data, layout2);\r\n\r\n }, 2*1000);\r\n\r\n \u003c/script\u003e\r\n\r\n \u003c/body\u003e\r\n\u003c/html\u003e\r\n```\r\nWhat I get is the following:\r\n![screen shot 2016-12-02 at 14 26 34](https://cloud.githubusercontent.com/assets/1480821/20835597/ca097502-b89b-11e6-860c-e4e88de1fa67.png)\r\n\r\nAs you can see, the upper plot is being updated with `Plotly#redraw` while the lower plot is updated using `Plotly#newPlot`.\r\nI would expect those two invocations to produce the same result. However, in the one using `Plotly#redraw`, it appears as thought the previous 2nd y-axis and the associated trace is not cleaned up properly. You can also see that when the mouse is hovered over the trace, the 'old' trace is not (correctly so) taken into account, i.e. no hover-text appears over the 'old' trace.\r\n\r\nI have verified this behaviour on a Mac OS 10.10.5 and the following browsers:\r\n* Chromium, Version 55.0.2876.0 (64-bit)\r\n* Chrome, Version 54.0.2840.98 (64-bit)\r\n* Safari, Version 9.1.2 (10601.7.7)\r\n* Firefox, Version 50.0.2\r\n\r\n[plotly-multiple-axes.html.zip](https://github.com/plotly/plotly.js/files/627209/plotly-multiple-axes.html.zip)\r\n","author":{"url":"https://github.com/czellweg","@type":"Person","name":"czellweg"},"datePublished":"2016-12-02T13:28:32.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":12},"url":"https://github.com/1218/plotly.js/issues/1218"}</pre></code> <hr> <table> <tr><td>route-pattern</td><td>/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)</td></tr> <tr><td>route-controller</td><td>voltron_issues_fragments</td></tr> <tr><td>route-action</td><td>issue_layout</td></tr> <tr><td>fetch-nonce</td><td>v2:c921ae12-d0d0-e41f-8645-454a853f3a66</td></tr> <tr><td>current-catalog-service-hash</td><td>81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114</td></tr> <tr><td>request-id</td><td>A01C:2E1701:2F229ED:43CC4A1:6A552401</td></tr> <tr><td>html-safe-nonce</td><td>4585c6ca8d24ed50cb855828ad4da890e190d57057aab72b95de024abf18dd06</td></tr> <tr><td>visitor-payload</td><td>eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDFDOjJFMTcwMToyRjIyOUVEOjQzQ0M0QTE6NkE1NTI0MDEiLCJ2aXNpdG9yX2lkIjoiNTE3NTYwNDU2NjA2NzMyMzkwNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9</td></tr> <tr><td>visitor-hmac</td><td>bd90952fbed6a7625282de7abfb5b56cf2f896557f709170b9d138fc4726e3a4</td></tr> <tr><td>hovercard-subject-tag</td><td>issue:193116110</td></tr> <tr><td>github-keyboard-shortcuts</td><td>repository,issues,copilot</td></tr> <tr><td>google-site-verification</td><td>Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I</td></tr> <tr><td>octolytics-url</td><td>https://collector.github.com/github/collect</td></tr> <tr><td>analytics-location</td><td>/<user-name>/<repo-name>/voltron/issues_fragments/issue_layout</td></tr> <tr><td>fb:app_id</td><td>1401488693436528</td></tr> <tr><td>apple-itunes-app</td><td>app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/plotly/plotly.js/1218/issue_layout</td></tr> <tr><td>twitter:image</td><td>https://opengraph.githubassets.com/a09563960378d8a75272c226001bb2885017524b4d14cab9b47d96234b89f186/plotly/plotly.js/issues/1218</td></tr> <tr><td>twitter:card</td><td>summary_large_image</td></tr> <tr><td>og:image</td><td>https://opengraph.githubassets.com/a09563960378d8a75272c226001bb2885017524b4d14cab9b47d96234b89f186/plotly/plotly.js/issues/1218</td></tr> <tr><td>og:image:alt</td><td>I have the following, simple code (also see attached zip for standalone: <!doctype html> <html> <head> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-...</td></tr> <tr><td>og:image:width</td><td>1200</td></tr> <tr><td>og:image:height</td><td>600</td></tr> <tr><td>og:site_name</td><td>GitHub</td></tr> <tr><td>og:type</td><td>object</td></tr> <tr><td>og:author:username</td><td>czellweg</td></tr> <tr><td>hostname</td><td>github.com</td></tr> <tr><td>expected-hostname</td><td>github.com</td></tr> <tr><td>None</td><td>682d273eacb2ac51680c6eb9c0b270f029f7ce74c32090f319083c34497e28a5</td></tr> <tr><td>turbo-cache-control</td><td>no-preview</td></tr> <tr><td>go-import</td><td>github.com/plotly/plotly.js git https://github.com/plotly/plotly.js.git</td></tr> <tr><td>octolytics-dimension-user_id</td><td>5997976</td></tr> <tr><td>octolytics-dimension-user_login</td><td>plotly</td></tr> <tr><td>octolytics-dimension-repository_id</td><td>45646037</td></tr> <tr><td>octolytics-dimension-repository_nwo</td><td>plotly/plotly.js</td></tr> <tr><td>octolytics-dimension-repository_public</td><td>true</td></tr> <tr><td>octolytics-dimension-repository_is_fork</td><td>false</td></tr> <tr><td>octolytics-dimension-repository_network_root_id</td><td>45646037</td></tr> <tr><td>octolytics-dimension-repository_network_root_nwo</td><td>plotly/plotly.js</td></tr> <tr><td>turbo-body-classes</td><td>logged-out env-production page-responsive</td></tr> <tr><td>disable-turbo</td><td>false</td></tr> <tr><td>browser-stats-url</td><td>https://api.github.com/_private/browser/stats</td></tr> <tr><td>browser-errors-url</td><td>https://api.github.com/_private/browser/errors</td></tr> <tr><td>release</td><td>358dd24ad7465d20e3fae729b5b169d35b0dd7f8</td></tr> <tr><td>ui-target</td><td>full</td></tr> <tr><td>theme-color</td><td>#1e2327</td></tr> <tr><td>color-scheme</td><td>light dark</td></tr> </table> <p><b>Links</b>: <table> <tr><td>Skip to content</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues/1218#start-of-content'>https://github.com/plotly/plotly.js/issues/1218#start-of-content</a></td></tr> <tr><td> </td><td><a href='/?url=https://github.com/'>https://github.com/</a></td></tr> <tr><td> Sign in </td><td><a href='/?url=https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fplotly%2Fplotly.js%2Fissues%2F1218'>https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fplotly%2Fplotly.js%2Fissues%2F1218</a></td></tr> <tr><td>GitHub CopilotWrite better code with AI</td><td><a href='/?url=https://github.com/features/copilot'>https://github.com/features/copilot</a></td></tr> <tr><td>GitHub Copilot appDirect agents from issue to merge</td><td><a href='/?url=https://github.com/features/ai/github-app'>https://github.com/features/ai/github-app</a></td></tr> <tr><td>MCP RegistryNewIntegrate external tools</td><td><a href='/?url=https://github.com/mcp'>https://github.com/mcp</a></td></tr> <tr><td>ActionsAutomate any workflow</td><td><a href='/?url=https://github.com/features/actions'>https://github.com/features/actions</a></td></tr> <tr><td>CodespacesInstant dev environments</td><td><a href='/?url=https://github.com/features/codespaces'>https://github.com/features/codespaces</a></td></tr> <tr><td>IssuesPlan and track work</td><td><a href='/?url=https://github.com/features/issues'>https://github.com/features/issues</a></td></tr> <tr><td>Code ReviewManage code changes</td><td><a href='/?url=https://github.com/features/code-review'>https://github.com/features/code-review</a></td></tr> <tr><td>GitHub Advanced SecurityFind and fix vulnerabilities</td><td><a href='/?url=https://github.com/security/advanced-security'>https://github.com/security/advanced-security</a></td></tr> <tr><td>Code securitySecure your code as you build</td><td><a href='/?url=https://github.com/security/advanced-security/code-security'>https://github.com/security/advanced-security/code-security</a></td></tr> <tr><td>Secret protectionStop leaks before they start</td><td><a href='/?url=https://github.com/security/advanced-security/secret-protection'>https://github.com/security/advanced-security/secret-protection</a></td></tr> <tr><td>Why GitHub</td><td><a href='/?url=https://github.com/why-github'>https://github.com/why-github</a></td></tr> <tr><td>Documentation</td><td><a href='/?url=https://docs.github.com'>https://docs.github.com</a></td></tr> <tr><td>Blog</td><td><a href='/?url=https://github.blog'>https://github.blog</a></td></tr> <tr><td>Changelog</td><td><a href='/?url=https://github.blog/changelog'>https://github.blog/changelog</a></td></tr> <tr><td>Marketplace</td><td><a href='/?url=https://github.com/marketplace'>https://github.com/marketplace</a></td></tr> <tr><td>View all features</td><td><a href='/?url=https://github.com/features'>https://github.com/features</a></td></tr> <tr><td>Enterprises</td><td><a href='/?url=https://github.com/enterprise'>https://github.com/enterprise</a></td></tr> <tr><td>Small and medium teams</td><td><a href='/?url=https://github.com/team'>https://github.com/team</a></td></tr> <tr><td>Startups</td><td><a href='/?url=https://github.com/enterprise/startups'>https://github.com/enterprise/startups</a></td></tr> <tr><td>Nonprofits</td><td><a href='/?url=https://github.com/solutions/industry/nonprofits'>https://github.com/solutions/industry/nonprofits</a></td></tr> <tr><td>App Modernization</td><td><a href='/?url=https://github.com/solutions/use-case/app-modernization'>https://github.com/solutions/use-case/app-modernization</a></td></tr> <tr><td>DevSecOps</td><td><a href='/?url=https://github.com/solutions/use-case/devsecops'>https://github.com/solutions/use-case/devsecops</a></td></tr> <tr><td>DevOps</td><td><a href='/?url=https://github.com/solutions/use-case/devops'>https://github.com/solutions/use-case/devops</a></td></tr> <tr><td>CI/CD</td><td><a href='/?url=https://github.com/solutions/use-case/ci-cd'>https://github.com/solutions/use-case/ci-cd</a></td></tr> <tr><td>View all use cases</td><td><a href='/?url=https://github.com/solutions/use-case'>https://github.com/solutions/use-case</a></td></tr> <tr><td>Healthcare</td><td><a href='/?url=https://github.com/solutions/industry/healthcare'>https://github.com/solutions/industry/healthcare</a></td></tr> <tr><td>Financial services</td><td><a href='/?url=https://github.com/solutions/industry/financial-services'>https://github.com/solutions/industry/financial-services</a></td></tr> <tr><td>Manufacturing</td><td><a href='/?url=https://github.com/solutions/industry/manufacturing'>https://github.com/solutions/industry/manufacturing</a></td></tr> <tr><td>Government</td><td><a href='/?url=https://github.com/solutions/industry/government'>https://github.com/solutions/industry/government</a></td></tr> <tr><td>View all industries</td><td><a href='/?url=https://github.com/solutions/industry'>https://github.com/solutions/industry</a></td></tr> <tr><td>View all solutions</td><td><a href='/?url=https://github.com/solutions'>https://github.com/solutions</a></td></tr> <tr><td>AI</td><td><a href='/?url=https://github.com/resources/articles?topic=ai'>https://github.com/resources/articles?topic=ai</a></td></tr> <tr><td>Software Development</td><td><a href='/?url=https://github.com/resources/articles?topic=software-development'>https://github.com/resources/articles?topic=software-development</a></td></tr> <tr><td>DevOps</td><td><a href='/?url=https://github.com/resources/articles?topic=devops'>https://github.com/resources/articles?topic=devops</a></td></tr> <tr><td>Security</td><td><a href='/?url=https://github.com/resources/articles?topic=security'>https://github.com/resources/articles?topic=security</a></td></tr> <tr><td>View all topics</td><td><a href='/?url=https://github.com/resources/articles'>https://github.com/resources/articles</a></td></tr> <tr><td>Customer stories</td><td><a href='/?url=https://github.com/customer-stories'>https://github.com/customer-stories</a></td></tr> <tr><td>Events & webinars</td><td><a href='/?url=https://github.com/resources/events'>https://github.com/resources/events</a></td></tr> <tr><td>Ebooks & reports</td><td><a href='/?url=https://github.com/resources/whitepapers'>https://github.com/resources/whitepapers</a></td></tr> <tr><td>Business insights</td><td><a href='/?url=https://github.com/solutions/executive-insights'>https://github.com/solutions/executive-insights</a></td></tr> <tr><td>GitHub Skills</td><td><a href='/?url=https://skills.github.com'>https://skills.github.com</a></td></tr> <tr><td>Documentation</td><td><a href='/?url=https://docs.github.com'>https://docs.github.com</a></td></tr> <tr><td>Customer support</td><td><a href='/?url=https://support.github.com'>https://support.github.com</a></td></tr> <tr><td>Community forum</td><td><a href='/?url=https://github.com/orgs/community/discussions'>https://github.com/orgs/community/discussions</a></td></tr> <tr><td>Trust center</td><td><a href='/?url=https://github.com/trust-center'>https://github.com/trust-center</a></td></tr> <tr><td>Partners</td><td><a href='/?url=https://github.com/partners'>https://github.com/partners</a></td></tr> <tr><td>View all resources</td><td><a href='/?url=https://github.com/resources'>https://github.com/resources</a></td></tr> <tr><td>GitHub SponsorsFund open source developers</td><td><a href='/?url=https://github.com/open-source/sponsors'>https://github.com/open-source/sponsors</a></td></tr> <tr><td>Security Lab</td><td><a href='/?url=https://securitylab.github.com'>https://securitylab.github.com</a></td></tr> <tr><td>Maintainer Community</td><td><a href='/?url=https://maintainers.github.com'>https://maintainers.github.com</a></td></tr> <tr><td>Accelerator</td><td><a href='/?url=https://github.com/open-source/accelerator'>https://github.com/open-source/accelerator</a></td></tr> <tr><td>GitHub Stars</td><td><a href='/?url=https://stars.github.com'>https://stars.github.com</a></td></tr> <tr><td>Archive Program</td><td><a href='/?url=https://archiveprogram.github.com'>https://archiveprogram.github.com</a></td></tr> <tr><td>Topics</td><td><a href='/?url=https://github.com/topics'>https://github.com/topics</a></td></tr> <tr><td>Trending</td><td><a href='/?url=https://github.com/trending'>https://github.com/trending</a></td></tr> <tr><td>Collections</td><td><a href='/?url=https://github.com/collections'>https://github.com/collections</a></td></tr> <tr><td>Enterprise platformAI-powered developer platform</td><td><a href='/?url=https://github.com/enterprise'>https://github.com/enterprise</a></td></tr> <tr><td>GitHub Advanced SecurityEnterprise-grade security features</td><td><a href='/?url=https://github.com/security/advanced-security'>https://github.com/security/advanced-security</a></td></tr> <tr><td>Copilot for BusinessEnterprise-grade AI features</td><td><a href='/?url=https://github.com/features/copilot/copilot-business'>https://github.com/features/copilot/copilot-business</a></td></tr> <tr><td>Premium SupportEnterprise-grade 24/7 support</td><td><a href='/?url=https://github.com/enterprise/premium-support'>https://github.com/enterprise/premium-support</a></td></tr> <tr><td>Pricing</td><td><a href='/?url=https://github.com/pricing'>https://github.com/pricing</a></td></tr> <tr><td>Search syntax tips</td><td><a href='/?url=https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax'>https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax</a></td></tr> <tr><td>documentation</td><td><a href='/?url=https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax'>https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax</a></td></tr> <tr><td> Sign in </td><td><a href='/?url=https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fplotly%2Fplotly.js%2Fissues%2F1218'>https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fplotly%2Fplotly.js%2Fissues%2F1218</a></td></tr> <tr><td> Sign up </td><td><a href='/?url=https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=plotly%2Fplotly.js'>https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=plotly%2Fplotly.js</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues/1218'>https://github.com/plotly/plotly.js/issues/1218</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues/1218'>https://github.com/plotly/plotly.js/issues/1218</a></td></tr> <tr><td>Reload</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues/1218'>https://github.com/plotly/plotly.js/issues/1218</a></td></tr> <tr><td>Please reload this page</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues/1218'>https://github.com/plotly/plotly.js/issues/1218</a></td></tr> <tr><td> plotly </td><td><a href='/?url=https://github.com/plotly'>https://github.com/plotly</a></td></tr> <tr><td>plotly.js</td><td><a href='/?url=https://github.com/plotly/plotly.js'>https://github.com/plotly/plotly.js</a></td></tr> <tr><td>Please reload this page</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues/1218'>https://github.com/plotly/plotly.js/issues/1218</a></td></tr> <tr><td> Notifications </td><td><a href='/?url=https://github.com/login?return_to=%2Fplotly%2Fplotly.js'>https://github.com/login?return_to=%2Fplotly%2Fplotly.js</a></td></tr> <tr><td> Fork 2k </td><td><a href='/?url=https://github.com/login?return_to=%2Fplotly%2Fplotly.js'>https://github.com/login?return_to=%2Fplotly%2Fplotly.js</a></td></tr> <tr><td> Star 18.3k </td><td><a href='/?url=https://github.com/login?return_to=%2Fplotly%2Fplotly.js'>https://github.com/login?return_to=%2Fplotly%2Fplotly.js</a></td></tr> <tr><td> Code </td><td><a href='/?url=https://github.com/plotly/plotly.js'>https://github.com/plotly/plotly.js</a></td></tr> <tr><td> Issues 773 </td><td><a href='/?url=https://github.com/plotly/plotly.js/issues'>https://github.com/plotly/plotly.js/issues</a></td></tr> <tr><td> Pull requests 61 </td><td><a href='/?url=https://github.com/plotly/plotly.js/pulls'>https://github.com/plotly/plotly.js/pulls</a></td></tr> <tr><td> Actions </td><td><a href='/?url=https://github.com/plotly/plotly.js/actions'>https://github.com/plotly/plotly.js/actions</a></td></tr> <tr><td> Security and quality 0 </td><td><a href='/?url=https://github.com/plotly/plotly.js/security'>https://github.com/plotly/plotly.js/security</a></td></tr> <tr><td> Insights </td><td><a href='/?url=https://github.com/plotly/plotly.js/pulse'>https://github.com/plotly/plotly.js/pulse</a></td></tr> <tr><td> Code </td><td><a href='/?url=https://github.com/plotly/plotly.js'>https://github.com/plotly/plotly.js</a></td></tr> <tr><td> Issues </td><td><a href='/?url=https://github.com/plotly/plotly.js/issues'>https://github.com/plotly/plotly.js/issues</a></td></tr> <tr><td> Pull requests </td><td><a href='/?url=https://github.com/plotly/plotly.js/pulls'>https://github.com/plotly/plotly.js/pulls</a></td></tr> <tr><td> Actions </td><td><a href='/?url=https://github.com/plotly/plotly.js/actions'>https://github.com/plotly/plotly.js/actions</a></td></tr> <tr><td> Security and quality </td><td><a href='/?url=https://github.com/plotly/plotly.js/security'>https://github.com/plotly/plotly.js/security</a></td></tr> <tr><td> Insights </td><td><a href='/?url=https://github.com/plotly/plotly.js/pulse'>https://github.com/plotly/plotly.js/pulse</a></td></tr> <tr><td>Plotly#redraw (1.20.4.min.js) appears to not clean up properly</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues/1218#top'>https://github.com/plotly/plotly.js/issues/1218#top</a></td></tr> <tr><td>bugsomething broken</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues?q=state%3Aopen%20label%3A%22bug%22'>https://github.com/plotly/plotly.js/issues?q=state%3Aopen%20label%3A%22bug%22</a></td></tr> <tr><td></td><td><a href='/?url=https://github.com/czellweg'>https://github.com/czellweg</a></td></tr> <tr><td>czellweg</td><td><a href='/?url=https://github.com/czellweg'>https://github.com/czellweg</a></td></tr> <tr><td>on Dec 2, 2016</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues/1218#issue-193116110'>https://github.com/plotly/plotly.js/issues/1218#issue-193116110</a></td></tr> <tr><td></td><td><a href='/?url=https://cloud.githubusercontent.com/assets/1480821/20835597/ca097502-b89b-11e6-860c-e4e88de1fa67.png'>https://cloud.githubusercontent.com/assets/1480821/20835597/ca097502-b89b-11e6-860c-e4e88de1fa67.png</a></td></tr> <tr><td>plotly-multiple-axes.html.zip</td><td><a href='/?url=https://github.com/plotly/plotly.js/files/627209/plotly-multiple-axes.html.zip'>https://github.com/plotly/plotly.js/files/627209/plotly-multiple-axes.html.zip</a></td></tr> <tr><td>bugsomething broken</td><td><a href='/?url=https://github.com/plotly/plotly.js/issues?q=state%3Aopen%20label%3A%22bug%22'>https://github.com/plotly/plotly.js/issues?q=state%3Aopen%20label%3A%22bug%22</a></td></tr> <tr><td> </td><td><a href='/?url=https://github.com'>https://github.com</a></td></tr> <tr><td>Terms</td><td><a href='/?url=https://docs.github.com/site-policy/github-terms/github-terms-of-service'>https://docs.github.com/site-policy/github-terms/github-terms-of-service</a></td></tr> <tr><td>Privacy</td><td><a href='/?url=https://docs.github.com/site-policy/privacy-policies/github-privacy-statement'>https://docs.github.com/site-policy/privacy-policies/github-privacy-statement</a></td></tr> <tr><td>Security</td><td><a href='/?url=https://github.com/security'>https://github.com/security</a></td></tr> <tr><td>Status</td><td><a href='/?url=https://www.githubstatus.com/'>https://www.githubstatus.com/</a></td></tr> <tr><td>Community</td><td><a href='/?url=https://github.community/'>https://github.community/</a></td></tr> <tr><td>Docs</td><td><a href='/?url=https://docs.github.com/'>https://docs.github.com/</a></td></tr> <tr><td>Contact</td><td><a href='/?url=https://support.github.com?tags=dotcom-footer'>https://support.github.com?tags=dotcom-footer</a></td></tr> </table> <p>Viewport: width=device-width <hr> URLs of <a href='/known-crawlers'>crawlers that visited me</a>.