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

add highlight circle for radar chart. It combined an inner filled circle and an outer stroke circle. inner circle fill color, inner circle radius, outer circle radius, stroke width and alpha can be customised.

2d08c1f75a2b412be4ac885768e877be9d7f4f89 authored almost 9 years ago by liuxuan30 <[email protected]>
calcYValueSum should not be ABS (Fixes #604)

3e9c260cc6d1f92f6c077e2cd590d0a8b1157cdc authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Prevent the matrix from reaching invalid values (#417, #607, #577, #582)

This may also solve #576

9942aee9c424ba027e1e62079232d3dc5dcdf772 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #600 from liuxuan30/dataSets

Call `initialize` for `dataSets` setter

69ee4593a47936ccfe649649d0db8cddb19c5d6f authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Removed ambiguity of _dataNotSet (Fixes #585)

We can just check for _data being null,
knowing that this is the situation defined as "no data"

4599e4295fc3ee74e3d05c36a237f18975ee4ddf authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed pie-chart highlight position while animating on X

0ada4174c2e58a37a763baedaec1d66c8f5b162e authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow setting the max pie-chart angle

https://github.com/PhilJay/MPAndroidChart/issues/989

91001c06da8561f6e9098f60040fed31ec05e2d8 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #614 from chanil1218/master

Remove useless parentheses causing swift build error

cc0f59d952e15ebefadb3f347bf46d7f41aa1c22 authored almost 9 years ago by Pierre-Marc Airoldi <[email protected]>
Remove useless parentheses causing swift build error - "Expression was

too complex to be solved in reasonable time"

2496c8bd34b0b93768d6089c3586187b0600f6ca authored almost 9 years ago by Chanil Kim <[email protected]>
Added automatically generated change log file

d02783a9667b1e0852f88b58e123f4dcb111c093 authored almost 9 years ago by Petr Korolev <[email protected]>
add initialize dataSets in setter

1cfe6e866bb287a6f2efd7f32110f46bb25acfb6 authored almost 9 years ago by liuxuan30 <[email protected]>
Merge pull request #580 from alvesjtiago/bar-chart-tests

Bar chart tests

3f88894f31683888862cf14312db74b05c1a0101 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Bar chart tests

Bar chart tests included mimicking previous line chart tests. Updated
ios-snapshot-test-case to ...

e108da52fbe9ee946cbad04fb0f6fd30bd6da73f authored almost 9 years ago by Tiago Alves <[email protected]>
Merge pull request #558 from liuxuan30/RoundBeforeInt

Fix for rounding error at the edges

f68e0079c155ec5e37b8c73831a769245e4f005e authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #571 from adonaire-sage/objc-get-bar-bounds

Make getBarBounds callable from Objective-C code (Fixes #570)

d6ca409b30ea505546f14dd33817a030a7bd76a8 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Make getBarBounds callable from Objective-C code (Fixes #570)

Changed method return value to nonnull, because CGRect in Objective-C doesn't allow nil since it...

8cf8d1aad782f7766be3fd41b0341c6c7de20905 authored almost 9 years ago by adonaire-sage <[email protected]>
round the float value before we cast to Int

Old code will cause the visible index incorrect, smaller by 1.

Int() simply cuts the fractional...

862de8907b9397a6732512e001d3e914e81043c1 authored almost 9 years ago by liuxuan30 <[email protected]>
Update README.md

a942a4a4faf520cef323fa23fb103c6ec7e16670 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Bumped to 2.1.6

1364bb2b9651b728407bcf242a3911f929df182a authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed possible out-of-bounds exception when no ranges are present

31dd1a53e26f870cb197dd18f5e1576b023ee3c0 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #464 from coupgar/feature/tableview_hack

Approved, pending styling: Fix Scroll issue when the graph is in a UITableView

530cbabce9a2aae56f39e0f0a9356eac53b8ed6b authored almost 9 years ago by Pierre-Marc Airoldi <[email protected]>
fix Scroll issue when the graph is in a UITableView

f026302a072bc8db36af0f18760516ab63f0c933 authored almost 9 years ago by Xiaobin Chen <[email protected]>
Merge pull request #462 from vvit/antialias

Add ability to turn off antialias for grid lines

19b07265b23f575c494649cfe057eff9e727e952 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed (again...) the highlight vs. drag issue (Closes #520, closes #521)

d389c4f78380140ff8755489ef79f85bca916e3b authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Update README.md

a9ca92a1b904761b71ea49c1c45682d6e9168d2f authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Updated test snapshots for latest x-axis label offset changes

2a27183bb820c5f3bf7fbf908f2f0241fc4c2b8e authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
A comment on how to record in tests

6722c6c84675be8a9cb4eed24a99c27cef49e871 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Removed extraneous "y" (#512)

2c0df51fe806c6d9c3dfa72914bf90f8d19c0049 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #513 from danielgindi/x-axis-label-rotation

Implemented support for rotated labels on the x-axis (Resolves #61)

13306c37937297c04311cb2ad24f6a982dbc79db authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Carthage folders should be ignored

7302bcc88f9b90891dd1fcba9b578b9f86a29aa9 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Implemented support for rotated labels on the x-axis

8367365bfd60cf10247aa440ff0b27c27829f1eb authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Support for customizing description text position (Fixed #512)

9af10bc842f8218734f905588e22ee42afbe64de authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Match code styling to new-line brackets

58129c42597c9b828e6fee3d516775f26a73a623 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #500 from petester42/tests

Adds test support without cocoapods

93d20e7c68441808a050f9c9e1e06be47d1d45e7 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Adds test support without cocoapods

d6455f16be47c7860850ce2d0ff103f2947dc674 authored almost 9 years ago by Pierre-Marc Airoldi <[email protected]>
Fixed conditions for hasNoDragOffset (Fixes #499, fixes #498)

1d53151883e924d14c59c46ec77b7a402befc93a authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #501 from petester42/simplified-targets

update targets to build framework with same name

e9743d50e9656c2596f507b36681a83b5b783953 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
update targets to build framework with same name

Simplified the resulting framework so that there is not ChartsTV
framework. Only a Charts framew...

91bb0cb1ffce07b66723d460f3a8c73f42e75ef6 authored almost 9 years ago by Pierre-Marc Airoldi <[email protected]>
Merge pull request #498 from leoMehlig/drag-offset-fix

Fixed drag offset panning bug

dbc0db662a211f99c8d879171525a4ec75450773 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed drag offset panning bug

Fixed a bug where panning was disabled in BarLineChart if a drag offset
was set

Could also be m...

0de62e811f1f6e82e03508696b69768a229c524f authored almost 9 years ago by Leo Mehlig <[email protected]>
Allow adjusting the offset for a ChartMarker based on drawing position

76b1247ea7da4d0f86df5747c38360f8ce5cba37 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed deltaX in combined chart was not calculated in some cases

6a6a7616cc9dda81d110bb7062fcb717b51b1eb5 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixes a potential crash in drawCircles() (Fixes #496)

59cc435371806f7c43ceebfdf926463bfa8e657b authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #493 from liuxuan30/onlylineData

if only line data exists and no other data, turn _deltaX to 1.0

2ea751becfc23008b60b9a0782ea79aea0f219c8 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed case in `highLightAlpha` -> `highlightAlpha`

fe3b30d18adc6175df325d7616e0a97cb5c38f59 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow disabling tap-to-highlight, separately from drag-to-highlight

598f4b61174ad393e5cc53546083cfab797c983b authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Updates to docs

edcf507366420e812d4d01dfe87b090e388b3611 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Added a default override for highlightValue

3dc82573da0f4840fe8eda5c0325c0ec1ea4fc65 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed a case where of highlight not clearing on first tap

Happening after calling highlightValues(...)

18612174bb6ea4b989430a8d7fb522dcdd49dfd4 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Remove `highlightEnabled` from ChartViewBase

Because of confusion when changing the property before setting the data object.
Related to https...

24f86d5bf9a52760d9ab2d74dea792bfbf053db4 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed the avoidFirstLastClipping feature (Fixes #479)

0ad97f381f151ea1b260514ceaacdfe38bae3d36 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #497 from danielgindi/revert-489-master

Revert "BUGFIX:fix xAxis labels of bar chart"

4ae557c99b2db41fbc6b792ffab063332b8ddddb authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Revert "BUGFIX:fix xAxis labels of bar chart"

bd49f9be483f4a99e9936318761a9bfe4219f818 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #489 from AntiMoron/master

BUGFIX:fix xAxis labels of bar chart

b3bf550f12efad2862108168e4d9f653f818f1b1 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
if only line data exists and no other data, turn _deltaX to 1.0, just like what LineChartView did

8e1bcbd8ed33e153b90b30dc20446b5965fc6727 authored almost 9 years ago by liuxuan30 <[email protected]>
Merge pull request #488 from PhilJay/master

Fix issue related to PhilJay/MPAndroidChart#1121

94e06ce85918989efd54b7465fa3784cdec2cae8 authored almost 9 years ago by Daniel Cohen Gindi <[email protected]>
BUGFIX:fix xAxis labels of bar chart

e52f92c5565f9e41c6ead425f9ef068089ebe216 authored almost 9 years ago by MeoJa <[email protected]>
Fix issue related to PhilJay/MPAndroidChart#1121

46fd83942da8f572989dbee9d88eb8152baeb1d0 authored almost 9 years ago by Philipp Jahoda <[email protected]>
Update README.md

884f86d6847b3e23294b66ec98425bbf057960dd authored almost 9 years ago by Philipp Jahoda <[email protected]>
Bumped to 2.1.5

3da826022dce15ac33a5e54f716107ca1cf3bf67 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Prevent crippling of scaling due to merged commits

b1e9d0b2f8ecdc5e7684b11b856aec27eab3f0ff authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fix documentation

d6b803ac85a0e661fb3098dd2bdfd8e58f5e77e8 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge branch 'master' of https://github.com/iangmaia/ios-charts into iangmaia-master

a453d1397792ffe63808a2715cc4768ee281f22c authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #478 from AlBirdie/master

Changed _chart access modifier from private to internal

8a48332010f71b4d07706854b9fcaaa2b5c8a5c1 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Changed _chart access modifier from private to internal

1f21df6bbd448889cfd32979ca407f9ff30ce0f1 authored about 9 years ago by AlBirdie <[email protected]>
Support for custom alpha for pie hole

31485c042124fd9b8dbf5fa148ee3e73d3f97f24 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Improved cubic line sample

d3640610699878317393a7fe9e68a81464ad2ec5 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Changed renderer delegates to more independent providers, like in Android counterpart

This change may require 3rd party subclasses to adjust their interfaces

8304747f7fcbab48ef66fecb078e353ae6d093a6 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Some work on optionals and implicitly unwrapped optionals, for safer code

2b4e61dc62fb662e68199a9fa36b8e4ce47d6063 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Use guards to get rid of optional contexts

I could have used "if let" but didn't want to cause more spacings which would break PRs

c66f4cc99dd238e3812d21da0143f9bd75be94ea authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Added support for NSAttributedString in Piechart's centerText (centerAttributedText)

a8fec55d27b81a0ff816f52becc81c03d8b22ffc authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed PieChart selectionShift effect on offset

7e07c3c6dd9dc9f42b269839de09c4b03a07d36c authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Changed default minOffset of Pie/Radar charts to 0.0

22c8d1196ddd65ee517a1301716fd9b22b3992b8 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #457 from zntfdr/master

fixed noDataText and NoDataTextDescription texts ovelapping issue

aa8a1bcf49a0524df76132199c7ac516cf19ca61 authored about 9 years ago by Pierre-Marc Airoldi <[email protected]>
Taking the y scale into account to allow / block further zooming.

e1b49827e732c0598d2319f5b5b10acbebe79df9 authored about 9 years ago by Ian Guedes Maia <[email protected]>
Add ability to turn off antialias for grid lines

48b9dc76ed7d91061e7d1b879b7eef5b39779b41 authored about 9 years ago by Vitaly <[email protected]>
Fix possible Index Out Of Bounds error

36f67bc7aaf928a07d97344526c9aa52486c8e0a authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed PieChart "chartValueNothingSelected" not firing when clicking outside of the chart

e194f17526491899b14584202b8e6ca961928e20 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Demo updates according to Android counterpart

3d6b881a879194b38a87ef0e3e88d77dec220b76 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed a typo "hightlight"

740656ff66676dcacc7c401cd570055938135bd3 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Docs updates

7c355b77c30b6ee2a3fd9ab2e9ffe5f07bdac9f5 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fix disappearing line when zooming into LineChart

e520c77553a6f959ce6e91cbfb9d4d8adb4ca74b authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Some refactoring to axis limit line renderings

2edcf60d75122b7931d2ed92aa8e3b013a0b6ceb authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #432 from pajai/master

Make the ChartXAxisRenderer more flexible: now possible to overwrite drawing the line or label o...

10fbd96a149675481535e250f476686b1a602865 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed demo to call setMaximumScaleX (Closes #418)

d4482caea2802de4f8de7e57cd73eea2a9c129d3 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Stop consequent calls to animate on different axis from interfering (Fixes #456)

536eac2262102e3fd2284d5782c576c62ef1f61d authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
fixed noDataText and NoDataTextDescription labels ovelapping issue

d755877b962bb98b66e5b3d4d317e60cfaf81ff4 authored about 9 years ago by zntfdr <[email protected]>
Trying to fix issue when there's a maximum / minimum scale and the user tries to pinch the chart further, causing it to slide sideways.

4009962d63a4d9de67f8f374736092681058e4f9 authored about 9 years ago by Ian Guedes Maia <[email protected]>
Tuned code styling

d6687bcad7dac949a0d3fc2e0f4f1655a0895364 authored about 9 years ago by Patrick Jayet <[email protected]>
Added Carthage support (Closes #217)

c63975b30cd578e539e8af866c6060ebb42f662d authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Bumped to 2.1.4a

Because of a Radar chart endless loop bug

dc9f4b69514b43bea8ce382bebea09a2816f1d20 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Improvements to highlight animation phase applying

ccb143c1242f60ff8346ac5537c3c9b3fbc6320b authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fix highlight arrow animation phaseY

19e6b43f96ad3abff57fcd771981b6424a433795 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fix highlight animation bug in stacked bar chart (Fixes #349)

311db6a007341e5777dd536d51f8d378b13e7136 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed `copyWithZone` for latest Swift 2.0 changes (Fixes #410)

d6cb47e0955df0cb7bab598e283c9b1636f06117 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Reduce to nil check only (Fixes #417)

062a61bad10bef8c42cba13e2a28db911d4fdf79 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Avoid trying to draw cubic fill when there's no points (Fixes #419)

8cc2813a01150dff204c262de70031b76ce8f05a authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Fix drawing of scatter custom shapes (Fixes #423)

4a6471fbf97a7273f66008f9ba63b867ad464a0c authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Removed CALayer extensions, as they are causing too much confusion

ed062b9faa0fe48fa09168cac06d4ce8e1a9d5a9 authored about 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor refactoring for "above" legend PR

ccbb1c5ced2dd71a1d99cf52e67fcacd8c5f7acf authored about 9 years ago by Daniel Cohen Gindi <[email protected]>