Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Scatter Plot Matrix #19

Open
edciriac opened this issue Sep 1, 2023 · 0 comments
Open

Implement Scatter Plot Matrix #19

edciriac opened this issue Sep 1, 2023 · 0 comments
Labels
echarts ECharts is used in this issue enhancement New feature or request visualization The issue is related to a visualization component

Comments

@edciriac
Copy link
Collaborator

edciriac commented Sep 1, 2023

Scatter plot matrix should be added to available visualizations. There is two possibilities of implementing the component:

  1. Make a single component using ECharts grids. Use grids to make the matrix and assign a scatter plot for each grid.
  2. Make a component for a single scatter plot and a parent component which then contains a grid using HTML divs/tables or any other HTML way and add a single scatter plot component to each div/cell in the table.

Here's an ECharts example of the scatter plot matrix in one echarts instance: Scatter plot matrix

An example of just a single scatter plot: Scatter plot

@edciriac edciriac added enhancement New feature or request echarts ECharts is used in this issue visualization The issue is related to a visualization component labels Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echarts ECharts is used in this issue enhancement New feature or request visualization The issue is related to a visualization component
Projects
None yet
Development

No branches or pull requests

1 participant