#5740·plotly.py

删除 `@types/plotly.js` 依赖项

作者: emilykl创建于 2026年9月14日更新于 2026年9月15日
标签P3tasksize: 1

`@types/plotly.js`(plotly.js 的 DefinitelyTyped 类型)在 `js/package.json` 中被列为开发依赖项。自 plotly.js 4.0.0 起,类型已包含在 plotly.js 中(参见 https://GitHub.com/plotly/plotly.js/pull/7680),因此我们可能可以删除 `@types/plotly.js` 依赖项。我还没有研究过这些类型在代码中实际如何使用。

内容来源: plotly/plotly.py