Skip to content

[SIP-144] Proposal to Integrate VisActor Visualization Plugin into Superset #29886

Open
@skie1997

Description

@skie1997

Please make sure you are familiar with the SIP process documented
here. The SIP will be numbered by a committer upon acceptance.

[SIP-144] Proposal to Integrate VisActor Visualization Plugin into Superset

Motivation

About VisActor:
VisActor is derived from a large number of visualization scenarios. While covering conventional visualization scenarios, it focuses on narrative visualization as a new point of emphasis and intelligent visualization as its goal. It has formed a visualization solution composed of multiple modules including rendering engine, visualization grammar, data analysis component, chart component, table component, GIS component, graph visualization component, and intelligent component.
We believe it could be a valuable addition to Superset, providing users with more high-level visualization ability.
Here is VisActor github address: https://github.com/VisActor
Here is VisActor website: https://www.visactor.io/

Proposed Change

- Chart Plugin Based VChart:
VChart is a charting component library in VisActor visualization system. It wraps the charting logic based on visual grammar library VGrammar and the component encapsulation based on visual rendering engine VRender. The core capabilities are as follows:

  1. Cross-platform: Automatically adapt to desktop, H5, and multiple small program environments
  2. Storytelling: Comprehensive annotation, animation, flow control, narrative templates, and other enhanced features for visual storytelling
  3. Scenes: Deliver visual storytelling capabilities to end-users, unlock developer productivity

VChart Demo: https://www.visactor.io/vchart/example

- Table Plugin Based VTable:
VTable is based on visual rendering engine VRender.
The core capabilities are as follows:

  1. Extreme performance: Supports fast computation and rendering of millions of data points.
  2. Multidimensional analysis: Automatically analyzes and presents multidimensional data.
  3. Strong expressiveness: Provides flexible and powerful graphic capabilities, seamlessly integrating with charts of VChart.

VTable Demo: https://www.visactor.io/vtable/example

- Intelligence Plugin Based VMind:
@visactor/vmind is an intelligent chart component based on LLM provided by VisActor, including dialog-based chart generation and editing capabilities. It provides a natural language interaction interface, allowing you to easily create chart narrative works with @visactor/VMind with just one sentence, and edit them through continuous dialogue, greatly improving your efficiency in creating data visualization works.

VMind Cases: https://www.visactor.io/vmind/scenario/Chart_Assistant

New or Changed Public Interfaces

Describe any new additions to the model, views or REST endpoints. Describe any changes to existing visualizations, dashboards and React components. Describe changes that affect the Superset CLI and how Superset is deployed.

New dependencies

@visactor/vchart
@visactor/vtable
@visactor/vmind

License: MIT

Migration Plan and Compatibility

one-api:https://github.com/songquanpeng/one-api
new-api:https://github.com/Calcium-Ion/new-api

Rejected Alternatives

Describe alternative approaches that were considered and rejected.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Pre-discussion

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions