finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.04k forks source link

Offer interfaces to other charts or map libraries #2653

Closed ycli0536 closed 1 day ago

ycli0536 commented 2 days ago

Feature Request

Description of Problem:

I really like the freedom you give in analyzing and presenting the data! I hope to have more features in visualizations, which are also already available in many existing libraries. And we don't have to recreate wheels.

I probably don't need most plugins for my data. There are a few examples as follow:

Potential Solutions:

Don't know if there is any easy way for improvements. But can you provide interfaces to other data visualization tools or a blank component/widget that can accept and display other charts or map libraries so that I can display our data with them? And the user themselves should figure out how to parse the data between the data format used by perspective and the format required by other libraries.