Ecosyste.ms: OpenCollective

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

github.com/dhilt/plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://github.com/dhilt/plotly.js

Merge pull request #3808 from plotly/fix3799-plot_api_exports

Group plot_api exports

dead44604c873acfd95c612f2618824da4885154 authored over 5 years ago by Mojtaba Samimi <[email protected]>
group plot_api exports

464437c77557c218b0f32cbeb5ff835be940eeac authored over 5 years ago by archmoj <[email protected]>
Merge remote-tracking branch 'origin/master' into fix3777-textinfo-waterfall-fin

a2e6e5b5e85a248e4b3f1b3b7719a2edd8333b94 authored over 5 years ago by archmoj <[email protected]>
revised flag order and output

711a16dc0a7dd29483fcef9c239e7d881c3a11dd authored over 5 years ago by archmoj <[email protected]>
rename new mock filename i.e. hoverinfo > textinfo

f33bed1d207cbdaafcec472e48079084e1448745 authored over 5 years ago by archmoj <[email protected]>
Merge pull request #3806 from plotly/bar-selection-with-rangeslider

Fix bar selection on subplots with rangeslider

0c669debe3de00e1fca9540a69d1d34ceee8b661 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
compute bar centroid in Bar.select

... instead of during Bar.plot, so that "main" and "rangePlot"
values don't conflict

68a19ac33adbc95815332c25e5acf2dc5933cb55 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3804 from plotly/trace-indices

Refactor traces index exports

4529fe92c6a13eb0ebeb4ede38592e67183d8df6 authored over 5 years ago by Mojtaba Samimi <[email protected]>
make colorbar from color axes editable

fa67db3372b18ae7b75ea326ed17d5da363a774f authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
add baseline for contour traces w. coloring:heatmap & autocontours:false

- which has special logic which currently mutates zmin/zmax after
the calc step.

eab822cbf32c3829c1be8cb3857e8dc0cd54c811 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
add 'coloraxis' layout attr and default logic

- reuse Colorscale.supplyDefaults
- use 'cmin', 'cmax' and 'cauto' no matter the trace types plo...

ae3f407be227ca7e3fc4b20deb6775490b4583d5 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
make contour zmin/zmax logic compatible with color axes

- remove zmin/zmax mutations happening after the calc stpe
- make traceIs('contour') traces call...

bd81ac21ecedf1f4ca3d47d63671acc4920959f6 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
add shared color axes mocks

49103b49865150f39dad4ab9b0cd2bc167f77286 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
add Colorscale.extractOpts helpers

... to help with per-trace min/max/auto or per-coloraxis defs

3e5bec8cd2ef891360fbb6af6e7f7c8d246c08db authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
use extractOpts in extractScale

... and add makeColorScaleFuncFromTrace wrapper to DRY things up
a little bit.

8f1fde1799e549c41ccfa1991ea6a2882a2ecb25 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
implement crossTraceDefaults, calc and Colobar.draw for color axes

- use min of min (and max of max) of all traces linked to same
color axis to compute min/max w...

5bb341ebbb0d80eae121d986627ae5823e3ff4b1 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
add 'colorbars' edit type to layout flags

b6503ac2682bab35e7e6949696a7ce029cba00da authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
remove obsolete 'line' relinkColorAttrs block

- 'line' is now declared within _module.colorbar, so
we don't need this block
- add scatter3d ...

5e7ed27b83bfe04a4d7f00781c0438758ef3fa3b authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
declare colorbar attrs within Colorscale.attributes()

- adapt multiple trace attributes.js files accordingly
- standard colorscale/attributes import t...

eb7fe0f05951e43eae6e89ec7966734aad72ee6d authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
refactor traces index exports

48e2461dd9420188b7d9a78508c492cdfabb2b8a authored over 5 years ago by archmoj <[email protected]>
Merge pull request #3802 from plotly/fix-3798

sankey: only stash initial view params if trace type is sankey

54fe6e96171ec900adee0df38f30a4fd13e4396c authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
sankey: only stash initial view params if trace type is sankey

8423780741fadd312b036eb73692115d37030071 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
Merge pull request #3792 from plotly/eslint-name-functions

New lint rule to disallow named function expressions

