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

D3 upgrade (library for visualizing data such as main view, graphs, etc.) #5081

Merged
merged 61 commits into from
Oct 21, 2019

Commits on Oct 12, 2019

  1. initial commit for d3 upgrade

    Jeremy Cunningham committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    7349a12 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. d3 v5 mostly working except brush

    Jeremy Cunningham committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    285fe97 View commit details
    Browse the repository at this point in the history
  2. more work on the brush

    Jeremy Cunningham committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    c340e74 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. brush and layout mostly working now

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    9716c38 View commit details
    Browse the repository at this point in the history
  2. make open-right and open-left lines visible

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    dd760a9 View commit details
    Browse the repository at this point in the history
  3. make brush selection hidden

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    c510246 View commit details
    Browse the repository at this point in the history
  4. fix open-right, open-top, and now-line in retro mode

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    fd53c45 View commit details
    Browse the repository at this point in the history
  5. fix setting brush to now

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    ae176c8 View commit details
    Browse the repository at this point in the history
  6. fix updateBrushToNow to set start correctly

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    fcceeec View commit details
    Browse the repository at this point in the history
  7. add extent to updateBrushToNow

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8a1765a View commit details
    Browse the repository at this point in the history
  8. fix inRetro to use dataExtent instead of domain

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    824604e View commit details
    Browse the repository at this point in the history
  9. move a debug log message to better location

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    c91e7bd View commit details
    Browse the repository at this point in the history
  10. debug for brush movements

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f9e579b View commit details
    Browse the repository at this point in the history
  11. cleanup adjusted range vs. brushed range

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    9a07f45 View commit details
    Browse the repository at this point in the history
  12. fix syntax error

    Jeremy Cunningham committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    b6551cd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. remove transitions for brush movements

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    4e874ff View commit details
    Browse the repository at this point in the history
  2. log message for dataUpdate

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    cc82be9 View commit details
    Browse the repository at this point in the history
  3. fix updating brush range when new data arrives

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    a8c91e7 View commit details
    Browse the repository at this point in the history
  4. fix keeping up with data when not in retro

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    dfa06be View commit details
    Browse the repository at this point in the history
  5. keep brush range at focusRangeMS during update

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3fb44f1 View commit details
    Browse the repository at this point in the history
  6. fix variable name error

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    da00bb8 View commit details
    Browse the repository at this point in the history
  7. keep chart in sync with current time when not in retro

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    5c82495 View commit details
    Browse the repository at this point in the history
  8. use short transition time

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    47bb747 View commit details
    Browse the repository at this point in the history
  9. test no opacity changes

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    bb68263 View commit details
    Browse the repository at this point in the history
  10. remove one more highlight and use small transition duration

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    28866ed View commit details
    Browse the repository at this point in the history
  11. fix race condition

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    f14ab53 View commit details
    Browse the repository at this point in the history
  12. fix for uncommanded going to retro

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    f5afde5 View commit details
    Browse the repository at this point in the history
  13. fix syntax error

    Jeremy Cunningham committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    f8bc44f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. update chart scales when new data arrives in retro mode

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    dadc3a9 View commit details
    Browse the repository at this point in the history
  2. Use consistent transition for scroll

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    c537d91 View commit details
    Browse the repository at this point in the history
  3. clean chart.updateContext

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ed319ad View commit details
    Browse the repository at this point in the history
  4. comment out debug messages

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    199f5ec View commit details
    Browse the repository at this point in the history
  5. merge current dev to resolve conflicts

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    3772547 View commit details
    Browse the repository at this point in the history
  6. remove unused variable

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ffe5d99 View commit details
    Browse the repository at this point in the history
  7. update renderer to account for no structure arg for d3 attr

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    258fec6 View commit details
    Browse the repository at this point in the history
  8. fix syntax error

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a5d8378 View commit details
    Browse the repository at this point in the history
  9. one more syntax error

    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4c655d8 View commit details
    Browse the repository at this point in the history
  10. use requestAnimationFrame

    (cherry picked from commit b610485597b2e9ecf46471994980136d3c17deec)
    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    85dc644 View commit details
    Browse the repository at this point in the history
  11. forgot to update current scroll data

    (cherry picked from commit 1ab26522cd4abd3fb77a76964469200fc50dc555)
    Jeremy Cunningham committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    0916f36 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. remove extra treatment circles

    Jeremy Cunningham committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b9c13d5 View commit details
    Browse the repository at this point in the history
  2. try using class for selection

    (cherry picked from commit 92f678c6fe8e2bb700dc61ab56a71d483c5a9988)
    Jeremy Cunningham committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    713a99f View commit details
    Browse the repository at this point in the history
  3. reduce update required for focus circles

    (cherry picked from commit 46aab643125c2a083807627b9fb6052faef2134f)
    Jeremy Cunningham committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    7b7d375 View commit details
    Browse the repository at this point in the history
  4. reduce update required for focus treatments

    (cherry picked from commit 23ba5c4bea4bf2ff75f2296e1edc606f311ef7fe)
    Jeremy Cunningham committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e7a8523 View commit details
    Browse the repository at this point in the history
  5. fix update prepare treat circles

    (cherry picked from commit afcbbab40fe0c93e26e97152513845cf2c5ecf6f)
    Jeremy Cunningham committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    a52bd7e View commit details
    Browse the repository at this point in the history
  6. use _id for treatments key

    Jeremy Cunningham committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    974dc32 View commit details
    Browse the repository at this point in the history
  7. do not use opacity for past entry circles

    Jeremy Cunningham committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    eca33c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. replace scale.linear with scaleLinear

    PieterGit authored and Jeremy Cunningham committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    e4fd55b View commit details
    Browse the repository at this point in the history
  2. d3 upgrade axis

    (cherry picked from commit 06a8a92)
    PieterGit authored and Jeremy Cunningham committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    54cf245 View commit details
    Browse the repository at this point in the history
  3. d3 upgrade axis

    (cherry picked from commit 1ac583c)
    PieterGit authored and Jeremy Cunningham committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    123395f View commit details
    Browse the repository at this point in the history
  4. fix tooltip location

    Jeremy Cunningham committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    e8618ae View commit details
    Browse the repository at this point in the history
  5. fix plugin tooltip location

    Jeremy Cunningham committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    bd4ed4e View commit details
    Browse the repository at this point in the history
  6. update reports for d3 v5

    Jeremy Cunningham committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    62b830f View commit details
    Browse the repository at this point in the history
  7. fix inner radius default for insulin distribution pie

    Jeremy Cunningham committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    cf63611 View commit details
    Browse the repository at this point in the history
  8. fix dynamic scaling issues

    Jeremy Cunningham committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    23a182b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. fix single click scroll

    Jeremy Cunningham committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    739b01e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec4bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64d9dfb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from nightscout/pr/5081

    Fix font size on axis labels
    jpcunningh authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    7f1ea07 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'd3-upgrade' of ssh://github.com/jpcunningh/cgm-remote-m…

    …onitor into d3-upgrade
    Jeremy Cunningham committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    84f7c66 View commit details
    Browse the repository at this point in the history
  6. fix click to scroll jankiness

    Jeremy Cunningham committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    b07dbd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. move loading finished to the bottom of updateHeader

    Jeremy Cunningham committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    3e07c62 View commit details
    Browse the repository at this point in the history