We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, and thanks for his awesome library.
I would liike to know if it it possible to display 2 line charts at the same time.
I have a game, with 3 difficulty level, and on the stat page, i would like to display 3 lines, for each level of difficulty.
On xAxis would days, and on Yaxis the average score.
With 1 line for each difficulty level.
Is that possible?
ps : I managed to do what i want for 1 line, butcant figure out how to deal with the others.
Thanks a lot for your help.
Ben
The text was updated successfully, but these errors were encountered:
you can do that , just set datasets , you can set a Array but they use same xAxis
Sorry, something went wrong.
As @JackLeeMing said - just add multiple DataSets. Instead of passing a dataSet argument to your Data object, pass a dataSets argument (plural).
dataSet
dataSets
No branches or pull requests
Hello, and thanks for his awesome library.
I would liike to know if it it possible to display 2 line charts at the same time.
I have a game, with 3 difficulty level, and on the stat page, i would like to display 3 lines, for each level of difficulty.
On xAxis would days, and on Yaxis the average score.
With 1 line for each difficulty level.
Is that possible?
ps : I managed to do what i want for 1 line, butcant figure out how to deal with the others.
Thanks a lot for your help.
Ben
The text was updated successfully, but these errors were encountered: