Skip to content
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

Legend properties on shapes property of layouts is not being tracked by Typescript #6753

Open
senese opened this issue Oct 19, 2023 · 0 comments
Labels
type: support? Issues need triaging for support vs new feature request

Comments

@senese
Copy link

senese commented Oct 19, 2023

I'm coding with Plotly.js using the latest version of the library and its types:

package.json

  "dependencies": {
    ...
    "plotly.js-dist": "^2.26.2",
    "plotly.js-dist-min": "^2.26.2",
   }
  "devDependencies": {
    ...
    "@types/plotly.js": "^2.12.29",
    "@types/plotly.js-dist-min": "^2.3.3",
   }

And according to the print screens above, the legend properties on shapes property of layouts (Documentation) aren't tracked by Typescript Intellisense.

image

And also the legendgroup property don't even exists:

image

There is a workaround for this or a permanent fix coming?

@mjainGH mjainGH added the type: support? Issues need triaging for support vs new feature request label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: support? Issues need triaging for support vs new feature request
Projects
None yet
Development

No branches or pull requests

2 participants