36b4773497870621ed5257119e6a26ace78e18a0 authored over 5 years ago by Mojtaba Samimi <[email protected]>
added label option - fixup computed value - improve mock and print order

64f32e09a38f3db198ae3f62c6b50d025cb23605 authored over 5 years ago by archmoj <[email protected]>
apply func-name-matching lint rule

6d1609ab38cf50845d72b3ed7716072020bfc75f authored over 5 years ago by archmoj <[email protected]>
replace with func-name-matching lint rule

3b088b9e6f94f7cd7c3d012bc989cbbd59ae1e4c authored over 5 years ago by archmoj <[email protected]>
Revert "apply new lint rule in various files"

This reverts commit 21bdf7832fb60030447f54ff5d2e7eb91d29cc77.

b9947a9dd18fe56d72f2e2207cbe70efb9f554f4 authored over 5 years ago by archmoj <[email protected]>
apply new lint rule in various files

21bdf7832fb60030447f54ff5d2e7eb91d29cc77 authored over 5 years ago by archmoj <[email protected]>
set new eslint rule

5e84bf74b9c63314f3f3f01f07b8fdaea9b39cb2 authored over 5 years ago by archmoj <[email protected]>
1.47.3

d2f8976f96f2a89ab9b6ac527338537e315d3b6e authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
update changelog for 1.47.3

edc61da4318d512467f72891c5005f6c9b93d741 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3791 from plotly/fix3785-waterfall-connectors-on-date-axes

fixup waterfall connectors on date axes

6c5bc261d55b4880e694634bd63f9087aa8370b0 authored over 5 years ago by Mojtaba Samimi <[email protected]>
Merge pull request #3789 from plotly/fix3787-waterfall-line-width-react-in-mode-between

Waterfall connector.line.width react bug in mode between

b7fca1e4775c1151908b18d86235c027c307a021 authored over 5 years ago by Mojtaba Samimi <[email protected]>
fix 3785 waterfall connectors on date axes

032e6049d4df8ffa0ef685ef13ca1f0231256610 authored over 5 years ago by archmoj <[email protected]>
waterfall text info

4a6c7c952ba90b47c230d9c6bca02ac007df994b authored over 5 years ago by archmoj <[email protected]>
fix 3787 - waterfall line width react bug in mode between

39ceec74c07bad6370f7213ad80c58e0a787aa87 authored over 5 years ago by archmoj <[email protected]>
Merge pull request #3788 from plotly/fix3784-waterfall-connector-line-color

Waterfall connector.line.color coerce and default fixup

4f7592e2ba7a64bd07e4ba5ce1ee4f1fdcf05940 authored over 5 years ago by Mojtaba Samimi <[email protected]>
add support for marker AND line colorbars on same scatter3d graph

c401f870e88a356c129cadb184f52ec87876ce26 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
fixup redrawText

5c01f53d3710a94c2814207cb40f674e7941545d authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
:hocho: logic for unused colorscale defaults option

46feda15707f7329be2f7065e4c7b8bda75b1587 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
fix 3784 waterfall connector line color coerce and default

91e0332d98e9f0a4b4fa7fb9e546cdd498b4a0d4 authored over 5 years ago by archmoj <[email protected]>
update two colorbar baselines

- not sure what's going on here, the generated SVG layers
are the same before/after refactor.
...

84c97088186336ced5a281ebdd0065c3dae96f14 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
introduce new colorbar.draw method

