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

Float-bar support. The logic is to use array values [bottomY, topY] i… #5262

Closed
wants to merge 82 commits into from

Commits on Feb 11, 2018

  1. 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.)
    gwyneblaidd committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    a31d179 View commit details
    Browse the repository at this point in the history
  2. formatting

    gwyneblaidd committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    ceafcaf View commit details
    Browse the repository at this point in the history
  3. formatting&fix

    gwyneblaidd committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    f2e7310 View commit details
    Browse the repository at this point in the history
  4. formatting

    gwyneblaidd committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    d07f183 View commit details
    Browse the repository at this point in the history
  5. formatting

    gwyneblaidd committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    4ae0988 View commit details
    Browse the repository at this point in the history
  6. formatting&docs

    gwyneblaidd committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    5b5bd25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88aa1a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Update bar.md

    gwyneblaidd committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    fc478a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    6075e6f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Configuration menu
    Copy the full SHA
    85ea4da View commit details
    Browse the repository at this point in the history
  2. 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
    gwyneblaidd committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    b4c2994 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    87e6e38 View commit details
    Browse the repository at this point in the history
  2. formatting

    gwyneblaidd committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    0e55557 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. tests

    gwyneblaidd committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    0dd7666 View commit details
    Browse the repository at this point in the history
  2. formatting

    gwyneblaidd committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    8e44c5e View commit details
    Browse the repository at this point in the history
  3. formatting

    gwyneblaidd committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    70a11e5 View commit details
    Browse the repository at this point in the history
  4. formatting

    gwyneblaidd committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    362d5f9 View commit details
    Browse the repository at this point in the history
  5. formatting

    gwyneblaidd committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    12525ce View commit details
    Browse the repository at this point in the history
  6. formatting

    gwyneblaidd committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    4a366a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Configuration menu
    Copy the full SHA
    69b8ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256729c View commit details
    Browse the repository at this point in the history
  3. conflict resolve

    gwyneblaidd committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    42add1c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. chars -> charts

    gwyneblaidd committed May 7, 2018
    Configuration menu
    Copy the full SHA
    0aad0c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e414eb7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. lowercased variable name

    gwyneblaidd committed May 8, 2018
    Configuration menu
    Copy the full SHA
    2161fc3 View commit details
    Browse the repository at this point in the history
  2. element code formatting change

    corners from 5 to 4 if borderskipped is null, cycle from < to <=
    gwyneblaidd committed May 8, 2018
    Configuration menu
    Copy the full SHA
    84e89aa View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. reverted scale.js

    optimized code for bar.js and rectangle js as per Simon Brunel request
    gwyneblaidd committed May 11, 2018
    Configuration menu
    Copy the full SHA
    8bfa7e1 View commit details
    Browse the repository at this point in the history
  2. latest fixes

    gwyneblaidd committed May 11, 2018
    Configuration menu
    Copy the full SHA
    b12e2fe View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. 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
    gwyneblaidd committed May 15, 2018
    Configuration menu
    Copy the full SHA
    786c5c4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    861ed13 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. refactoring

    gwyneblaidd committed May 17, 2018
    Configuration menu
    Copy the full SHA
    df32e68 View commit details
    Browse the repository at this point in the history
  2. refactoring

    gwyneblaidd committed May 17, 2018
    Configuration menu
    Copy the full SHA
    10c3831 View commit details
    Browse the repository at this point in the history
  3. refactoring

    gwyneblaidd committed May 17, 2018
    Configuration menu
    Copy the full SHA
    614275d View commit details
    Browse the repository at this point in the history
  4. formatting

    gwyneblaidd committed May 17, 2018
    Configuration menu
    Copy the full SHA
    cf6fd4b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. formatting

    gwyneblaidd committed May 18, 2018
    Configuration menu
    Copy the full SHA
    d5ef434 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. CHanges to float-bar support.

    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.
    gwyneblaidd committed May 21, 2018
    Configuration menu
    Copy the full SHA
    a75e3ac View commit details
    Browse the repository at this point in the history
  2. formatting

    gwyneblaidd committed May 21, 2018
    Configuration menu
    Copy the full SHA
    aaaac73 View commit details
    Browse the repository at this point in the history
  3. fixes

    gwyneblaidd committed May 21, 2018
    Configuration menu
    Copy the full SHA
    5e877aa View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. formatting

    gwyneblaidd committed May 22, 2018
    Configuration menu
    Copy the full SHA
    823160e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. fixes

    gwyneblaidd committed May 23, 2018
    Configuration menu
    Copy the full SHA
    11bb986 View commit details
    Browse the repository at this point in the history
  2. fixes

    gwyneblaidd committed May 23, 2018
    Configuration menu
    Copy the full SHA
    1c526e3 View commit details
    Browse the repository at this point in the history
  3. fixes

    gwyneblaidd committed May 23, 2018
    Configuration menu
    Copy the full SHA
    a59a602 View commit details
    Browse the repository at this point in the history
  4. fix

    gwyneblaidd committed May 23, 2018
    Configuration menu
    Copy the full SHA
    a4efcf0 View commit details
    Browse the repository at this point in the history
  5. formatting

    gwyneblaidd committed May 23, 2018
    Configuration menu
    Copy the full SHA
    25ff4ea View commit details
    Browse the repository at this point in the history
  6. fixes

    gwyneblaidd committed May 23, 2018
    Configuration menu
    Copy the full SHA
    7e75bef View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    03b8167 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. last changes

    gwyneblaidd committed May 29, 2018
    Configuration menu
    Copy the full SHA
    659235b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. formatting

    gwyneblaidd committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    fe0772c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. fix

    gwyneblaidd committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    730e468 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. formatting

    gwyneblaidd committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    122167c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. fix

    gwyneblaidd committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    3e42297 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. fix

    gwyneblaidd committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    9b95637 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    2af134b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. tooltip fix for tests

    gwyneblaidd committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a0e1231 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    a65aa3c View commit details
    Browse the repository at this point in the history
  2. formatting

    gwyneblaidd committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    901c96f View commit details
    Browse the repository at this point in the history
  3. formatting

    gwyneblaidd committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    7a42562 View commit details
    Browse the repository at this point in the history
  4. formatting

    gwyneblaidd committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    4f5332e View commit details
    Browse the repository at this point in the history
  5. formatting

    gwyneblaidd committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    63ce9e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. rebase

    gwyneblaidd committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b626b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b25db90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from gwyneblaidd/master_up

    master_up
    gwyneblaidd committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    8f06bc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Update controller.bar.js

    gwyneblaidd committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    2a07aaa View commit details
    Browse the repository at this point in the history
  2. Update core.scale.js

    gwyneblaidd committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d165e24 View commit details
    Browse the repository at this point in the history
  3. Update core.tooltip.js

    gwyneblaidd committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    c4148e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a48b8ce View commit details
    Browse the repository at this point in the history
  5. Update scale.linear.js

    gwyneblaidd committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    e1095fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14bccfe View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Back changes after rebase

    gwyneblaidd committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    f4d7413 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. formatting

    gwyneblaidd committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    5590350 View commit details
    Browse the repository at this point in the history
  2. formatting

    gwyneblaidd committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    9f88e05 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. fixes

    gwyneblaidd committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    76e9ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f957e64 View commit details
    Browse the repository at this point in the history
  3. formatting

    gwyneblaidd committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    2d06063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a786cd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. fallback to test units

    gwyneblaidd committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    74dc634 View commit details
    Browse the repository at this point in the history
  2. border skipped added

    gwyneblaidd committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    dba5bdb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    0e58967 View commit details
    Browse the repository at this point in the history
  2. format

    gwyneblaidd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    124688c View commit details
    Browse the repository at this point in the history
  3. +

    gwyneblaidd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    84dae3d View commit details
    Browse the repository at this point in the history
  4. controller bar update

    gwyneblaidd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    19a400c View commit details
    Browse the repository at this point in the history
  5. format

    gwyneblaidd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    87b0d91 View commit details
    Browse the repository at this point in the history