X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NetAllyCode/MPAndroidChart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: monkeyking
Choose a base ref
...
head repository: NetAllyCode/MPAndroidChart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: netally-main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Apr 3, 2025

  1. Added a PieDataSet option to not draw pie chart slice text if percent…

    … value is less than a configurable threshold (threshold defaults to 0.0% so text is normally always drawn).
    
    (cherry picked from commit 4a4f461)
    ewisor authored and ewisor committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    24eb60e View commit details
    Browse the repository at this point in the history
  2. Changed newly added threshold default to 0.0% so text is normally alw…

    …ays drawn.
    
    (cherry picked from commit 4b0fdfc)
    ewisor authored and ewisor committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    56b9acc View commit details
    Browse the repository at this point in the history
  3. Labels at specific positions for x and y axis PhilJay#2692

    (cherry picked from commit c85e212)
    Raji authored and ewisor committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    97afcbd View commit details
    Browse the repository at this point in the history
  4. adding checks to make sure we don't cause an IndexOutOfBoundsExceptio…

    …n with an empty list
    
    (cherry picked from commit 79a4695)
    Dan Boxler authored and ewisor committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    d824baf View commit details
    Browse the repository at this point in the history
  5. Fix for ArrayIndexOutOfBoundsException - when highlighting full bar o…

    …n CombinedChart
    
    (cherry picked from commit 8026014)
    Raji authored and ewisor committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    eeee52b View commit details
    Browse the repository at this point in the history
  6. Andromeda customizations to sup[port showing breaks/gaps in line charts.

    (cherry picked from commit d7e69b9)
    ewisor authored and ewisor committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    8a73695 View commit details
    Browse the repository at this point in the history
  7. Set the default "No Data Value" to the largest negative float value (…

    …previous was the smallest positive float value - big difference!)
    
    (cherry picked from commit 1797983)
    ewisor authored and ewisor committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    c65f2f5 View commit details
    Browse the repository at this point in the history
  8. Changed default no data value to Float.NaN - this guarantees the newl…

    …y added feature is disable by default.
    
    Also, resolved a bug where check for the no data value was including values less than the no data value.  Now value must be exactly the same.
    
    (cherry picked from commit 21b4acc)
    ewisor authored and ewisor committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    bd836f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Merge pull request #7 from NetAllyCode/ApplyNetAllyModsToV3.1.0

    Update our custom MPAndroid chart to be based on the official v3.1.0 release
    ewisor authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    7225256 View commit details
    Browse the repository at this point in the history
Loading
X Tutup