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

Making a Boxplot Chart with precomputed values. #22

Closed
jdistro07 opened this issue Mar 7, 2022 · 2 comments
Closed

Making a Boxplot Chart with precomputed values. #22

jdistro07 opened this issue Mar 7, 2022 · 2 comments
Labels
answered question Further information is requested

Comments

@jdistro07
Copy link

Hi. I made a basic boxplot chart on my web application based on the docs. By default, this plugin accepts an array of data being stored on the dataset. Do you have examples on how it accepts precomputed values (for the minimum, maximum, median, outliers) instead of processing everything on the client side?

I'm planning to compute the min, max, median etc... to the server side instead to make my application run a little bit faster. I am working on hundred thousands of data and passing over the individual data from the server to client is a very slow. I would appreciate you answer.

Thanks! :)

@jdistro07 jdistro07 added the question Further information is requested label Mar 7, 2022
@sgratzl
Copy link
Owner

sgratzl commented Mar 14, 2022

see also https://github.com/sgratzl/chartjs-chart-boxplot/blob/main/samples/datastructures.html

@jdistro07
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants