-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Float-bar support. The logic is to use array values [bottomY, topY] i… #5262
Closed
Commits on Feb 11, 2018
-
Float-bar support. The logic is to use array values [bottomY, topY] i…
…nstead of regular vals. SO if you use regular numbers char will be not floated and bottomY will be 0 by default. If you use array for value current update allowing to track this and use bottomY value from array instead of 0.)
Configuration menu - View commit details
-
Copy full SHA for a31d179 - Browse repository at this point
Copy the full SHA a31d179View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceafcaf - Browse repository at this point
Copy the full SHA ceafcafView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e7310 - Browse repository at this point
Copy the full SHA f2e7310View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07f183 - Browse repository at this point
Copy the full SHA d07f183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae0988 - Browse repository at this point
Copy the full SHA 4ae0988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5bd25 - Browse repository at this point
Copy the full SHA 5b5bd25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88aa1a5 - Browse repository at this point
Copy the full SHA 88aa1a5View commit details
Commits on Feb 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fc478a6 - Browse repository at this point
Copy the full SHA fc478a6View commit details
Commits on Feb 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6075e6f - Browse repository at this point
Copy the full SHA 6075e6fView commit details
Commits on Feb 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 85ea4da - Browse repository at this point
Copy the full SHA 85ea4daView commit details -
CHanges as requested simonbrunel
A few early feedback: instead of duplicating the logic to pick the "right" value in each scale, it may be better to move it directly in getRightValue()? Though, that would need some investigation to be sure it doesn't break anything. I would not introduce the new borderSkipped: 'none' value, but instead support borderSkipped: false|null. I would not call it lowY or highY but low/hight or min/max
Configuration menu - View commit details
-
Copy full SHA for b4c2994 - Browse repository at this point
Copy the full SHA b4c2994View commit details
Commits on Feb 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 87e6e38 - Browse repository at this point
Copy the full SHA 87e6e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e55557 - Browse repository at this point
Copy the full SHA 0e55557View commit details
Commits on Feb 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0dd7666 - Browse repository at this point
Copy the full SHA 0dd7666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e44c5e - Browse repository at this point
Copy the full SHA 8e44c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a11e5 - Browse repository at this point
Copy the full SHA 70a11e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362d5f9 - Browse repository at this point
Copy the full SHA 362d5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12525ce - Browse repository at this point
Copy the full SHA 12525ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a366a2 - Browse repository at this point
Copy the full SHA 4a366a2View commit details
Commits on Apr 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 69b8ab0 - Browse repository at this point
Copy the full SHA 69b8ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 256729c - Browse repository at this point
Copy the full SHA 256729cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42add1c - Browse repository at this point
Copy the full SHA 42add1cView commit details
Commits on May 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0aad0c8 - Browse repository at this point
Copy the full SHA 0aad0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e414eb7 - Browse repository at this point
Copy the full SHA e414eb7View commit details
Commits on May 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2161fc3 - Browse repository at this point
Copy the full SHA 2161fc3View commit details -
element code formatting change
corners from 5 to 4 if borderskipped is null, cycle from < to <=
Configuration menu - View commit details
-
Copy full SHA for 84e89aa - Browse repository at this point
Copy the full SHA 84e89aaView commit details
Commits on May 11, 2018
-
optimized code for bar.js and rectangle js as per Simon Brunel request
Configuration menu - View commit details
-
Copy full SHA for 8bfa7e1 - Browse repository at this point
Copy the full SHA 8bfa7e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12e2fe - Browse repository at this point
Copy the full SHA b12e2feView commit details
Commits on May 15, 2018
-
1. new method in core.scales to handle arrays (float-bars), getRightV…
…alueLowHigh() - it returns lowY, highY and actual Y value; Method is called from original getRightValue when incoming data is actuall array. 2. Label updates, so now it returns data in format join(' ; ') values (lowY and high Y). Labels are generated from proper scale code for float-bars 3. Proper scale build. Now for negative or positive values scale are getting correct value from a pait of Y values (lowY and highY) link for testing - http://pravopys.net/chartjs/samples/charts/bar/stacked-vertical-simon.html
Configuration menu - View commit details
-
Copy full SHA for 786c5c4 - Browse repository at this point
Copy the full SHA 786c5c4View commit details
Commits on May 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 861ed13 - Browse repository at this point
Copy the full SHA 861ed13View commit details
Commits on May 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for df32e68 - Browse repository at this point
Copy the full SHA df32e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c3831 - Browse repository at this point
Copy the full SHA 10c3831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 614275d - Browse repository at this point
Copy the full SHA 614275dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6fd4b - Browse repository at this point
Copy the full SHA cf6fd4bView commit details
Commits on May 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d5ef434 - Browse repository at this point
Copy the full SHA d5ef434View commit details
Commits on May 21, 2018
-
parseValue is in scale.js, returns data as object with min, max and val. This functions is used in controller.bar.js to calculate start point and gap for floating-bar. Also this functiotn is used in scale.linearjs and scale.logarithmic.js to calculate scale min and max values and label texts.
Configuration menu - View commit details
-
Copy full SHA for a75e3ac - Browse repository at this point
Copy the full SHA a75e3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaaac73 - Browse repository at this point
Copy the full SHA aaaac73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e877aa - Browse repository at this point
Copy the full SHA 5e877aaView commit details
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 823160e - Browse repository at this point
Copy the full SHA 823160eView commit details
Commits on May 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 11bb986 - Browse repository at this point
Copy the full SHA 11bb986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c526e3 - Browse repository at this point
Copy the full SHA 1c526e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59a602 - Browse repository at this point
Copy the full SHA a59a602View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4efcf0 - Browse repository at this point
Copy the full SHA a4efcf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ff4ea - Browse repository at this point
Copy the full SHA 25ff4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e75bef - Browse repository at this point
Copy the full SHA 7e75befView commit details
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 03b8167 - Browse repository at this point
Copy the full SHA 03b8167View commit details
Commits on May 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 659235b - Browse repository at this point
Copy the full SHA 659235bView commit details
Commits on Jun 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fe0772c - Browse repository at this point
Copy the full SHA fe0772cView commit details
Commits on Jun 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 730e468 - Browse repository at this point
Copy the full SHA 730e468View commit details
Commits on Jun 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 122167c - Browse repository at this point
Copy the full SHA 122167cView commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3e42297 - Browse repository at this point
Copy the full SHA 3e42297View commit details
Commits on Jun 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9b95637 - Browse repository at this point
Copy the full SHA 9b95637View commit details
Commits on Jun 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2af134b - Browse repository at this point
Copy the full SHA 2af134bView commit details
Commits on Jun 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a0e1231 - Browse repository at this point
Copy the full SHA a0e1231View commit details
Commits on Jun 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a65aa3c - Browse repository at this point
Copy the full SHA a65aa3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 901c96f - Browse repository at this point
Copy the full SHA 901c96fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a42562 - Browse repository at this point
Copy the full SHA 7a42562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5332e - Browse repository at this point
Copy the full SHA 4f5332eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ce9e9 - Browse repository at this point
Copy the full SHA 63ce9e9View commit details
Commits on Jan 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b626b57 - Browse repository at this point
Copy the full SHA b626b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for b25db90 - Browse repository at this point
Copy the full SHA b25db90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f06bc5 - Browse repository at this point
Copy the full SHA 8f06bc5View commit details
Commits on Jan 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2a07aaa - Browse repository at this point
Copy the full SHA 2a07aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d165e24 - Browse repository at this point
Copy the full SHA d165e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4148e9 - Browse repository at this point
Copy the full SHA c4148e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a48b8ce - Browse repository at this point
Copy the full SHA a48b8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1095fa - Browse repository at this point
Copy the full SHA e1095faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bccfe - Browse repository at this point
Copy the full SHA 14bccfeView commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f4d7413 - Browse repository at this point
Copy the full SHA f4d7413View commit details
Commits on Jan 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5590350 - Browse repository at this point
Copy the full SHA 5590350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f88e05 - Browse repository at this point
Copy the full SHA 9f88e05View commit details
Commits on Feb 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 76e9ceb - Browse repository at this point
Copy the full SHA 76e9cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f957e64 - Browse repository at this point
Copy the full SHA f957e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d06063 - Browse repository at this point
Copy the full SHA 2d06063View commit details -
Configuration menu - View commit details
-
Copy full SHA for a786cd1 - Browse repository at this point
Copy the full SHA a786cd1View commit details
Commits on Feb 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 74dc634 - Browse repository at this point
Copy the full SHA 74dc634View commit details -
Configuration menu - View commit details
-
Copy full SHA for dba5bdb - Browse repository at this point
Copy the full SHA dba5bdbView commit details
Commits on Feb 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0e58967 - Browse repository at this point
Copy the full SHA 0e58967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124688c - Browse repository at this point
Copy the full SHA 124688cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84dae3d - Browse repository at this point
Copy the full SHA 84dae3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a400c - Browse repository at this point
Copy the full SHA 19a400cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b0d91 - Browse repository at this point
Copy the full SHA 87b0d91View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.