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: next-coder/ChartView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AppPear/ChartView
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 21 files changed
  • 10 contributors

Commits on Mar 24, 2021

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

Commits on Mar 26, 2021

  1. made cornerImage optional (AppPear#76)

    josephwalden13 authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    29700ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c49a55 View commit details
    Browse the repository at this point in the history
  3. [WIP]Add an option to animate to back position (BarChart). (AppPear#171)

    * add `keepTouchLocation` to let us choose whether touchLocation is back to -1 after label has been dragged.
    
    * keep showing value if `keepTouchLocation` is true.
    
    * Update README.md
    
    * feat: when `keepTouchLocation` is true,  bar is automatically deselect in a second after a gesture.
    
    * fix: (BarChart) add animation when back to initial position after completing your gesture. and rename keepTouchLocation to animatedToBack.
    fummicc1 authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    9249098 View commit details
    Browse the repository at this point in the history
  4. Bugfix: Draw Lines (AppPear#173)

    Remove .drawingGroup() to draw Lines again.
    magicmikek authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1f4949a View commit details
    Browse the repository at this point in the history
  5. Bugfix: Line height in LineView (AppPear#175)

    * Make the line reach the top and bottom of the chart.
    
    * Put the Magnifier's bottom edge on the 0 line.
    willdale authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    eca6eda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9115a99 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

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

Commits on Aug 25, 2021

  1. Update README.md

    AppPear authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6acb264 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    AppPear authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    c360f8a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    13ab3af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102b51b View commit details
    Browse the repository at this point in the history
Loading