Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ChartsOrg/Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
https://github.com/ChartsOrg/Charts

Merge pull request #3900 from danielgindi/3860

fix #3860. maxHeight didn't count the last label

13623d0239f170270952397614c1fc676d538cb8 authored over 5 years ago by Xuan <[email protected]>
Reassess convenience initializers (#3862)

* Reassess convenience initializers

The only data required to initialize an entry is an x and...

289679132f2542687eb224272dc563dc221a9197 authored over 5 years ago by Jacob Christie <[email protected]>
fix #3860. maxHeight didn't count the last label

6fb075f7f3296ada71c18532b4f53d0c181d9b58 authored over 5 years ago by Xuan Liu <[email protected]>
Minor updates for Swift 5 (#3874)

* Minor updates for Swift 5

Need FBSnapshotTestCase to be updated

* Updated testing Framew...

b155c2f64dbb6ef39d4e4099271b69cb05529474 authored over 5 years ago by Jacob Christie <[email protected]>
Merge pull request #3854 from chaaarly/master

HorizontalBarChar value label offset calculation

5d0b99adb860406059e42149520ce9c0cb847feb authored over 5 years ago by Xuan <[email protected]>
Merge pull request #3852 from Lcsmarcal/didFinishAnimate

Create `chartViewDidEndAnimate` in ChartViewDelegate

b1df472c22fff66cdc67e58a4bd6248237807c00 authored over 5 years ago by Xuan <[email protected]>
add animator reference to animatorDidStop ChartViewBase delegate callback.

e1f28b00b5f5ff90a4865e433123e6a9a11e06e6 authored over 5 years ago by Lucas Marçal Fernandes <[email protected]>
Align `ChartLimit.LabelPosition` naming with `UIRectCorner` (#3846)

* Align `ChartLimit.LabelPosition` naming with `UIRectCorner`

* Fixed Demos

* fix indent a...

34dafbc6aaac4316656748f1a864426ac42e3d2d authored over 5 years ago by jjatie <[email protected]>
Migrating to built-in algorithms (#3892)

53f7c3a54b7b143930e15a01dd7540b5d421830d authored over 5 years ago by jjatie <[email protected]>
A fix for https://github.com/danielgindi/Charts/issues/3848. Use a stock iterator instead of a custom one. (#3891)

a969c4660d3e92a4f3c0c6a4439a4b208bd7437d authored over 5 years ago by Patrick Hughes <[email protected]>
Merge pull request #3884 from danielgindi/cleanup-pound-if

Removed unnecessary #if statements and unified style to align with Xc…

b4e300a27311213ddf8790ddf5a6eed995f15690 authored over 5 years ago by Xuan <[email protected]>
Merge branch 'master' into cleanup-pound-if

4f5cbf71d2ee19e17451afb5ad6b1d99f0fbc233 authored over 5 years ago by jjatie <[email protected]>
Velocity samples calculation (#3883)

* Updated `PieRadarChartViewBase.sampleVelocity(touchLocation:)` algorithm.

* Updated `PieRad...

10057bf3bc100dda0d2f1f6a7f30f787dfc0271e authored over 5 years ago by jjatie <[email protected]>
Merge pull request #3864 from danielgindi/fix-objc-imports-anyobject

Replace AnyObject with Any

fe667424dd8118d93a90f0d8fc4a4f4d9e5b685e authored over 5 years ago by Xuan <[email protected]>
Removed unnecessary #if statements and unified style to align with Xcode's indentation

8e2b8c816c47a0a3917bd603d815df0f34dd72cf authored over 5 years ago by Jacob Christie <[email protected]>
Merge pull request #3847 from danielgindi/dataset-values-accessors

Renamed `values` to `entries` to reflect the property's type

ad26e63dafee4d7c7f30af74ef5706fb5495c2fd authored over 5 years ago by Xuan <[email protected]>
Fixed target on NSUIDisplayLink

46a301882974ff601a3c6c015ba68bddc9c7a640 authored over 5 years ago by Jacob Christie <[email protected]>
Replace AnyObject with Any

This is in line with how Objc interfaces are now imported

d59fe25ef417980b2458d19a4675fea57db6db6a authored over 5 years ago by Jacob Christie <[email protected]>
Improve HorizontalBarChart offset calculation for negative value labels (Fixes #3850)

d096474b61963ba1e8c26831ea74ea7551e062ec authored over 5 years ago by charlie <[email protected]>
Update protocol function description

a323ad067fb3ac0cfede5941df5a426d9471cef2 authored over 5 years ago by Lcsmarcal <[email protected]>
Create "chartViewDidEndAnimate" callback function in "ChartViewBase" that is called when Animator stops animating

af7a4a09431392ebebfe1d18862b85489256b8fc authored over 5 years ago by Lucas Marçal <[email protected]>
Fixed tests

636f6237266d6cad976a442bdbc71c8f369a7d00 authored over 5 years ago by Jacob Christie <[email protected]>
Renamed `values` to `entries` to reflect the property's type

Removed arbitrary setter access to `entries` to encourage use of `Collection` mechanics
Added `r...

9b99d1b529313546c83fdeb623dde3aeae27224b authored over 5 years ago by Jacob Christie <[email protected]>
update change log

cf362858d0450f789bd976d2d9a3926c024a7cfb authored over 5 years ago by Xuan Liu <[email protected]>
bump version to 3.2.2

deae18583b7e82e44c9a0e37514d07d81de20fb9 authored over 5 years ago by Xuan Liu <[email protected]>
Multiple colors for valueline (Fixes #3480) (#3709)

* Multiple colors for valueline (Fixes #3480)

This change adds a flag matchValueLineColorToPi...

2fedfc6e50e49ed69dddf9e299c9fef88d4f1203 authored over 5 years ago by Alexei <[email protected]>
Draws the line chart the same way regardless of the number of colors for the data set (#3764)

d73b552a0c758f020de1d5e58d2d7dbeb221ab4c authored over 5 years ago by Shant Tokatyan <[email protected]>
Merge pull request #3815 from danielgindi/dataset-collection-conformance

Add Collection conformances to ChartDataSet types

8d38438c13969b7a5c6e2194b500defd46fc436d authored over 5 years ago by Xuan <[email protected]>
BarLineScatterCandleBubbleRenderer.XBounds conformance to RangeExpression and Sequence

Sequence conformance simplifies for-in loops
Looking forward to when data types conforming to Co...

2a1ecb4e6f175f91e91d77d039be342138fe0e3c authored over 5 years ago by Jacob Christie <[email protected]>
Deprecated direct usage of values

5e8c9b1193766109afef33728ecf990720b3dd03 authored over 5 years ago by Jacob Christie <[email protected]>
Merge pull request #3612 from AntonTheDev/master

Feature - ChartView Pan Ended Delegate Call

f2795b9813e7e8c2bcdac3f4c3cc74790116999e authored over 5 years ago by Xuan <[email protected]>
Fixed `addEntry` implementation

290fd882b9ea3ab323b9656c647b659f0b1643af authored over 5 years ago by Jacob Christie <[email protected]>
Merge pull request #3804 from anton-filimonov/bugfixes/scrolling_fixes

Fix condition that is checked before `chartTranslated` delegate method call

bd3d1ebb4ce817cf46361aae1e09c642fb29ee72 authored almost 6 years ago by Xuan <[email protected]>
Removed use of `values` where appropriate

0d990032456a209a44eb3b99cd7a572f7529ef0b authored almost 6 years ago by Jacob Christie <[email protected]>
Remove delegate method call for translation when no translation really occured

7d2e2dbfcac479996d0bf3ab2ee8596e7a084483 authored almost 6 years ago by Anton Filimonov <[email protected]>
add call chartScaled() after double tap (#3770)

0749a2ec66229db486b7b923d8ec875e677b0484 authored almost 6 years ago by artemiusmk <[email protected]>
Merge pull request #3778 from liuxuan30/3719

fix #3719

2e2301d6676d0b479431213b579716a0484a961a authored almost 6 years ago by Xuan <[email protected]>
fix #3719

2927f76c02b0c88304ffc563817e24d65b96ac84 authored almost 6 years ago by Xuan Liu <[email protected]>
Update README.md (#3737)

Replace a confusing sentence with a clear one. Fix grammatical errors.

9f2c13009f8230c40cc31c25b330ccda6ad18ff6 authored almost 6 years ago by jylew <[email protected]>
Merge pull request #3740 from anton-filimonov/bugfixes/lineChart_lineCapForAll

Fix applying lineCap value for line chart data sets (Fixes #3739)

9971afcbb590c5776f2b2cabc099cbed0be9e3d7 authored almost 6 years ago by Xuan <[email protected]>
Merge pull request #3736 from SvenMuc/fix_horbarchart_legend_offset

Fix legend offset bug for horizontal bar chart (Fixes #3301)

271606e27c9d2d4ec5c84437d74661afd99d1ebb authored almost 6 years ago by Xuan <[email protected]>
Fix applying lineCap value for line chart data sets (Fixes #3739)

DataSets for line chart have lineCap property which is supposed to be applied to the chart line....

44ba57d97832035237ec832cb6b7582686b6e6c1 authored almost 6 years ago by Anton Filimonov <[email protected]>
Fix legend offset bug for horizontal bar chart (Fixes #3301)

ee7a2181fa95735fbcaab4b1c37eadafacf59350 authored almost 6 years ago by Sven Bone <[email protected]>
Merge pull request #3621 from kemchenj/master

Update document to latest format

ce0d80954f1fdb96197c4bbf7cc95ff07ad34b2e authored almost 6 years ago by Xuan <[email protected]>
Add missing properties to copy(with:) methods (#3715)

* #3578 Add missing properties to copy(with:) methods

* Add NSCopying conformance

076f260d2f63dc58d591f90ce6b6de83e9df7b0f authored almost 6 years ago by Dominique Stranz <[email protected]>
improvements in barRect height calculation (#3650)

* fixed barRectCaculation

* fixed offset calculation

* Fix the mess caused by the setting...

c01a765900b985deffaadedc7d0de85c6f2c6fe4 authored almost 6 years ago by potato04 <[email protected]>
Merge pull request #3721 from ggirotto/axis-base-bugfix

Fix wrong assignment to axisMaxLabels property
fix #3656

69e433a6d6e7335b8e7037475e3bf222a7cc2076 authored almost 6 years ago by Xuan <[email protected]>
Remove meaningless comment

a4356691aa6bae6ec32697877d5bbeeedc29a8e0 authored almost 6 years ago by Kem Chen <[email protected]>
fix wrong assignment to axisMaxLabels property

d59b2d8a78263a30c59a1bc1004c6d0b252b9cb9 authored almost 6 years ago by Guilherme Girotto <[email protected]>
Merge pull request #3654 from 417-72KI/accesibility_element_initializer

Make NSUIAccessibilityElement initializer public.

3b0790487c5535ac1929d6945d71ee891ebc6f82 authored almost 6 years ago by Pierre-Marc Airoldi <[email protected]>
Add missing empty line between Summary and other section manually

a4cae7189df3602d5cac5cb42f20a98e61413e02 authored almost 6 years ago by Kem Chen <[email protected]>
fix casting warnings

55028b1dd359d738f0e678b668f53f720fd8393b authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
Merge pull request #3680 from YusukeOba/fix-memory-leak

Fix memory leak after rendering

9c01bc9797733f6ba218adb38b93ccb192e35f47 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
Fix guard statement format.

1fb45fba27e5bb7845a52a9b534361eba7399dd3 authored about 6 years ago by ooba <[email protected]>
Fix memory leak for macOS.

60a6ffe2442e32f4fffa45429eceac5f12425e78 authored about 6 years ago by ooba <[email protected]>
Merge pull request #3664 from Michael-Du/fix-combinedChartView-candledata_bug

fix issue #3662

c46db9a22d2377f2c0ae9f26e7fbda8ddaa6aad3 authored about 6 years ago by Xuan <[email protected]>
Update ChartViewBase.swift

Updated documentation in the code based on feedback

33e8eb1d81624a07789d5cceaaf63de29888cf14 authored about 6 years ago by Anton <[email protected]>
bump version to 3.2.1

fbec767b7dafacddc05eba1dd2563aa6dfe97e55 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
close #3659: fix index out of bounds issue when using stacked bar chart

b03cf16ec47437c066e17b5b8f77322111695e6a authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
Fix memory leak after rendering

477999edb419c846c27ffdf26e97693b6f5d1cd5 authored about 6 years ago by ooba <[email protected]>
close #3661: update podspec to include swift verison

86ae25384960e764641650bd76ef20fb9148aa96 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
fix issue #3662

26dfe038f14289125e10bca214f345eb6cf17569 authored about 6 years ago by duyiping <[email protected]>
Uppercased the section title

0edceeac76d5cdeee9b55b6bd8c0bca93679ac98 authored about 6 years ago by Kem Chen <[email protected]>
fix function groupBars document error

c68ed078e1ad40d14bb1c90ddb0dd9fdb688eedf authored about 6 years ago by Kem Chen <[email protected]>
Remove duplicated section

033bb119aa3a95c2250adf4ac3839f79e49d22ad authored about 6 years ago by Kem Chen <[email protected]>
Sort sections

```
((///)[ ]+[^-\n]+(\s+))?(((((/// - Parameters:\s+(/// (( - \w+:)|([^-]{1})).*\s+)+)\s+)|(///...

f3fa7524cb8e5949731fb65d396203b142725a98 authored about 6 years ago by Kem Chen <[email protected]>
Add missing `-`

```
/// (note|return|parameters|throws):
```

```
/// - $1:
```

bad3eef4e0e418f0ae7d98af9f78c0c09ca5cf39 authored about 6 years ago by Kem Chen <[email protected]>
Remove property’s `returns` section

```
/// - returns: (.+\s+((override|@IBOutlet|@objc|weak|unowned|lazy|static|class|open|public|p...

849acbe9b214ac38e56d046ba233fe3a0ff7f92a authored about 6 years ago by Kem Chen <[email protected]>
Remove parameter prefix

```
/// - parameter (\w+):(.*)(\s+///(\n))*(\s+)
```

```
/// - $1:$2$4$5
```

576d7af245d56dd4c4c1f813e09e64457030bc47 authored about 6 years ago by Kem Chen <[email protected]>
Add Parameters Section

```
(\n[ ]+)(((/// - parameter \w+:.*\s+)(///((\s+)|( \s+.+\s+)))?)*/// - parameter \w+:.*)
```
...

08820aae0c4b7c8e8dd7335f2dce8d7c483ae730 authored about 6 years ago by Kem Chen <[email protected]>
Make NSUIAccessibilityElement initializer public.

3d40b000deb529be869241cdc44baab45d2a4f89 authored about 6 years ago by 417-72KI <[email protected]>
update README about swift version

5087a04bbefc9f15995113954ce217bbfb445577 authored about 6 years ago by Xuan <[email protected]>
update cocoapods

0b2e873ad1ffb927c244a92f746150b88284cf06 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
update changelog

c331add52470768f9637ea99edd17a881397d1a7 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
release 3.2.0

856ef4ccedf8142032c0f9998f8f38d0f3ffe136 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
migrate to swift 4.2

98a472cf77a419e63a5a853b04515cb3d4f34079 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
Merge pull request #3522 from jlcanale/Swift-4.2

Changes for Swift 4.2, Xcode 10 and iOS 12

c43b6b6070c15af5f2a99dc57a6e62487921aba7 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
Changed the part of the code where the delegate gets called

c3d3ed7975487862b3504809ce5c1cb4d587df08 authored about 6 years ago by Anton Doudarev <[email protected]>
Added delegate callback to detect when panning is finished, to potentially allow users to manually reset the hightlight values once panning is complete

767d03d5c904d97fed49e41ec79d61f6cc7d8d50 authored about 6 years ago by Anton Doudarev <[email protected]>
Merge pull request #3518 from JCMcLovin/getFormattedValue-stringForValue

Changed comment that referenced getFormattedValue() method in IValueFormatter

4fca1f7a027c69782522416ef73d9bb92119d1d3 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
Merge pull request #3587 from shiwangwang/fix-barheight

update barRect.size.height calculation

5a5121de35051ce0ec54a2cf0905748a4c7cda27 authored about 6 years ago by Pierre-Marc Airoldi <[email protected]>
update barRect.size.height calculation

when bottom equals top, offset is not necessarily

881b72e33ff5b03d281faabdc4f554bcea4eb307 authored about 6 years ago by shiwangwang <[email protected]>
Merge pull request #3548 from chuynadamas/master

Support inlune bubble viz selection

88895d0d157506d19e94c83db224c92f3504fc55 authored about 6 years ago by Xuan <[email protected]>
Merge pull request #3528 from yangasahi/demo_title_fix

fix the error title for demo

61eb6e6ba699cc6a14b46340e3f4eeb5be5eeecd authored over 6 years ago by Xuan <[email protected]>
fix the error title for demo

5d9860f43a3a20e63b7b522bd2b3226d8581db11 authored over 6 years ago by yang-x <[email protected]>
Merge pull request #3520 from mathewa6/master

Accessibility Support for (most) Chart types

fafd58cdc24c48c1579d15aa161f00ebede3f631 authored over 6 years ago by Pierre-Marc Airoldi <[email protected]>
Support inlune bubble viz selection

8d9580377d2af1703710309739fb26abcbd3add2 authored over 6 years ago by Jesus Cruz Perez <[email protected]>
Minor change to adhere to UIAccessibility docs. (#1060)

Updated return value for the index(of:) function to be NSNotFound in
Platform+Accessibility's iO...

71f5c3405e6df05f25206210f30555b2d2a93c1f authored over 6 years ago by Adi <[email protected]>
Fixed incorrect accessibility frames for Bar chart. (#1060)

Added an offset to BarChartRenderer's barRect calculation in prepareBuffer() to prevent
calculat...

a77b5efb8d5bbaa70c7aee7b8642a3c782c8abe6 authored over 6 years ago by Adi <[email protected]>
Changes for Swift 4.2, Xcode 10 and iOS 12

ed67b785524581ebacca09389263a72676149a26 authored over 6 years ago by Joseph Canale <[email protected]>
Unified accessible header creation for renderers. (#1060)

Added createAccessibleHeader() to ChartRendererBase.swift that is used
to create a descriptive h...

c78576648a172e3476107a6b2d0a727e989b83bd authored over 6 years ago by Adi <[email protected]>
Fixed accessibility frame calculation on macOS. (#1060)

Added a workaround for non updating accessibility frame when resizing
windows and using Charts o...

afaf9e54a92094c178ade9720a252914e16444f9 authored over 6 years ago by Adi <[email protected]>
Added accessibility for CandleStick charts. (#1060)

Updated CandleStickChartRenderer to populate accessibleChartElements.
Unlike most other renderer...

99aadf508e6d0ef1a33f0ae39e17e43dfb588e3b authored over 6 years ago by Adi <[email protected]>
Bug fixes in Bubble and Line Chart accessibility. (#1060)

Fixed crash due to incorrect use of maxEntryCountSet instead of dataSetCount
in BubbleChartRende...

867a502efd54875d06800b6720135e86f44bce54 authored over 6 years ago by Adi <[email protected]>
Merge branch 'master' of github.com:danielgindi/Charts

5a3cc2216162d82a4d006c133d269e37cc6915d4 authored over 6 years ago by Adi <[email protected]>
Update code comment to reference stringForValue()

Adding back the comment but revised it to refer to the stringForValue() method in the IValueFor...

e1f3b713bdd2601b0169ed0db913b823d65bdd72 authored over 6 years ago by Jim <[email protected]>
Removes comment about non-existent method

IValueFormatter had a comment suggesting that you can override the getFormattedValue(…) method b...

50805d1f6053b8299c8e70e899d1165f8baee9b8 authored over 6 years ago by Jim <[email protected]>
Merge pull request #3406 from alexrepty/y-axis-label-enhancements

Add more render options for y axis labels

0d33db4da87a549abb8d517d71ac2c36ecd731a5 authored over 6 years ago by Pierre-Marc Airoldi <[email protected]>
Added accessibility for Radar charts. (#1060)

Updated RadarChartRenderer with accessibility properties and calls in
drawData and drawDataSet. ...

0a35b862f9b70753d578cf495fab9d3c8315a427 authored over 6 years ago by Adi <[email protected]>
Added accessibility for Bubble charts. (#1060)

Updated BubbleChartRenderer to mirror LineChartRenderer's nested
use of accessibilityOrderedElem...

2329bd72b4c5dd0cb8e660525ca2e07ee21aabb7 authored over 6 years ago by Adi <[email protected]>