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
Group plot_api exports
dead44604c873acfd95c612f2618824da4885154 authored over 5 years ago by Mojtaba Samimi <[email protected]>464437c77557c218b0f32cbeb5ff835be940eeac authored over 5 years ago by archmoj <[email protected]>
a2e6e5b5e85a248e4b3f1b3b7719a2edd8333b94 authored over 5 years ago by archmoj <[email protected]>
711a16dc0a7dd29483fcef9c239e7d881c3a11dd authored over 5 years ago by archmoj <[email protected]>
f33bed1d207cbdaafcec472e48079084e1448745 authored over 5 years ago by archmoj <[email protected]>
Fix bar selection on subplots with rangeslider
0c669debe3de00e1fca9540a69d1d34ceee8b661 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
... instead of during Bar.plot, so that "main" and "rangePlot"
values don't conflict
Refactor traces index exports
4529fe92c6a13eb0ebeb4ede38592e67183d8df6 authored over 5 years ago by Mojtaba Samimi <[email protected]>fa67db3372b18ae7b75ea326ed17d5da363a774f authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
- which has special logic which currently mutates zmin/zmax after
the calc step.
- reuse Colorscale.supplyDefaults
- use 'cmin', 'cmax' and 'cauto' no matter the trace types plo...
- remove zmin/zmax mutations happening after the calc stpe
- make traceIs('contour') traces call...
49103b49865150f39dad4ab9b0cd2bc167f77286 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
... 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]>
... and add makeColorScaleFuncFromTrace wrapper to DRY things up
a little bit.
- use min of min (and max of max) of all traces linked to same
color axis to compute min/max w...
b6503ac2682bab35e7e6949696a7ce029cba00da authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
- 'line' is now declared within _module.colorbar, so
we don't need this block
- add scatter3d ...
- adapt multiple trace attributes.js files accordingly
- standard colorscale/attributes import t...
48e2461dd9420188b7d9a78508c492cdfabb2b8a authored over 5 years ago by archmoj <[email protected]>
sankey: only stash initial view params if trace type is sankey
54fe6e96171ec900adee0df38f30a4fd13e4396c authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>8423780741fadd312b036eb73692115d37030071 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
New lint rule to disallow named function expressions
36b4773497870621ed5257119e6a26ace78e18a0 authored over 5 years ago by Mojtaba Samimi <[email protected]>64f32e09a38f3db198ae3f62c6b50d025cb23605 authored over 5 years ago by archmoj <[email protected]>
6d1609ab38cf50845d72b3ed7716072020bfc75f authored over 5 years ago by archmoj <[email protected]>
3b088b9e6f94f7cd7c3d012bc989cbbd59ae1e4c authored over 5 years ago by archmoj <[email protected]>
This reverts commit 21bdf7832fb60030447f54ff5d2e7eb91d29cc77.
b9947a9dd18fe56d72f2e2207cbe70efb9f554f4 authored over 5 years ago by archmoj <[email protected]>21bdf7832fb60030447f54ff5d2e7eb91d29cc77 authored over 5 years ago by archmoj <[email protected]>
5e84bf74b9c63314f3f3f01f07b8fdaea9b39cb2 authored over 5 years ago by archmoj <[email protected]>
d2f8976f96f2a89ab9b6ac527338537e315d3b6e authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
edc61da4318d512467f72891c5005f6c9b93d741 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
fixup waterfall connectors on date axes
6c5bc261d55b4880e694634bd63f9087aa8370b0 authored over 5 years ago by Mojtaba Samimi <[email protected]>Waterfall connector.line.width react bug in mode between
b7fca1e4775c1151908b18d86235c027c307a021 authored over 5 years ago by Mojtaba Samimi <[email protected]>032e6049d4df8ffa0ef685ef13ca1f0231256610 authored over 5 years ago by archmoj <[email protected]>
4a6c7c952ba90b47c230d9c6bca02ac007df994b authored over 5 years ago by archmoj <[email protected]>
39ceec74c07bad6370f7213ad80c58e0a787aa87 authored over 5 years ago by archmoj <[email protected]>
Waterfall connector.line.color coerce and default fixup
4f7592e2ba7a64bd07e4ba5ce1ee4f1fdcf05940 authored over 5 years ago by Mojtaba Samimi <[email protected]>c401f870e88a356c129cadb184f52ec87876ce26 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
5c01f53d3710a94c2814207cb40f674e7941545d authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
46feda15707f7329be2f7065e4c7b8bda75b1587 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
91e0332d98e9f0a4b4fa7fb9e546cdd498b4a0d4 authored over 5 years ago by archmoj <[email protected]>
- not sure what's going on here, the generated SVG layers
are the same before/after refactor.
...
- colorbar.draw is now invoked alongside the other
'margin-pusher' components (e.g. legend, up...
- the colorbar module used to use a d3-like closure pattern
which no other plotly.js module us...
fix svgTextUtils for FF: use child element instead of SVG to getSize()
424c6869b8231b3ce4ee7e81219b200e03e49ae3 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>b1177a65ecc1cf6388139a964e5df2d8e3167889 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
fe842c4cc7fa38fa8fb77b36a4010d7722cbe7b0 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
Fix hoverlabel.align for centered labels
fe0bd1e9beaefb900f416318ced329e5edc7241a authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>e5b6f0c6980803352898c157cdac62bc2f537e3e authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Bug fix waterfall hovermode closest decreasing values
172c3e6e6691b0fff362cbe55d32124c6130ef9f authored over 5 years ago by Mojtaba Samimi <[email protected]>becf3df30c724f26c59d80cc91deeb9b49d754e2 authored over 5 years ago by archmoj <[email protected]>
50df8e63c64502bfd3e4b8d31569b43a7df65639 authored over 5 years ago by archmoj <[email protected]>
0836042d0c276a23643175a374692af38a89b114 authored over 5 years ago by archmoj <[email protected]>
d996136a7ce73d0bbc22ab23414bc58b0d8bd23e authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
b8ce2f3e088d9b8fdc7492325b2ea06f884752cf authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Fix more bar/text/log size axis cases
a9f64b3126e368e284ad3d40839a630090236fc5 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>Fix matching date axes
225521271f2eb7f5803713a28d8a7e0ef16ccc57 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
... a follow-up from my lazy attempt in
https://github.com/plotly/plotly.js/pull/3762
5eddd04083f35d37d3103371623a02edbe910720 authored over 5 years ago by Dave Holladay <[email protected]>
dc9b25ef80e988e3d6111fb6ddb28583f28f73b9 authored over 5 years ago by Dave Holladay <[email protected]>
- see https://github.com/plotly/plotly.js/issues/2908 for more info,
- this fixes many potential...
Include baseUrl in gradient style references
c164e3579ef8db8f5c28c557b98ae67dfc56d24c authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>DRY loneHover routine
74e8bb95a4b1a4eb1d1fb851a25861b523462f8d authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>f907c069dca4e9b337ca6f6d7b9d02ae0c17cc73 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
9e4b128e1c43e4943dcd00fedde269321aa53506 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
Eslint 1tbs help update else statement blocks
df35b38f6a5c38f0db0d7fd91fa9a254cce1f6ff authored over 5 years ago by Mojtaba Samimi <[email protected]>Handle special bar insidetext case on log size axes
5d051e7591e0bb1362c690f63919d573df0121fe authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>26bc2bf4701efb7b7df0357fe065896c19c41661 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
Over 40 chart types
d574efb7a456d660211513588b69c3366430e0b3 authored over 5 years ago by Chris Parmer <[email protected]>304dec52341e37a208e7f4b6280ec564fbbc8eb7 authored over 5 years ago by Chris Parmer <[email protected]>
490c8dc0b2ce833ed5e2feb894e10a2a7f05ea05 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
bf082cb4132662ec88f66f5904874aed35f1bf14 authored over 5 years ago by archmoj <[email protected]>
797c3826593d7272a00e4c298c1b5046819e2b25 authored over 5 years ago by archmoj <[email protected]>
38a9db3fce7ff6e94ec8a4399bf70a91becc31e8 authored over 5 years ago by archmoj <[email protected]>
1d0acf035ac054c983c3e6bb1b4a691a0c8cc8be authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
25239aa3f59fe2fd818cbccba7915f9b42749b69 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Don't try to call doneFnCompleted when it isn't set
e6d8532d9c574e126f5db8dec41e6c699e7b8b52 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>... and spyOn of Lib.error to lock down #3755
98563547a97bf94bb60976b04f29ec46b27d992c authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>More stable jasmine2 test runs
b6a5298e0c3b284d9caf4e83d019154b634f9d5e authored over 5 years ago by Mojtaba Samimi <[email protected]>c3e64f8b681dd3246ae9368d36972ef942de417a authored over 5 years ago by archmoj <[email protected]>
dd2f1e47eb87cb1f5cccd15c11327d3fbc08177d authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
54586b86e09b34aa1a669cdf30e088e36dd32cd0 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
fe4ea4601194cacda33070b5086306cfb3d853d9 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
Align hover label text content with *hoverlabel.align*
78e7cc6196e9894be35116926e1051f3d7d54c8d authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>Add legend `itemsizing`
3523464d8d783cbb404e6391f51f5b0684bb7bdb authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>307287e7a214e113a0a8a6a627197883725ad51f authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
c6301a1b921a6b324acaea57b5853e5a550b5c7a authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
79835688d621374d62ff3543534dae8be166765b authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>
- with values 'left', 'right' and 'auto' (the dflt and current behavior)
6cd54aed5572beefeeae1e339f84cd749e64c866 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>sankey: support uirevision for node.groups
1dcee933ec8ac0648d6e5fc3476d923d19cb8eb7 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>... using their layout hoverlabel counterparts
f20ef2c4176e2a0f36e658b19993c65b2aa1ae83 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>a65bdc87bd2596613ca6b43a15510bef239438ca authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
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]>Fix namelength=0 case + implement namelength to loneHover traces
adf7ca24379fae5ee20224128a4f75d1e5db3618 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>Enable transparency by alpha colors in mesh3d
ae878a87e9cc1e5fb12e5f1cc7b1e0d63372e22c authored over 5 years ago by Mojtaba Samimi <[email protected]>66e9ad868b238cbd51c5acbe9552137b03c07d10 authored over 5 years ago by archmoj <[email protected]>
sankey: implement node grouping via mouse selection
8fd2133118154e5969a273fabe0e6e2248102755 authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>f8a40731db4c0366c95e3440bfa0e4ad816c457b authored over 5 years ago by Antoine Roy-Gobeil <[email protected]>
... where in that case, we use graph's current width/height
(as found in gd._fullLayout) for...
94b8b54cefd59a67b26be571d4d950b2a2719477 authored over 5 years ago by Étienne Tétreault-Pinard <[email protected]>