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

Show analytics of your points mining #96

Merged
merged 48 commits into from
Mar 12, 2021
Merged

Show analytics of your points mining #96

merged 48 commits into from
Mar 12, 2021

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    602be59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ada24b8 View commit details
    Browse the repository at this point in the history
  3. Instead of copy the entire array of streamers copy only the balance. …

    …We can't pickle Lock()
    Tkd-Alex committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2187a78 View commit details
    Browse the repository at this point in the history
  4. missing ()

    Tkd-Alex committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    08088e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38e2a7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06fefd5 View commit details
    Browse the repository at this point in the history
  7. Analytics function. Check the status of your points with a line-chart…

    …s (zoomable-timeseries). We need Flask for serve the .json history
    Tkd-Alex committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    05aeb29 View commit details
    Browse the repository at this point in the history
  8. Insert banner

    Tkd-Alex committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a236c6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    375a59a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    008064e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc3844a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    807303a View commit details
    Browse the repository at this point in the history
  13. sorryy ...

    Tkd-Alex committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9d872ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd0c188 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    765af65 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Manage only one series in chart with tabbing. We had tried with multi…

    …ple series in only one chart because we had problems with annotations
    Tkd-Alex committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    405e5aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    130e45b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2037c77 View commit details
    Browse the repository at this point in the history
  4. -- fix

    Tkd-Alex committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    415a066 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    aaea73b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b034931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    312adbc View commit details
    Browse the repository at this point in the history
  4. update charts.html

    Tkd-Alex committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    eb74200 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    ab4b4de View commit details
    Browse the repository at this point in the history
  2. Custom host and port

    Tkd-Alex committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    acb9267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7cd91b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    f660199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30455e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eb29d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65da7cd View commit details
    Browse the repository at this point in the history
  5. Skip annotation mark for LOSE vent. Save prediction made in yello as …

    …marker - Commit not tested
    Tkd-Alex committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    25f5f12 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Update assets/charts.html

    Co-authored-by: Thomas Couchoud <[email protected]>
    Tkd-Alex and Rakambda authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    6a080c5 View commit details
    Browse the repository at this point in the history
  2. Custom tooltips for event, save in 'z' axis the event type and show i…

    …n custom tooltip - Remove dt. Replace points annotation with vertical annotations
    Tkd-Alex committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    b8d8808 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30cf35d View commit details
    Browse the repository at this point in the history
  4. Toggle annotations

    Tkd-Alex committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    5d7478e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    4b0b2f1 View commit details
    Browse the repository at this point in the history
  2. Customizable refresh time

    Tkd-Alex committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f0ec759 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    f24826e View commit details
    Browse the repository at this point in the history
  2. Create indexed id for annotation, clear annotation using removeAnnota…

    …tion instead of clearAnnotation()
    Tkd-Alex committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1cb2231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eeb655 View commit details
    Browse the repository at this point in the history
  4. Merge with master

    Tkd-Alex committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    25b28ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24bf4c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Self-made dark mode 😁

    Tkd-Alex committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c40ed36 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'analytics' of github.com:Tkd-Alex/Twitch-Channel-Points…

    …-Miner into analytics
    Tkd-Alex committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4ee387f View commit details
    Browse the repository at this point in the history
  3. Revert 24bf4c4

    Tkd-Alex committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    3ad8b4b View commit details
    Browse the repository at this point in the history
  4. datetimeUTC: false

    Tkd-Alex committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    108702e View commit details
    Browse the repository at this point in the history
  5. Black text in annotations

    Tkd-Alex committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    8d9a839 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Tkd-Alex committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4ee8ffb View commit details
    Browse the repository at this point in the history