Ecosyste.ms: OpenCollective

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

Charts

We are on a mission to build a wonderful crossplatform charting library.
Collective - Host: opensource - https://opencollective.com/charts - Code: https://github.com/danielgindi/Charts

Xcode 7.3 converted this one - but Swift crashes for this range.

Dammit Apple. Yeah, the end might be < start in some cases.
Just make these work like normal loo...

github.com/ChartsOrg/Charts - f1a84d6e9f969117289fbf778e9c6c88d4ae9bc7 authored almost 9 years ago
Fixed a case where large y axis numbers had rounding issues

github.com/ChartsOrg/Charts - 2d979845e32122709845e72bfa0c03c1eb6dc931 authored almost 9 years ago
Added granularity to sinus demo

github.com/ChartsOrg/Charts - df2d25e077f6533b3298915242fdbd439ef2c390 authored almost 9 years ago
Fixed typo "granuality"->"granularity"

github.com/ChartsOrg/Charts - 4392552f4a9a5ad4299babe1ef7e55d1e2ef5e21 authored almost 9 years ago
Corrected Swift version

github.com/ChartsOrg/Charts - 2a9b9aa100a2720c888ea1446c9eede1c2d6a0b5 authored almost 9 years ago
Update README.md

github.com/ChartsOrg/Charts - 1e4c3c2b1cef40e205470110b9cf4f34ce2b70f4 authored almost 9 years ago
Update README.md

github.com/ChartsOrg/Charts - eb1ce31d08a4762b7de1a7f775c77c4df36ed7ad authored almost 9 years ago
Use latest `facebook/ios-snapshot-test-case"` for Swift 3.0

This is mainly to allow travis to build

github.com/ChartsOrg/Charts - afc70a4ba509e36eb43a0fdee9e7093336cae72c authored almost 9 years ago
Merge pull request #894 from liuxuan30/updateReadme

remove duplicated statement

github.com/ChartsOrg/Charts - c0f1baec72d94d9ba7615b4f5bedd32d4aa2537f authored almost 9 years ago
remove duplicated statement

github.com/ChartsOrg/Charts - 8a4b58df2ed4825fcca42f7dbd22725f9a6b005a authored almost 9 years ago
Updated travis' Xcode version for Swift 3

github.com/ChartsOrg/Charts - 35b3367268f697f577bfeb3592bbd3bfc6f3f957 authored almost 9 years ago
Merge branch 'swift3'

* swift3:
Migrated all swift code to Swift 3.0

github.com/ChartsOrg/Charts - 43a079682e875fe7f01a4f3a9957116ddcd6a5aa authored almost 9 years ago
update xib outlet reference

github.com/ChartsOrg/Charts - d078986784e5d1dcc4c988019b995f5b57383d38 authored almost 9 years ago
update xib outlet reference

github.com/ChartsOrg/Charts - 6afcc3746b3ae01943ed349cc6f53a15e60a017b authored almost 9 years ago
Add PiePolylineChartRenderer

github.com/ChartsOrg/Charts - 675a176bad15d2c5afaa47a52b46ac7938d27d5e authored almost 9 years ago
Update README.md

github.com/ChartsOrg/Charts - 3339016d2beadb11ff4727f036cc42b9d87a3b78 authored almost 9 years ago
Merge pull request #861 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

github.com/ChartsOrg/Charts - 099c5c34c649c1ef7a24ee856b8d2d39a84ce539 authored almost 9 years ago
Add Gitter badge

github.com/ChartsOrg/Charts - fc4e935109dff2212f139294fc030940e58ecdde authored almost 9 years ago
I missed some tests

github.com/ChartsOrg/Charts - 137efc864b68ed70c68e4c42831379f1691ad0a3 authored almost 9 years ago
Updated tests for `drawZeroLineEnabled=false` by default

github.com/ChartsOrg/Charts - 1d49cd31f5e05b1472c2adc60a045501081896c3 authored almost 9 years ago
Initialize `drawZeroLineEnabled` to `false`, for backwards compatibility (Fixes #849)

github.com/ChartsOrg/Charts - 0403d82ce8ad0a3593d6e3c2a1aae5a5c1d58574 authored almost 9 years ago
Migrated all swift code to Swift 3.0

github.com/ChartsOrg/Charts - 476c347069affea4c3db59e906c7649300e933b9 authored almost 9 years ago
Do not let slice spacing make the chart go haywire. (Fixes #819)

If the user provides data that does not allow the spacing to stay even -
he will need to manuall...

github.com/ChartsOrg/Charts - 4f87c7c007f95f0e8ef85a6b09346722366584c9 authored almost 9 years ago
Fixed usage of automatically calculated properties

(the customAxisMin/max should have been used here)

github.com/ChartsOrg/Charts - 368e251b4c38a8d4fc3d97a27028871e66892546 authored almost 9 years ago
Useless override of chartXMin/max (Closes #673)

github.com/ChartsOrg/Charts - 2dcc39c9fe25cda978ea98e14dc0dc698704f729 authored almost 9 years ago
Fixed cubic line "leak" on first point. (Fixes #683)

Since lately we've done many fixes to the calculation for first/last
points in cubic drawing -...

github.com/ChartsOrg/Charts - f36171c3b8f9d00cf9debd9ac3be7a50c579ef2b authored almost 9 years ago
Fixed CGGradientRef leak in demo

github.com/ChartsOrg/Charts - a9c3c38d2d541afa6ea61d8d06df29f840d2cf57 authored almost 9 years ago
Removed extra spacing applied in the wrong place

github.com/ChartsOrg/Charts - 5b3e57b801c8f2bfee849d717e5aab09d0a92f6e authored almost 9 years ago
Default value here should be Infinity

github.com/ChartsOrg/Charts - 16739ef26720e232e0d1ea919e1e649079958849 authored almost 9 years ago
Fix magnification gesture on OSX (Fixes #850)

github.com/ChartsOrg/Charts - b0a40c35cf514e52a406923732aabe8b87e9518f authored almost 9 years ago
Adjust latest changes for OSX

github.com/ChartsOrg/Charts - f336ba763079b763c59cf76ca3cce60c8cefd4cf authored almost 9 years ago
Merge branch 'liuxuan30-lineCap'

github.com/ChartsOrg/Charts - 6a683d0bc5aadc0bf5a2e542a2f333b1d8b25bd6 authored almost 9 years ago
Moved these to a more appropriate place

github.com/ChartsOrg/Charts - 34f889255601dd6596172f98aad2b46db6eba643 authored almost 9 years ago
Merge branch 'lineCap' of https://github.com/liuxuan30/ios-charts into liuxuan30-lineCap

github.com/ChartsOrg/Charts - b072d6b69bd6680de6d955dc8d0a4b0d3c8e8f55 authored almost 9 years ago
Merge branch 'noais-Noais'

github.com/ChartsOrg/Charts - a76242e0cec0d609e3957a3a5a0793ae155cfe97 authored almost 9 years ago
Found a more appropriate name for "allowRepeatedValues" :-)

And provided detailed explanation.

github.com/ChartsOrg/Charts - 38d1275d5583a1944cc88bb8929b59c1300264d0 authored almost 9 years ago
Adjusted for latest "guard" changes

github.com/ChartsOrg/Charts - fec9c7f6b84507e6ab85ad3ede15be48cb1ad3e5 authored almost 9 years ago
Merge branch 'Noais' of https://github.com/noais/ios-charts into noais-Noais

# Conflicts:
# ChartsDemo/Classes/Demos/CombinedChartViewController.m
# ChartsDemo/Classes/Demos...

github.com/ChartsOrg/Charts - 7cde97d0549c9c722d78bb198a555602ae54b3d3 authored almost 9 years ago
Changed menu order

github.com/ChartsOrg/Charts - f77871237b50b31136d2c5298ddbbf96a1f27df1 authored almost 9 years ago
Merge branch 'liuxuan30-radarDot'

github.com/ChartsOrg/Charts - c9e132cc433a6387fdf8587c827e4e2f7faecb9b authored almost 9 years ago
Highlight circle should be animated too

github.com/ChartsOrg/Charts - 942615b13a6f9df94593405cda0b277d1b77dfd0 authored almost 9 years ago
Styling for highlight circles based on dataset

github.com/ChartsOrg/Charts - 5c30ada0e3294880f28ee5dffe99ae96811b5acf authored almost 9 years ago
Merge branch 'radarDot' of https://github.com/liuxuan30/ios-charts into liuxuan30-radarDot

github.com/ChartsOrg/Charts - 4b86e9c986a5b1f385e177ba1ff3ef04b52e61df authored almost 9 years ago
Merge pull request #847 from leoMehlig/piechartdata

Type bug in PieChartData

github.com/ChartsOrg/Charts - c218f3d58b5ac941543527138a355a3bad029890 authored almost 9 years ago
Fixed a bug where after rotation/resize the matrix stays out of bounds

github.com/ChartsOrg/Charts - f3e1d7b7701c8de7b1cdb918761a48a01af33675 authored almost 9 years ago
Type bug in PieChartData

The property dataSet on PieChartData did expect a PieChartDataSet and
tried to convert the resul...

github.com/ChartsOrg/Charts - 5a831163e95145561d6d40733dc4ae5cefecd032 authored almost 9 years ago
Supporting bar borders update in demo project

github.com/ChartsOrg/Charts - 3a05e830593edbe378d1710cce880be0750222d9 authored almost 9 years ago
Supporting bar borders

github.com/ChartsOrg/Charts - 09e88657c2e24778084f530943e9f600d4bb1aeb authored almost 9 years ago
Merge pull request #824 from leoMehlig/rotation

Keep position on rotation

github.com/ChartsOrg/Charts - 2a6429080072f6124ec317e3da7990bffab5374a authored almost 9 years ago
Merge pull request #828 from PhilJay/master

Update Readme

github.com/ChartsOrg/Charts - 28d9a5486063c4197e9c4db95b4732b896843906 authored almost 9 years ago
Update readme

github.com/ChartsOrg/Charts - 84842b50b6b289f5ceac2ab42ee4a2e93265a674 authored almost 9 years ago
Merge pull request #1 from danielgindi/master

Update

github.com/ChartsOrg/Charts - 38e5ca7a03e4c0d68e3cd4e320518720ce9d345a authored almost 9 years ago
Keep position on rotation.

I’ve added a flag to BarLineChartViewBase indicating whether the chart
should stay at its curren...

github.com/ChartsOrg/Charts - afc1be65f88ca787d2b80add1711d8f275b123d4 authored almost 9 years ago
More accessors on viewporthandler

github.com/ChartsOrg/Charts - c7e5ade00ee5afd4737156b7873611d63385002e authored almost 9 years ago
Fixed cubic fill causing borders on cubic stroke (Fixes #747)

github.com/ChartsOrg/Charts - c6bfb03594c6b93e6822b030cc6a4c65076b75b4 authored almost 9 years ago
Added missing rounding argument in entryIndex

github.com/ChartsOrg/Charts - 92e626c5b035b9398ec0960c35edd049ef9c98d5 authored almost 9 years ago
Removed yValueSum/average from PieDataSet

This was a residue that was removed from the Android side already

github.com/ChartsOrg/Charts - 6251cd7c00dbe5962d13f99ececb31683d0b1c38 authored almost 9 years ago
Merge branch 'ezamagni-stepped-linecharts'

# Please enter a commit message to explain why this merge is necessary,
# especially if it merge...

github.com/ChartsOrg/Charts - 674fe6492ed8a3eb53f6d7e91b43797cbd1a467f authored almost 9 years ago
Minor performance enhancement

github.com/ChartsOrg/Charts - 8d05deaa2895615666415575ea59121aa787e32b authored almost 9 years ago
Code styling

github.com/ChartsOrg/Charts - cfa0bea53cf0c686f8bc15acd98fb7643b4f1e83 authored almost 9 years ago
Merge branch 'stepped-linecharts' of https://github.com/ezamagni/ios-charts into ezamagni-stepped-linecharts

# Conflicts:
# ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.m

github.com/ChartsOrg/Charts - 987a13f29bb625c4a65692fe0aef54ede50a8e89 authored almost 9 years ago
Merge pull request #811 from krbarnes/master

Set code signing identity for iOS targets

github.com/ChartsOrg/Charts - a82a7e5305aba950a88afda4088d52b44f847895 authored almost 9 years ago
distribution for release builds

github.com/ChartsOrg/Charts - 8eaba3482879751d8a6ca9a7f9a6f9a0a384731c authored almost 9 years ago
change code signing identity to iPhone Developer for iOS target

github.com/ChartsOrg/Charts - c5f6fdd70b2738f873610b237f9d1af97228532d authored almost 9 years ago
Fixed parsing of short #abc colors

github.com/ChartsOrg/Charts - f324ae80ded264247b122434dccca55ed66095e7 authored almost 9 years ago
Merge pull request #795 from boourns/patch-1

Add trailing newline for preprocessor statement

github.com/ChartsOrg/Charts - b30a8403aef71ee55ee51131e93b2b5ee2786822 authored almost 9 years ago
Add trailing newline for preprocessor statement

github.com/ChartsOrg/Charts - 8b5e806f8725f9a04981671554c19cef77480b75 authored almost 9 years ago
Do not create an empty highlight object

github.com/ChartsOrg/Charts - 0344e91a7c3f06bcf32379c173bbe09da2d1c56e authored almost 9 years ago
Fixed a minor bug where sliceSpace should be zeroed due to 1 slice

github.com/ChartsOrg/Charts - 33edc18e5bbc85122bbc0c4d7e576478e89f3479 authored almost 9 years ago
Fixed some bugs calculating offset center point for space pie slice

github.com/ChartsOrg/Charts - a7839b7537bb5ce90d265fe159bec5bf7afefe6a authored almost 9 years ago
Version 2.2.3 release

github.com/ChartsOrg/Charts - 1788e53f22eb3de79eb4f08574d8ea4b54b5e417 authored almost 9 years ago
Cleaned up project settings to allow Carthage to build ChartsRealm-TV

github.com/ChartsOrg/Charts - d1c6967ffc4482e484beadddc8dedce3e36b02c3 authored almost 9 years ago
Reverted default fonts.

The tests caught this... Happened during OSX port.

github.com/ChartsOrg/Charts - 3e40debae57c554518ad09dc92dd9542cac70d96 authored almost 9 years ago
Incorrect NSUI prefix for tvOS only stuff

github.com/ChartsOrg/Charts - e1379bd0b93089da39e1a0428dfda7f07284fbe0 authored almost 9 years ago
Hide unavailable gesture recognisers from tvOS

github.com/ChartsOrg/Charts - bc92890e5bc70ea6ba1b276b3fc61632a3f12dd2 authored almost 9 years ago
Added back some missing imports (to preserve iOS 7 support)

Although this will not last for long.
Next iOS 7 release will mean removing support for 7.0.

github.com/ChartsOrg/Charts - d8f4eb35158e153f9982c33110ce3b9328535cb6 authored almost 9 years ago
Moved OSX demos around

github.com/ChartsOrg/Charts - ca6861f2d1e20a4abe3f54f0b07722949bda5f5e authored almost 9 years ago
Adjustments to OSX pie demo

github.com/ChartsOrg/Charts - c31294afe1f43f490cde4cad283e9e6c69674ce0 authored almost 9 years ago
More fixes for OSX/iOS merger

github.com/ChartsOrg/Charts - ca8a7565eb098ebd244c9cefe413062833eefbb9 authored almost 9 years ago
Merge branch 'osx'

# Conflicts:
# Charts/Classes/Charts/ChartViewBase.swift
# Charts/Classes/Renderers/PieChartRend...

github.com/ChartsOrg/Charts - 49e9235c564e5db6902eff243abd5899bb8bee34 authored almost 9 years ago
Removed unnecessary import

github.com/ChartsOrg/Charts - 715da3e74f3a8a598691d1f8d9fecb08bfa5b6f9 authored almost 9 years ago
Avoid dynamic dispatch in ChartPlatform when possible

github.com/ChartsOrg/Charts - 49773f6d5a0a2902035801a526f864b32cf588d5 authored almost 9 years ago
Added mouse rotation gesture for OSX

github.com/ChartsOrg/Charts - dd7388cbc51277961a19a152d8b74e9b0f7adb0e authored almost 9 years ago
Fixed OSX rotation angle being inverted

github.com/ChartsOrg/Charts - e433b13ab0cc2be39c68b9f00ffd7208882346b6 authored almost 9 years ago
Fixed NS/UIScreen scale compatibility

github.com/ChartsOrg/Charts - 2dba16fb44f33aaab63ed979f6f80a15236b1869 authored almost 9 years ago
Merge pull request #780 from asmarques/fix-ios7

Add missing UIKit imports for iOS 7

github.com/ChartsOrg/Charts - 0dae6f00fa2f0c5dc318b82b4f02a5660a5fd883 authored almost 9 years ago
DRYed duplicate demo code

github.com/ChartsOrg/Charts - c67746306837ecffe2a43c4327edca9562ce7e58 authored almost 9 years ago
Minor updates

github.com/ChartsOrg/Charts - 13bc03deeb77d1315566070d46e5783f14faab3d authored almost 9 years ago
Merge pull request #781 from ospr/support-toggle-data-demo-charts-option

Add "Toggle Data" option to demo charts. (#771 Support)

github.com/ChartsOrg/Charts - 796281dc634490957e05d1d461973eab59a948f1 authored almost 9 years ago
Minor refactoring after merge

github.com/ChartsOrg/Charts - c24031b14fb77e275dec1fbcf2f96bbc016a5081 authored almost 9 years ago
Merge pull request #772 from ospr/support-optional-charts-data-property

Make ChartViewBase's _data optional. (Fixes #771)

github.com/ChartsOrg/Charts - 35a7cf3377da81a319e7d93ad63ebc557df2c5ad authored almost 9 years ago
Add "toggle data" option to demo charts. (#771 Support)

Added a "Toggle Data" option to each of the view controllers in the charts demo project. This op...

github.com/ChartsOrg/Charts - ed1ef117617b810094beba6bda66eca87d5312b2 authored almost 9 years ago
Make ChartViewBase's _data optional. (Fixes #771)

Changed ChartViewBase's _data property declaration from _data! to _data? to allow for setting th...

github.com/ChartsOrg/Charts - bcc69ef8b205925d632d67c9456fa833db9ab9b8 authored almost 9 years ago
Add missing UIKit imports for iOS 7

github.com/ChartsOrg/Charts - 63bb919ee919314829a4890d2d1b254e88f96446 authored almost 9 years ago
Made viewport jobs public

github.com/ChartsOrg/Charts - a16e84d6df8eed894525d744f34ff6a84f95141b authored almost 9 years ago