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

Multilevel-Dimension leads to set-identifier being converted to number #38

Open
pepperblue opened this issue Oct 14, 2016 · 0 comments
Open

Comments

@pepperblue
Copy link

If I have a dataset with Multilevel-Dimension on rows and set-identifiers that can be converted to numbers ("6+", "6++"):
hc1
I get the following chart (with set-identifiers converted to numbers):
hc2
Changing Line 1237 in "plugin.js" (function "process_data") from:
parseFloat(args.data.cellset[row][col].value.replace(/[^a-zA-Z 0-9.]+/g,'')) && col>0)
to:
parseFloat(args.data.cellset[row][col].value.replace(/[^a-zA-Z 0-9.]+/g,'')) && col>lowest_level)
... things are working as expected

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