Skip to content

Commit 4ded2f2

Browse files
authored
Merge pull request #295 from lyjeileen/perspective
docs: remove perspective version
2 parents 1d83155 + f3a046f commit 4ded2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/visualization/perspectiveViz/perspectiveViz.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function transformTableData(
6060
* Note: [Perspective](https://perspective.finos.org/) libraries are not bundled, so they must be included in the application's build process:
6161
*
6262
* ```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
63+
* npm i @finos/perspective @finos/perspective-viewer @finos/perspective-viewer-d3fc @finos/perspective-viewer-datagrid
6464
* ```
6565
*/
6666
function PerspectiveViz(props: TableData) {

0 commit comments

Comments
 (0)