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

These are X scale specifiers only

08730b23f3d6f798df62a8002b2473099c7e895d authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Changed function signature for new setVisibleXRange

bd61eb8f9ca5f9fdbea072c6a94ca829b875cb0b authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Bugfix for setMaximumScaleX

edf24dc031ee831d2d7ac02f98597f12675d367c authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge branch 'dorsoft-master'

ab3906ac25ebe8e6d99a94a8fefb753c6b131a5f authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor improvements

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

07e7063e410563ac0ba23267083a7a9717a80d5e authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Make the default formatters have a minimum of 1 integer digits

3e8d4687b9f7c6dd348e6b949b5852042cb14a78 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Fix a bug where occasionally index was out of bounds

1314786bd67aa4b801b2865a0530ce6c745798be authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Use Swift `count` instead of lengthOfBytes (Issue #120)

fd82163fbdf5f748e3acf31e2f6b2fcd452586d4 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Improvements to legend drawing

18a3c50b4e747c63a0e4768ffb874fc2e7ad766b authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Removed duplicate code

16a2250dd0522893d2caa2f4a5489f2abb4098b4 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Update README.md

f17ad400522b5e1f1b7aa09202704a0efba6d863 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor improvements

6a2573b265595679aebd1e1d8820abe8e397c07e authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed issue https://github.com/PhilJay/MPAndroidChart/issues/625

ca95c76c016d578719903c2885bd3c04d8f7542e authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
fixes the following issue:

When trying to zoom in/out using the pinch gesture when the zoom in/out limit is reached the char...

bd1549c97853e280c9104e6931c84fdcfaa8ca5d authored over 9 years ago by Dor Alon <[email protected]>
Adding a minimum parameter to setVisibleXRange

7938ae1f45ca058355d4de87dc9306034ba409e4 authored over 9 years ago by Dor Alon <[email protected]>
Support for multi-line text in x-axis

8ea33a1d47b42bc53e33db92e30ff12979c03ffa authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow xValues to be nil (When you want to save some extra CPU cycles)

2963016c9a61440d8f758f80ad69ec19f353432b authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Support for word wrapping legend (below chart)

252a76da9df4278f1b92edd772771f2cd60f3a23 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow limiting the legend size based on a percentage of the chart size

aa1ad238b7435ef38d2580cb9af7c86194d579be authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge branch 'AlBirdie-master'

8e32ff690ad9b651cdc0a82c29d2fd74a62e789b authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Improved custom width to be custom min/max width

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

bee7b6cc19f6b38b7fde02ba0b786a3aaa5d1725 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow controlling the extra offsets caused by the legends

5a9190ea6a43f1de6483b66586517511140cfc1f authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor improvements

83227e656419549bca05b47f6c786b0087a135e2 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor improvements to auto scale min/max

bc6bac39af6503e8e73a26dfb237e54b20342894 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Added support for setting a custom width that is wider than the longest label to the y axis.

0b769721b946d517d91f73862d67bc8d238c9d9b authored over 9 years ago by mpz <[email protected]>
Merge pull request #106 from AlBirdie/master

Offset adjustment when drawLabels on the x axis is disabled.

2f1ccc8987d95918cb3b97a5494ad668a0f28736 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Update README.md (Fixed issue #103)

8ed1120e8cf302314935e1037576a4985e4690f9 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Offset adjustment when drawLabels on the x axis is disabled.

9e4c2d34f5078d7a149efa8643edd2a52da84167 authored over 9 years ago by mpz <[email protected]>
Added delegate calls for scale/translation (Issue #105)

c7c083656cb216893d287a0453cdffb44a4f633b authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Updated demos with autoScaleMinMaxEnabled option in menu

fa0b45a7dec5c4d0071e9be1f3d4fa8a8934af8a authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge branch 'AlBirdie-master'

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

# Conflicts:
# Charts/Classes/Data/ChartDataSet.swift
# Added some fixes by @danielgindi and @do...

fb36fa5afb34a7e2459a817c1d48de8bc7fdfefa authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor bugfix for stacked BarChart entries

3bd39059efa6ca7284926ead8988f0e64b3d77a7 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Removed unused property

03e03d91a72e55946f49dba7e08d35c7645c7fa5 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Finalized API for legend extras

731a04e9281ed34ecc9fc11dc0b40b7f82acfca3 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed an issue concerning RadarChart offsets

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

2ac7d650f2fc12f4674add615e64362f636c732f authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor bug fixes and final API for custom legend

9603581757126cefdb7cecfe69abb0b35ae0c375 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Exposed ViewPortHandler to ObjC (issue #97)

5eefb8fac453d26b65c47f22ab36d484d7de5854 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow word wrapping in pie center text

8fde3a123bc6f2bf7e71174f2676e2d0c576423c authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow a nil label for dataset

85df2a059c9198821d28db92863caef391b2d7f7 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
getLabel is not needed here

b0291c9444e21ae6b9ac2c3afb702e485ecd74ae authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
- added support for y axis autoscaling

89026314807d968f71745529c81fff5fe623ea4b authored over 9 years ago by mpz <[email protected]>
- added support for y axis autoscaling

49dba675a3db20e575aa09aff69ce9af28305053 authored over 9 years ago by mpz <[email protected]>
- added support for y axis autoscaling

4f9d6239a5059cb2a6b5b3f20d273a905dee851f authored over 9 years ago by mpz <[email protected]>
- added support for y axis autoscaling

5bbf012c6dd4cb5731bc7642220ebdf762a1d7b2 authored over 9 years ago by mpz <[email protected]>
- added support for y Axis autoscale

8746cafa8e4315d9d9a48bcfb666a6b9502d440c authored over 9 years ago by mpz <[email protected]>
- added autoscaling for the y axis during panning/zooming

d2a02eedee57f220970f7b26c4f3eb4e81965b3d authored over 9 years ago by mpz <[email protected]>
Merge pull request #93 from mkubenka/objc-setlablestoskip

Allow access to setLabelsToSkip from Objective-C.

1b3daa11b24246e4ef2047376800548d54032d11 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow access to setLabelsToSkip from Objective-C.

8d02895d0b1c6de79c8b6b33cb455684c62ab929 authored over 9 years ago by Michal Kubenka <[email protected]>
Comments updated

4ce85170931281bb003ea61cfb977bf244e4665e authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor changes in sample view controller

b1134067287e45773e2eeea0ce0bfb3ae5464bb0 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow custom legend data

98cfe181a05cf41cdde218b6a2afe6e0c012f121 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Moved ObjC bridging below a mark

fc563cbccd7db63c347c1114b7a30818785e933c authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Use nil for skipping form drawing, allow clearColor for leaving a blank

a7c41a88b49f75d1b0286a75faf2fb448ef6e160 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Allow adding extra legend lines

acd479fd651022c64b10d6350e9c4c32bfc78d51 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Moved those to Utils

8ba54eaa61ca4ae48c319eab6ae0ffd3a44125f5 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed a case where Pie/Radar charts were wrongly offset

1dcd523c0d40991336b84ccfac0dbb17b3cca06d authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
ObjC bridges for non-bridges Swift types in ChartLegend

d4eb163078f29a0bf20c095ddd6b6660d2d55e7b authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Another fix for issue #86

fd1402bad75f58d6953dd2c2dd934d79e724ef5c authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Fix for issue #86

f5c3485bad145356c08a4dffaf5abd5d24e8e58c authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Now Bar/Line charts can cooperate with a parent scrollview! (Issue #65)

90ef98ec64b96e032f8a4d71bd5e35018243fbe8 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Simplify those

2f470c5dc57dbdec38c8447c29f283b5c3fcd798 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
A two finger rotation recogniser for Pie/Radar (Good for scrollviews) (issue #65)

This will play nice with other gesture recognizers, especially good for when inside a scrollview...

e056480b819028b301f882335c419f80ea25f315 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Null checks for Combined data

89fed6fde2908b3520630a68953bcb4cee224e5c authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed issue #70

7d2687594ce77bd5afbd39c70303fc9755be5282 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #74 from MichaelMcGuire/master

Changing iOS deployment target to 8.0 from 8.1

af18dca061d1483c8af86bb9ed6e4d750ac1a728 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Changing iOS deployment target to 8.0 from 8.1

4629ebca8b26613a4436857248292f10c6d3247a authored over 9 years ago by Michael McGuire <[email protected]>
Bumped to 2.1.0

3c0775caac28b33531b4441643e060184b803c78 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Merge pull request #66 from mkubenka/limit-line-xaxis

Fix x-axis limit line render issue + x-limit-line example

2cdd9ee8797f6d7db2ab6a8a575a75d27576c581 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Add x-axis limit line example to demo app.

a6baa456165c1f9797109d4ac81d922f48ee09a5 authored over 9 years ago by Michal Kubenka <[email protected]>
Fix x-axis limit line render issue.

Bottom position of limit line on x-axis was incorrectly set to y coordinate instead of x.

fdcc5de5cf6fcc2eff44b9bb92004f3f76dc5ed4 authored over 9 years ago by Michal Kubenka <[email protected]>
Default backgroundColor to clearColor (issue #49)

When initializing in IB, it's clear.
But initWithFrame set it as nil - and combined with the def...

933f4b2f73c8e8023eff133c99d9f79b73cf2472 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
More fixes regarding frame changes (issue #49)

1628822fadcd8c67052524a0057096382a9753ad authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Set combined chart sample with white background

47efa39d3ef69c102b58afc095dd44b4c474db87 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Implemented more delegate functions to allow for extending

85ea5a58ee5d2831327ed167f74b3cc71186655d authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Update README.md

6cfa0dafb00eb16cfbc00e17a1ea09f400e69fdd authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
A better limit for the Bubble height

dac02344abfba36cd645e1630dae0e8ed5535da6 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Check for nullability

9cd6c2a4f5fc27e4eb2736a513b055b84905b5d1 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Bubble Chart improvements

7b1d97c71aed7bd58b02fb8534e8dff8e2964e73 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Update README.md

2bdb7f4efbea9a9b0b6560a3632cbf27e4e80ad9 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed an issue where transparent images exported to Camera Roll

2b1be47fba8f8b553395ef3240b740a81ae14463 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Update README.md

175c54f4aeda48f5c15fc41274373eab92d7534e authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Some work by Phil on adding Bubble Chart to Combined Charts

8c1eee5e52043da575ce9c80710b623fd241bd7f authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor bug fix with cubic line while scrolling

7972df072f2b897c2d04682fd375cc31d56bf148 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor improvements to radial deceleration code

616f9d27d96c4a5207b9da552041282dac828199 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Improvements in radial deceleration (and typo fixes)

c4a2d2c080d48d8162881b0e8d1613aa78fb310d authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor bugfixes

cf19414a915393d05f76b17df89cc1fdcd31ec7f authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Minor improvements for Bubble chart

0abdaba38ce4e7caa0fb2a7fd03c7a724ad98636 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Prevent labels from drawing way out of bounds

2b5200c17f05065c8094d14b6d6adae4a69479ed authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Safety checks

197efded7caac29cd914f807f0854ecdb8e40637 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Enhanced possibility to set the number of x-labels to be skipped upon drawing.

c7b66c87003ecad5c252936a070a46896e83a606 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
`frame` is buggy too. Use KVO on bounds.

9dc6dad41be6df1d91ffc71203898cb6f1ba726a authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Fixed a case where it's unwrapping a nil value

dc49fa7c7f8ca28812f9191df6736bf192eed536 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Make that clearer

6b58b6fca7c9628a8172443079f70634591bf731 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Missing offset to viewport start

f41894bc8ebd1f4cc85a4178a0ab449c61bf7c57 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
No rounding there

9b078c5ab4d3cb7c16e95313697b7d8fab009aa9 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
No need to call getter so many times...

78644d9ab2ac5114f44e6624f1fc146fd19dc3fe authored over 9 years ago by Daniel Cohen Gindi <[email protected]>
Removed unused delegate functions

81f21aab3511706bef17e8ff6a48dfbe836f39f4 authored over 9 years ago by Daniel Cohen Gindi <[email protected]>