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

Chart Radar series management issue #109

Open
Cedric-Guerrier opened this issue Dec 30, 2021 · 0 comments
Open

Chart Radar series management issue #109

Cedric-Guerrier opened this issue Dec 30, 2021 · 0 comments

Comments

@Cedric-Guerrier
Copy link

Hi,

The dataset compute by the framework is not correct. Dataset for one serie is created like this :
[ [ { "axis": "axe1", "value1"}],[ { "axis": "axe2", "value2"}],[ { "axis": "axe3", "value3"}] ].

For Radar in NVD3, this dataset is for 3 series with 1 axis for each series instead of 3 axis for 1 series. We should have one dataset like :
[ [ { "axis": "axe1", "value1"}, { "axis": "axe2", "value2"}, { "axis": "axe3", "value3"} ] ]
or if we use multi series like :
[ [ { "axis": "axe1", "value1"}, { "axis": "axe2", "value2"}, { "axis": "axe3", "value3"} ], [ { "axis": "axe1", "value1BIS"}, { "axis": "axe2", "value2BIS"}, { "axis": "axe3", "value3BIS"} ] ]

AOP : 5.4.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant