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

Charts categories #13

Closed
iosonosempreio opened this issue Aug 31, 2020 · 2 comments
Closed

Charts categories #13

iosonosempreio opened this issue Aug 31, 2020 · 2 comments
Labels
invalid This doesn't seem right

Comments

@iosonosempreio
Copy link
Member

Specify charts categories. Now all charts have the category "dispersion".

@iosonosempreio iosonosempreio added the invalid This doesn't seem right label Aug 31, 2020
@mikima
Copy link
Member

mikima commented Sep 23, 2020

Prepared charts categories, but they should be correclty parsed in the interface as array and not as strings

@iosonosempreio
Copy link
Member Author

Update category metadata. Make it a strings array.

Currently on master branch:

import icon from './matrixplot.svg'
import thumbnail from './heatmap_thumb.svg'

export const metadata = {
  name: 'Matrix Plot',
  thumbnail,
  icon,
  category: 'Network',
  description:
    'It allows comparison of two categorical dimensions, disposing them on the horizontal and vertical axes. Each glyph (square or circle) represents a possible correlation among the two dimensions. Associated quantitative variables can be represented with size and/or color.'
}

@mikima

@mikima mikima closed this as completed Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants