Ecosyste.ms: OpenCollective

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

Britecharts

Making D3.js Charts accessible to everyone and helping D3.js developers create quality charts
Collective - Host: opensource - https://opencollective.com/britechartsorg - Website: https://britecharts.github.io/britecharts/ - Code: https://github.com/britecharts/britecharts

Feature - ability to set y-axis label and its offset in Grouped Bar chart (#515)

* Added methods to support y axis label addition

* Added tests and description to the docs AP...

github.com/britecharts/britecharts - 34caa80113cab38058fe6fba62c6a3ae916def35 authored almost 7 years ago by Daler Asrorov <[email protected]>
Added items to changelog

github.com/britecharts/britecharts - aa3af8449dc4bf1100237c5729ab28c26d666e84 authored almost 7 years ago by Daler Asrorov <[email protected]>
Bumped Project to 2.5.1

github.com/britecharts/britecharts - 64407040e010d0cab029f30f5a3b77a51f88bcfb authored almost 7 years ago by Daler Asrorov <[email protected]>
Updating loading states path (#513)

github.com/britecharts/britecharts - fe7015dc710e3fd6fbb594275e1b6cfc530a5d86 authored almost 7 years ago by Marcos Iglesias <[email protected]>
Updating bundle paths (#512)

github.com/britecharts/britecharts - a45dba0199633cb728bb013a82d42eb4b8828442 authored almost 7 years ago by Marcos Iglesias <[email protected]>
Refactoring Helpers (#508)

* Moving colors

* Moving constants

* Moving export chart

* Retrieving old ubication of ...

github.com/britecharts/britecharts - 45e17cc664f27d79d170f319a89b8784b5cd18f6 authored almost 7 years ago by Marcos Iglesias <[email protected]>
Adding refactorings to PR options and polishing issue template (#509)

github.com/britecharts/britecharts - 0de852b328309ac52a8a966aca4cd158a1cbe484 authored almost 7 years ago by Marcos Iglesias <[email protected]>
Added API description, moved eslint to dev dep (#507)

github.com/britecharts/britecharts - b29ef0185150090a946903d36a284170153bda39 authored almost 7 years ago by Daler Asrorov <[email protected]>
Upgraded grunt-jsdoc and jsdoc (#505)

github.com/britecharts/britecharts - 350e28a3abbefd3c839d6b0f1e444551f6bb2f13 authored almost 7 years ago by Daler Asrorov <[email protected]>
Feature - allow ability to configure stacked area curve (#504)

* Check for arguments in highlight func

* Added stack area setting customization

* Added c...

github.com/britecharts/britecharts - e7b04d1c3f324f63eb2b0e97a4d243d30927e18e authored almost 7 years ago by Daler Asrorov <[email protected]>
Feature - new Bar chart API method to accept a custom function for highlighted bars (#503)

* Implemented hightlightBarFunction

* Added tests for highlightBarFunction

* Added descrip...

github.com/britecharts/britecharts - 2e835d508bc704e47a358fbdd59d7a4bb52c86fa authored almost 7 years ago by Daler Asrorov <[email protected]>
Updated change log with new features (#502)

github.com/britecharts/britecharts - ce105a3d4d0f886167e2b273660e19fff02bf444 authored almost 7 years ago by Daler Asrorov <[email protected]>
Bumped Project to 2.5.0

github.com/britecharts/britecharts - 04d852d8d0c628b5b67d7e3ecc735ba011938d22 authored almost 7 years ago by Daler Asrorov <[email protected]>
Feat stacks reverse (#499)

* Feat: add reverseStack option for stacked-bar chart

* Test: reverseStacks option for stacke...

github.com/britecharts/britecharts - 91dc529c9ed3f735d4d767fab38f11ae45b65d5b authored almost 7 years ago by sound-matt <[email protected]>
Feature - allow ability to switch Bar's hover behavior (#500)

* Fixed duplicate failing test

* toggle hover mode implemented

* Added getter and setter t...

github.com/britecharts/britecharts - 3ac10d39b45e1c44c6108bd91a82c0c3d218833e authored almost 7 years ago by Daler Asrorov <[email protected]>
Eased compilation requirement for ESlint and updated CHANGELOG (#501)

* Add an option to not fail compilation on error

* Updated changelog

github.com/britecharts/britecharts - 5b7be02dd0a64a07cb639fea9de11125d3360c49 authored almost 7 years ago by Daler Asrorov <[email protected]>
Feature - added text formatter function to Donut's API (#498)

* centeredTextFunction implemented for donut chart

* Started writing tests

* Added new tes...

github.com/britecharts/britecharts - 3a1685761721b72157ef2f6ef89d15076352b4d5 authored almost 7 years ago by Daler Asrorov <[email protected]>
Bumped Project to 2.4.12

github.com/britecharts/britecharts - fc9dbef6f719ce19a5d587e1016a81de337a6bbe authored almost 7 years ago by Daler Asrorov <[email protected]>
Added ESlint task to webpack for demos and added critical rules (#497)

* Added initial progress for eslint task

* Added spread operator rule for eslint

* Fixed n...

github.com/britecharts/britecharts - a8ff06722d411b67f7249d84dc28bba1c33db90c authored almost 7 years ago by Daler Asrorov <[email protected]>
Eliminated mutation of data in cleanData of the Line chart (#491)

* Progress on using reduce in cleanData

* Remove logs

* Shorten map func

* restProps la...

github.com/britecharts/britecharts - 5568b3665f501941574f72fe5c545f4a4da74a51 authored almost 7 years ago by Daler Asrorov <[email protected]>
Allow valueFormat to be an empty string (#495)

github.com/britecharts/britecharts - 7d8af52c2cb69665dc01a7b23bd2333afb80918c authored almost 7 years ago by sound-matt <[email protected]>
Feat: add possibility to precise the unit of the values in legend (#496)

* Feat: add possibility to precise the unit of the values in legend

* Add test for legend uni...

github.com/britecharts/britecharts - e3596b239fa261f9ede51f6622b03ede10bffbf6 authored almost 7 years ago by sound-matt <[email protected]>
Fix: stackedbar get nearest datapoint (#494)

* Fix: stackedbar get nearest datapoint only when mouse is over a bar

* Add missing semicolo...

github.com/britecharts/britecharts - 0679549a58a9ceec2997656288283a0e2d941120 authored almost 7 years ago by sound-matt <[email protected]>
Fix: stacked-bar no more choosing random color (#493)

* Fix: stacked-bar no more choosing random color

* Fix indentation

github.com/britecharts/britecharts - db54701d2bb33ef771120058923d21c80ecc84b7 authored almost 7 years ago by sound-matt <[email protected]>
Stacked bar chart hasPercentage impl (#489)

github.com/britecharts/britecharts - ae17f548eb2d02eb17ef015505a6a9246078fad9 authored almost 7 years ago by Daler Asrorov <[email protected]>
Adding anchors to loading states and updating bar demo (#480)

* Adding anchors to loading states and updating bar demo

* Updating line loading state demo

github.com/britecharts/britecharts - 2f55a20db1762160816518c1c135df552caf9b5f authored almost 7 years ago by Marcos Iglesias <[email protected]>
Updating changelog (#479)

* Updating changelog

* Jaylum comment

github.com/britecharts/britecharts - 035edfcb1c162c1e8143ce4fa542cc2818038374 authored almost 7 years ago by Marcos Iglesias <[email protected]>
Replace .enablePercentageLabels with .enableLabels (#476)

* Replaced .enablePercentageLabels with .enableLabels; Replaced .percentageLabelMargin with .lab...

github.com/britecharts/britecharts - aec5e59ebda436a7fb11c199787465f3878e971a authored almost 7 years ago by Ralf Schmitz Bongiolo <[email protected]>
Removed .usePercentage for good from BarChart (#478)

github.com/britecharts/britecharts - 2f144e5150336ad5abb3a68a60d05acc5dbbb979 authored almost 7 years ago by Ralf Schmitz Bongiolo <[email protected]>
Feature - Added .numberFormat to MiniTooltip (#477)

* Added .numberFormat to MiniTooltip

* Updated BarChart demos with tooltip.numberFormat example

github.com/britecharts/britecharts - 29c891862f56830116a39e01ac6cc7437a7ec163 authored almost 7 years ago by Ralf Schmitz Bongiolo <[email protected]>
Bumped Project to 2.4.11

github.com/britecharts/britecharts - 6bbf83edcab0fec43e522be5e3079e7b28593fa6 authored almost 7 years ago by Amber Rockwood <[email protected]>
Bumped Project to 2.4.10

github.com/britecharts/britecharts - 7fe8b28f99ee9664534941177152f1665b31d4de authored almost 7 years ago by Amber Rockwood <[email protected]>
Add loading states with appropriate getters and setters (#470)

* Add loading states with appropriate getters and setters

* Responding to feedback

* Add l...

github.com/britecharts/britecharts - 80b204680d4b736bca02d88d02def11dce00f3c4 authored almost 7 years ago by amber-eb <[email protected]>
Docs Update: Removing borders from demo images and Sidebar styling (#472)

* Removing borders from demo images

* Updating badges

* Updating docs sidebar with better ...

github.com/britecharts/britecharts - 3c7413aa0fbbffff3e4c2839574c65fb6ff58a98 authored almost 7 years ago by Marcos Iglesias <[email protected]>
Updating demos (#471)

* Fixing relative height of containers

* Polishing demos

github.com/britecharts/britecharts - 502ca670f470a55c5d02d933b1823455e6b8e252 authored almost 7 years ago by Marcos Iglesias <[email protected]>
Docs update, polishing stacked bar demo and adding betweenBarsPadding config (#468)

* Fix broken legend link

* Tweaking demo page without fixed footer and min heights for contai...

github.com/britecharts/britecharts - 2226a673775411a53e3a9dc35fba2a21a71fbdc4 authored about 7 years ago by Marcos Iglesias <[email protected]>
Polishing demos in homepage (#467)

github.com/britecharts/britecharts - e3165e034ebbe9655fd8cf03a884fd31beedc305 authored about 7 years ago by Marcos Iglesias <[email protected]>
First take at demos in homepage (#466)

github.com/britecharts/britecharts - b21f344988c795a01a520cd2bbf131de86b0514d authored about 7 years ago by Marcos Iglesias <[email protected]>
Feature - Implemented donut click dispatched handler (#452)

github.com/britecharts/britecharts - da2297e3adac86c4edfa6448b705d95bf533c94f authored about 7 years ago by Daler Asrorov <[email protected]>
added loading assets for line, area, bar and donut (#451)

github.com/britecharts/britecharts - 253fcc3335a3079064a114c87a5b46745d9e605b authored about 7 years ago by Sun Dai <[email protected]>
Feature - custom click handler for the Bar charts (#450)

* Added click handler and exposed through dispatcher

* Added test for bar click

github.com/britecharts/britecharts - 5803779c95527a3ceb55ab8b2e46d40bec5f1928 authored about 7 years ago by Daler Asrorov <[email protected]>
Fix data requirements: Issue #447 (#448)

* Documentation update: removes data property and updates type and example

* Documentation up...

github.com/britecharts/britecharts - fafd091003acf30c63a052fca1ad7e2ff4780d60 authored about 7 years ago by Kamie Robinson <[email protected]>
updating chartBrush .selection selection to use selectAll (#446)

github.com/britecharts/britecharts - fb7ca2255bdad8ca0e13628915e11adaca5118df authored about 7 years ago by Brandon Vaughan <[email protected]>
Bumped Project to 2.4.9

github.com/britecharts/britecharts - 12e1ee6cb0901b10854d9d5e505371bf6367bc1c authored about 7 years ago by Amber Rockwood <[email protected]>
Add tests for updated donut API (#444)

github.com/britecharts/britecharts - bb77fab4ab14efbd9f2a651071cfe983c2af299e authored about 7 years ago by amber-eb <[email protected]>
Expose additional donut configs (#443)

* Expose additional donut configuration properties

* Bumped Project to 2.4.8

github.com/britecharts/britecharts - 3c45f3772045ed0e36b191d164a33599d4b85e9e authored about 7 years ago by amber-eb <[email protected]>
Feat donut empty (#441)

* Add empty state for donut chart

* Remove excessive line breaks from test file

* Improve ...

github.com/britecharts/britecharts - 11446d6c881e29ad27bee6fa048efb40c30d9c35 authored about 7 years ago by amber-eb <[email protected]>
Bumped Project to 2.4.7

github.com/britecharts/britecharts - f6b5bb8cfefeb4bc02a759deff043b216a93c74c authored about 7 years ago by Jaylum Chen <[email protected]>
travis should publish docs contents to gh-pages branch

github.com/britecharts/britecharts - 8d44ed4037d54df883842164310aff1548fe11e1 authored about 7 years ago by Jaylum Chen <[email protected]>
Bumped Project to 2.4.6

github.com/britecharts/britecharts - e2f701231bb3466f3507746833111b71a0d0a434 authored about 7 years ago by Jaylum Chen <[email protected]>
add docs to script

github.com/britecharts/britecharts - 0f45d899d1937ace2001e98cac5b711a80800143 authored about 7 years ago by Jaylum Chen <[email protected]>
Bumped Project to 2.4.5

github.com/britecharts/britecharts - 452f28427f0c071361cc2669a30c025e7c90d8ab authored about 7 years ago by Jaylum Chen <[email protected]>
remove docs from master, push docs to gh-pages branch

github.com/britecharts/britecharts - 1571c4f662f2b16e2a16aa92815d55f9a41ca6a7 authored about 7 years ago by Jaylum Chen <[email protected]>
Adding change user info script

github.com/britecharts/britecharts - fae16db906e56d3120a36890b16a357d55f5fd0f authored about 7 years ago by Marcos Iglesias <[email protected]>
Bumped Project to 2.4.4

github.com/britecharts/britecharts - 4b990a395236b19e911d8bb3a50ddc2a197a54aa authored about 7 years ago by Jaylum Chen <[email protected]>
add styles to build

github.com/britecharts/britecharts - d997aaf6bb3f6e52d9b0bf7fd602b48e384f850b authored about 7 years ago by Jaylum Chen <[email protected]>
Bumped Project to 2.4.3

github.com/britecharts/britecharts - 253e1b03bd453235b03882e9ff74ac7b9c7ff39a authored about 7 years ago by Marcos Iglesias <[email protected]>
Defensive check in text helper (#439)

* Adding defensive check to text wrap method

* Updating indentation

* Updating docs

* A...

github.com/britecharts/britecharts - ada9e8a6b01d927a29899f89530b61609b2615f8 authored about 7 years ago by Marcos Iglesias <[email protected]>
Bumped Project to 2.4.2

github.com/britecharts/britecharts - 9f0475fd18d90ce5a7789b53fec6b207ba4536d6 authored about 7 years ago by Jaylum Chen <[email protected]>
dont run build before release (#438)

github.com/britecharts/britecharts - 7dc9ad8c61f35dcbb5c3813512a7b135c709b073 authored about 7 years ago by Jaylum Chen <[email protected]>
fix deploy, dont check in dist (#437)

github.com/britecharts/britecharts - 1463914cc285e684da3ea8f8203f847feea8f859 authored about 7 years ago by Jaylum Chen <[email protected]>
Bumped Project to 2.4.1

github.com/britecharts/britecharts - c8d2b49f583ef1098d9fc82100271da811957db7 authored about 7 years ago by Marcos Iglesias <[email protected]>
Bumped Project to 2.4.0

github.com/britecharts/britecharts - b5d9e4a71ffd1d8a82856ef904beed23760b9133 authored about 7 years ago by Marcos Iglesias <[email protected]>
Updating dist folder and Changelog

github.com/britecharts/britecharts - eba9cfce95f937e894a4b9b2fa1a80feedd5da7d authored about 7 years ago by Marcos Iglesias <[email protected]>
small adjustments for centering legend, and updating legend/stacked area (#436)

* small adjustments for centering legend, and updating legend/stacked area

* update docs, use...

github.com/britecharts/britecharts - dea891f7484a262ab93d32e6ee040c89b06e6937 authored about 7 years ago by Jaylum Chen <[email protected]>
Mi readme update nov (#434)

* Adding code of conduct

* Moving Contributing guide into .github folder

* Readme edits

...

github.com/britecharts/britecharts - 12a15d6d0f26019ceb980a915e44b5dd23750657 authored about 7 years ago by Marcos Iglesias <[email protected]>
Feature - Added numberFormat method to line chart (#435)

* Added numberFormat method to line chart with tests

* removed extra line

github.com/britecharts/britecharts - c276e699ee040dbcc3f49b6f36e77dd4a99124b4 authored about 7 years ago by Daler Asrorov <[email protected]>
Feature - donut number formatting (#433)

* Created numberFormating property to donut chart

* Passes tests

* Added passing tests

...

github.com/britecharts/britecharts - d24ea2abefb879ce445ac0d122f0bef077d45341 authored about 7 years ago by Daler Asrorov <[email protected]>
Feature - added numberFormat method to Bar charts (#432)

* Added numberFormat public method for bar chart with test

* Removed numberFormat function fr...

github.com/britecharts/britecharts - a2c9fef6b9aa457db9552e9d5b42272b43dbf0fd authored about 7 years ago by Daler Asrorov <[email protected]>
Adds glow on 'active' state to the highlight points in Line and Area charts (#430)

* Playing with filters

* Adding glow to the highlight points

* Updating styles with Sun

github.com/britecharts/britecharts - b992fa73db1717397b79589dccb055be8eaab5f1 authored about 7 years ago by Marcos Iglesias <[email protected]>
Fixes line chart not rendering gradient when one line and constant values (#428)

github.com/britecharts/britecharts - 782a679de63d3b902af3a9d6e9b0afaa7cf30f03 authored about 7 years ago by Marcos Iglesias <[email protected]>
Remove transition from line chart y-axis (#426)

* Remove transition on line chart y-axis

* Cleanup line chart whitespace

github.com/britecharts/britecharts - 581b44c388570daf181e9e5d4d16c723772aaafb authored about 7 years ago by Cory Duncan <[email protected]>
Bumped Project to 2.3.2

github.com/britecharts/britecharts - e2ef9be129ca893ff50677127c97206d118c4364 authored about 7 years ago by Amber Rockwood and Marcos Iglesias <[email protected]>
Updating dist

github.com/britecharts/britecharts - fba19c4f26cb4148c28b5d371e17e72ebae638c6 authored about 7 years ago by Amber Rockwood and Marcos Iglesias <[email protected]>
Updating broken link (#423)

github.com/britecharts/britecharts - 64b9c60531f43b82bb3d646ee95a9c0dfa49770c authored about 7 years ago by Marcos Iglesias <[email protected]>
Fix sparkline multiple instances (#412) (#421)

* Fix sparkline gradients and animations to apply per instance (#412)

* Fixing failing test
...

github.com/britecharts/britecharts - 9e7cede6b4bcdcafd20ccff6138b474b90941fc4 authored about 7 years ago by amber-eb <[email protected]>
Commanding Zangdarr: Add axis label to line chart (#419)

* Add 4 test about the axis labels.

* no axis label if axis label not set

* getter/setter ...

github.com/britecharts/britecharts - 573d1b537434cccae00b54e0221878eebf518482 authored about 7 years ago by Marcos Iglesias <[email protected]>
Fixed the wrong comment of the method description (#416)

* Fixed the wrong comment method description

* grammar is important

github.com/britecharts/britecharts - eee196ec37ec8f7ce22f7e28723cb7c1908f571a authored about 7 years ago by Daler Asrorov <[email protected]>
Feature: Added ability to specify order of bars in barcharts (#415)

* Added ability to sort bars in bar charts

* Added back the comments changed

* Using fanci...

github.com/britecharts/britecharts - 46eca85a9f9042a5e89ed9f616734874a1f99a52 authored about 7 years ago by Daler Asrorov <[email protected]>
fix tick calc (#413)

github.com/britecharts/britecharts - cdcad0f3cb16ddde208a59130e757bbe565aefcf authored about 7 years ago by Jaylum Chen <[email protected]>
Bumped Project to 2.3.1

github.com/britecharts/britecharts - 70213ed4fe62ca444844a9dc1a043c98566c57ec authored about 7 years ago by Jaylum Chen <[email protected]>
generated dist files (#414)

github.com/britecharts/britecharts - e255110763cdc4331f5f61c730bbcbd2a921e84a authored about 7 years ago by Jaylum Chen <[email protected]>
Add ability to set marginRatio in legend (#411)

* add ability to set marginRatio in legend

* add tooltipOffset

* generate docs

* update...

github.com/britecharts/britecharts - f0aa68b1b1c06264115191e7fed16d157bea9aeb authored about 7 years ago by Jaylum Chen <[email protected]>
Added ability to order items in donut chart (#409)

* Adds ability to order items in donut chart

* Removed not-used comments

* Changed docs fo...

github.com/britecharts/britecharts - bdf6f1fc590a66e682bf45fa302f76a656be94e7 authored about 7 years ago by Daler Asrorov <[email protected]>
Updating Readme (#405)

github.com/britecharts/britecharts - cdd393614339f6a9f0e0e4d411a5c765c096d651 authored about 7 years ago by Marcos Iglesias <[email protected]>
Tooltip Title Improvements (#403)

* yarned

* better variable naming for showing date in tooltip title

* if the tooltip title...

github.com/britecharts/britecharts - c22c73e14396881f98c41ed93ee17248ee5ae016 authored about 7 years ago by Ryan Heath <[email protected]>
Bumped Project to 2.2.0

github.com/britecharts/britecharts - 65023670227a1f4ee87233be8ff83314c0b804fd authored about 7 years ago by Marcos Iglesias <[email protected]>
Updating changelog

github.com/britecharts/britecharts - a5bd60f9595e24873e02754deb86da9659518b5b authored about 7 years ago by Marcos Iglesias <[email protected]>
Updating dist

github.com/britecharts/britecharts - 91b157fcb0f20cd20112a395b156a38967221784 authored about 7 years ago by Marcos Iglesias <[email protected]>
Bumped Project to 2.1.1

github.com/britecharts/britecharts - 83ad6786ac1ab5c3196dbaa5c0c7b12d3aa99efd authored about 7 years ago by Marcos Iglesias <[email protected]>
Fix IE11 tooltip bug (#401)

* Cleaning repeated accessor and updating comments

* Fixing IE11 tooltip bug

github.com/britecharts/britecharts - 82a7095a7e2e0dd4f2b5c6de9965a90196aa1626 authored about 7 years ago by Marcos Iglesias <[email protected]>
Added ability for user to adjust barchart padding (#398)

github.com/britecharts/britecharts - 5509d92830d847e7976c48da3725b96e6b704517 authored about 7 years ago by Daler Asrorov <[email protected]>
Bumped Project to 2.1.0

github.com/britecharts/britecharts - cb79e38ecd96c3b597116d24647a961598315e90 authored about 7 years ago by Marcos Iglesias <[email protected]>
Updating dist and docs

github.com/britecharts/britecharts - 1dc9ca7ba3c72bd0f37fd3645adc0ff33c8ea0fe authored about 7 years ago by Marcos Iglesias <[email protected]>
Updating Changelog

github.com/britecharts/britecharts - b8c8c90a10bd5b0a7173b40d212e7dd206122dbb authored about 7 years ago by Marcos Iglesias <[email protected]>
Reviewing Line chart for data reload (#391)

* Reviewing Line chart for data reload

* Cleaning debugger

* extracting browser check

github.com/britecharts/britecharts - 45df40295270be51b4c7e18873560eba7bdb1ca7 authored about 7 years ago by Marcos Iglesias <[email protected]>
Adding skeleton for docs reorganization (#392)

github.com/britecharts/britecharts - e50bcbca7b0f866f7dbbbee22ad0f65a60522d76 authored about 7 years ago by Marcos Iglesias <[email protected]>
Fixing donut slice highlight logic and updating exportchart comments (#393)

github.com/britecharts/britecharts - 85746649ef34b64931e4ddc11acef81e5873e58c authored about 7 years ago by Marcos Iglesias <[email protected]>
Updating cleanData functions all over the library (#388)

github.com/britecharts/britecharts - 9a7ddc64e3b7e268cc07fcd93f5ddb860e6306c1 authored about 7 years ago by Marcos Iglesias <[email protected]>
Updating step demo and adding x label rotation (#387)

* Updating step demo and adding x label rotation

* Updating docs

github.com/britecharts/britecharts - 032d5c499a8b892093cf711e3743ffab0f4c9251 authored about 7 years ago by Marcos Iglesias <[email protected]>