- colorbar.draw is now invoked alongside the other
'margin-pusher' components (e.g. legend, up...

f7c5a8eeb556b2010883632c5267bce76c015abb authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
:hocho: (very) old colorbar code

- the colorbar module used to use a d3-like closure pattern
which no other plotly.js module us...

262031c351f27c8ec5df410766998e1531f59b54 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3783 from plotly/fix-2616

fix svgTextUtils for FF: use child element instead of SVG to getSize()

424c6869b8231b3ce4ee7e81219b200e03e49ae3 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
test-bundle: run mathjax test for Firefox

b1177a65ecc1cf6388139a964e5df2d8e3167889 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
fix svgTextUtils for FF: use child element instead of SVG to getSize()

fe842c4cc7fa38fa8fb77b36a4010d7722cbe7b0 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
Merge pull request #3781 from plotly/hoverlabel-align-centered-label-fix

Fix hoverlabel.align for centered labels

fe0bd1e9beaefb900f416318ced329e5edc7241a authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
fix hoverlabel.align for centered labels

e5b6f0c6980803352898c157cdac62bc2f537e3e authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3778 from plotly/fix3776-waterfall-hovermode-closest

Bug fix waterfall hovermode closest decreasing values

172c3e6e6691b0fff362cbe55d32124c6130ef9f authored over 5 years ago by Mojtaba Samimi <[email protected]>
nice to have a waterfall mock with hovermode closest

becf3df30c724f26c59d80cc91deeb9b49d754e2 authored over 5 years ago by archmoj <[email protected]>
fixup waterfall jasmine test hovermode closest case and added a test to lock issue 3776

50df8e63c64502bfd3e4b8d31569b43a7df65639 authored over 5 years ago by archmoj <[email protected]>
fixes Waterfall hovermode closest bug 3776

0836042d0c276a23643175a374692af38a89b114 authored over 5 years ago by archmoj <[email protected]>
1.47.2

d996136a7ce73d0bbc22ab23414bc58b0d8bd23e authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
update changelog for 1.47.2

b8ce2f3e088d9b8fdc7492325b2ea06f884752cf authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3773 from plotly/bar-autotext-log-axis-fix

Fix more bar/text/log size axis cases

a9f64b3126e368e284ad3d40839a630090236fc5 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3772 from Toumetis/fix-matching-date-axes

Fix matching date axes

225521271f2eb7f5803713a28d8a7e0ef16ccc57 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
fix more bar/text/log size axis cases

... a follow-up from my lazy attempt in
https://github.com/plotly/plotly.js/pull/3762

03a9776a2d06f829c94c590a360d6e69426a0293 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Add image test for #3770

5eddd04083f35d37d3103371623a02edbe910720 authored over 5 years ago by Dave Holladay <[email protected]>
Use r2l / l2r when autoranging matched axes

dc9b25ef80e988e3d6111fb6ddb28583f28f73b9 authored over 5 years ago by Dave Holladay <[email protected]>
set enabled:false when filter target array is empty

- see https://github.com/plotly/plotly.js/issues/2908 for more info,
- this fixes many potential...

66645ed6d8bbf4ae643e692d2b458e8a134bd6f1 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3765 from plotly/handle-base-href-in-gradient-url

Include baseUrl in gradient style references

c164e3579ef8db8f5c28c557b98ae67dfc56d24c authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3764 from plotly/dry-hover

DRY loneHover routine

74e8bb95a4b1a4eb1d1fb851a25861b523462f8d authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
include baseUrl in gradient style references

f907c069dca4e9b337ca6f6d7b9d02ae0c17cc73 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
replace Fx.multiHovers by Fx.loneHover

9e4b128e1c43e4943dcd00fedde269321aa53506 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
Merge pull request #3757 from plotly/eslint-1tbs-fix-all-else

Eslint 1tbs help update else statement blocks

df35b38f6a5c38f0db0d7fd91fa9a254cce1f6ff authored over 5 years ago by Mojtaba Samimi <[email protected]>
Merge pull request #3762 from plotly/fix-bar-inside-text-log-size-axes

Handle special bar insidetext case on log size axes

5d051e7591e0bb1362c690f63919d573df0121fe authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
:palm_tree: loneHover routine

26bc2bf4701efb7b7df0357fe065896c19c41661 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
Merge pull request #3763 from plotly/chriddyp-patch-1

Over 40 chart types

d574efb7a456d660211513588b69c3366430e0b3 authored over 5 years ago by Chris Parmer <[email protected]>
:trophy: 40 chart types

304dec52341e37a208e7f4b6280ec564fbbc8eb7 authored over 5 years ago by Chris Parmer <[email protected]>
handle special bar insidetext case on log size axes

490c8dc0b2ce833ed5e2feb894e10a2a7f05ea05 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
apply new eslint rule - pass2 - manual

bf082cb4132662ec88f66f5904874aed35f1bf14 authored over 5 years ago by archmoj <[email protected]>
apply new eslint rule - pass1 - auto

797c3826593d7272a00e4c298c1b5046819e2b25 authored over 5 years ago by archmoj <[email protected]>
update eslint rule to 1tbs

38a9db3fce7ff6e94ec8a4399bf70a91becc31e8 authored over 5 years ago by archmoj <[email protected]>
1.47.1

1d0acf035ac054c983c3e6bb1b4a691a0c8cc8be authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
update changlog for 1.47.1

25239aa3f59fe2fd818cbccba7915f9b42749b69 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3755 from plotly/select-console-warn-hotfix

Don't try to call doneFnCompleted when it isn't set

e6d8532d9c574e126f5db8dec41e6c699e7b8b52 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
log error during select throttle doneFn promise

... and spyOn of Lib.error to lock down #3755

98563547a97bf94bb60976b04f29ec46b27d992c authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3756 from plotly/fix-jasmine2-fails

More stable jasmine2 test runs

b6a5298e0c3b284d9caf4e83d019154b634f9d5e authored over 5 years ago by Mojtaba Samimi <[email protected]>
reduce jasmine2 limit from 20 to 5

c3e64f8b681dd3246ae9368d36972ef942de417a authored over 5 years ago by archmoj <[email protected]>
don't try to call doneFnCompleted when it isn't set

dd2f1e47eb87cb1f5cccd15c11327d3fbc08177d authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
1.47.0

54586b86e09b34aa1a669cdf30e088e36dd32cd0 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
update changelog for 1.47.0

fe4ea4601194cacda33070b5086306cfb3d853d9 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3753 from plotly/align-hover-text

Align hover label text content with *hoverlabel.align*

78e7cc6196e9894be35116926e1051f3d7d54c8d authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3732 from plotly/legend-itemsizing

Add legend `itemsizing`

3523464d8d783cbb404e6391f51f5b0684bb7bdb authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
more tolerant tests for ci

307287e7a214e113a0a8a6a627197883725ad51f authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
mojtaba-proof constant-itemsizing mock

c6301a1b921a6b324acaea57b5853e5a550b5c7a authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
implement hoverlabel.align to loneHover traces

79835688d621374d62ff3543534dae8be166765b authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
add hoverlabel.align

- with values 'left', 'right' and 'auto' (the dflt and current behavior)

6cd54aed5572beefeeae1e339f84cd749e64c866 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3750 from plotly/sankey-uirevision-groups

sankey: support uirevision for node.groups

1dcee933ec8ac0648d6e5fc3476d923d19cb8eb7 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
DRY up trace hoverlabel attrs

... using their layout hoverlabel counterparts

f20ef2c4176e2a0f36e658b19993c65b2aa1ae83 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
sankey: support uirevision for node.groups

a65bdc87bd2596613ca6b43a15510bef239438ca authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
Merge pull request #3746 from plotly/toimage-current-graph-width-height

Add way for `toImage` to export images with current graph width/height

636a356b485b22d2213af984ea9e5bc134a44498 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3734 from plotly/namelength-zero-fix

Fix namelength=0 case + implement namelength to loneHover traces

adf7ca24379fae5ee20224128a4f75d1e5db3618 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Merge pull request #3744 from plotly/fix3741-enable-opacity-by-alpha

Enable transparency by alpha colors in mesh3d

ae878a87e9cc1e5fb12e5f1cc7b1e0d63372e22c authored over 5 years ago by Mojtaba Samimi <[email protected]>
bump gl-mesh3d 2.1.1

66e9ad868b238cbd51c5acbe9552137b03c07d10 authored over 5 years ago by archmoj <[email protected]>
Merge pull request #3712 from plotly/sankey-selection2

sankey: implement node grouping via mouse selection

8fd2133118154e5969a273fabe0e6e2248102755 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
sankey: test to :lock: down modebar button that resets view

f8a40731db4c0366c95e3440bfa0e4ad816c457b authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
handle width:null|height:null as toImage valid args

... where in that case, we use graph's current width/height
(as found in gd._fullLayout) for...

6bff217df96dbca73c20c8ea94257ff6a4547e37 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
lint modebar button tests

94b8b54cefd59a67b26be571d4d950b2a2719477 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>