We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d83155 + f3a046f commit 4ded2f2Copy full SHA for 4ded2f2
src/components/visualization/perspectiveViz/perspectiveViz.tsx
@@ -60,7 +60,7 @@ export function transformTableData(
60
* Note: [Perspective](https://perspective.finos.org/) libraries are not bundled, so they must be included in the application's build process:
61
*
62
* ```typescript
63
- * npm i @finos/perspective@^2.10.1 @finos/perspective-viewer@^2.10.1 @finos/perspective-viewer-d3fc@^2.10.1 @finos/perspective-viewer-datagrid@^2.10.1
+ * npm i @finos/perspective @finos/perspective-viewer @finos/perspective-viewer-d3fc @finos/perspective-viewer-datagrid
64
* ```
65
*/
66
function PerspectiveViz(props: TableData) {
0 commit comments