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

Series count is not adjusted to the consumed columns #37

Closed
TorsteinHonsi opened this issue Sep 13, 2016 · 2 comments
Closed

Series count is not adjusted to the consumed columns #37

TorsteinHonsi opened this issue Sep 13, 2016 · 2 comments

Comments

@TorsteinHonsi
Copy link
Contributor

Steps to reproduce:

  1. Load sample data "Categorized, four data columns".
  2. In Templates, select the Area => Arearange template.
  3. Note that Series 3 and 4 are still in the legend, even though they have no data.

Compare with the same flow in Cloud, where we only have two series. The logic behind this is that the data module returns only two data sets, because it inspects the given series types and consumes the number of columns according to the series type's pointArrayMap.

@TorsteinHonsi
Copy link
Contributor Author

TorsteinHonsi commented Sep 13, 2016

PS: It also fails when changing Data Series options. Try changing the type from a series type that consumes one value column (like line, column etc) to one that consumes two (like column range, arearange). Or the other way around.

@cvasseng
Copy link
Contributor

ef75d9f should fix this.

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

2 participants