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

Plots.resize: resolve old promises

040d6acebcb2352c6fa900b21e7f30e70d0f4bcc authored about 5 years ago
Merge pull request #4406 from plotly/legend-toggleothers-doot-hide-traces-not-in-legend

Fix *toggleothers* behavior for graphs with traces not in legend

89e46b1555018a83b4a635ddcde687a30d5a22af authored about 5 years ago
Merge pull request #4404 from plotly/sankey-v-tooltip

sankey: fix position of link hover labels in vertical orientation

2868b25504829a22ec2a656ddad73eded120d548 authored about 5 years ago
fix #4389 - fix *toggleothers* for graphs with traces not in legend

950400cbacdebb1fbd798379c996b0772a49fdd8 authored about 5 years ago
sankey_test: increase position tolerance to run on CI

1c29be9c0f35bb29b7a8819e2ee4863d6ed4cdd0 authored about 5 years ago
sankey: fix position of link hover labels in vertical orientation

6d45161d5fb316e36e0618c6ea9d0520dc1a656f authored about 5 years ago
Merge pull request #4315 from JJByun/translation-ko

translation to korean

fb8b28a552a5f83456d44be7dc1ff390146edaee authored about 5 years ago
Merge pull request #4386 from plotly/new-legends-and-add-title

Add title feature to legend and support legend option for various traces

02dabc78b818e062777d8d37da75b1fabbd24059 authored about 5 years ago
Plots.resize: reject old promises

deb32ff778b7b2c50dd5268a796de90f8f0dab1f authored about 5 years ago
add modebar buttons zoomInMapbox and zoomOutMapbox

- use scalar value 1.3, which gives a smaller zoom increment
than for geo and cartesian subplo...

26376dd32672cc7c1bcb526e7cd9f246392071da authored about 5 years ago
use circle for densitymapbox legend with radial gradient

0a437a616b906c9d1c8e334d2387db174c227122 authored about 5 years ago
add test for legends with title and scroll - fix title scroll

ce35947f2e39730f4a2005fcc21c0f81387d68cc authored about 5 years ago
expand legend area to include long titles

b3765b41a744ed07a511fb34c89ce3d1f7e00c4d authored about 5 years ago
RE: etienne review

- stash _titleWidth and _titleHeight once in _fullLayout.legend
- bring back test for prune unsup...

a9759a27029ce39dd1071d570b8254d0ea667d00 authored about 5 years ago
Merge pull request #4388 from plotly/fix-notched-box-autorange

Fix notched box autorange

dbf02f1b47f2b0e17a1b78fabee815e3cde18715 authored about 5 years ago
fix notched box value-axis autorange push

... so that they include inverted ends which may go beyond the box
fences.

e663c4b02e74c6d8a24707baf925c5bc6eef5e7f authored about 5 years ago
improve notched attr description

8d18c16c57a1399d7bb783d35fd318c0105956f5 authored about 5 years ago
Fix bug wheel event for IE

9f6afbefef59151ff26d7b07ee3c5b63b99b6243 authored about 5 years ago
Merge pull request #4387 from plotly/ie-devtools-fix

test_dashboard fix for ie11

5ef8a61a0738cf805ba198e766bdd15a72c53c5c authored about 5 years ago
test_dashboard fix for ie11

64f54135e66b2dc8da24d9b2782b647869cb8fbf authored about 5 years ago
add new legend mocks

264044f36fa13ed603c998d910f8ed7373b1c641 authored about 5 years ago
add option to enable legends for

- choropleth
- choroplethmapbox
- cone
- densitymapbox
- heatmap
- histogram2d
- isosurface
- mes...

706a8830a45cbbcd3082c88294af42d2e8f9ecb5 authored about 5 years ago
add title to legend

9174470bb9677175cbd9aa18ed41e61bbd289f6a authored about 5 years ago
Fix bug wheel event for IE.

5927343446ff7a0e068f1d67dcadff2b05c2064b authored about 5 years ago
1.51.2

1b548048a659fe45408841aae8a3a3814ec35302 authored about 5 years ago
update changelog for 1.51.2

3bbfb741a26c5565d273e68853bacafd4fde271f authored about 5 years ago
Merge pull request #4384 from plotly/fixup-for-texttemplate-fix

Fix hover for densitymapbox

777bced6fbde18bceb4b28350e0dc73c33f9ab45 authored about 5 years ago
fix hover for densitymapbox

... post texttemplate fix of
https://github.com/plotly/plotly.js/pull/4380

52f2f57e6f9c908eec92a492159e7258157ef758 authored about 5 years ago
Merge pull request #4380 from plotly/texttemplate-formatting-fixes

Text template formatting fixes

59772c1c327570edc3dffe6ea8b02f8a2bd577e8 authored about 5 years ago
fix texttemplate formatting for scatter3d

... w/o using a formatLabels method here, as gl3d hover
does not use `_module.hoverPoints` a...

227891056b531d1ec4631e0c295bd8b2ce8ed45d authored about 5 years ago
fix texttemplate formatting for scattergl and scatterpolargl

... by adding a formatLabels method. The result is a bit hackier
than for the SVG trace type...

acbd0ded3e527fff55f7e369e15bc43a4bb09388 authored about 5 years ago
fix texttemplate formatting for scattermapbox

... using a new formatLabels method. Notice that now the minus
sign render correctly.

493ee759c90d2ecd6c1fb0ddf42b83d2904a32fc authored about 5 years ago
fix texttemplate formatting for scatter{polar,geo,ternary,carpet}

... by calling `_module.formatLabels` during Drawing.textPointStyle.

This way, prefixes and...

04503eac013df7ba505507daac6d6c4a3da21b4b authored about 5 years ago
add formatLabels module method for scatter{polar,geo,ternary,carpet}

... in an effort to bring texttemplate and hover coordinates
formatting to the same place.

76d8a115c309714ead01bb21327617926430c406 authored about 5 years ago
replace `inLegend` opt to Drawing.textPointStyle

... with appropriate edit in legend trace clone

ac978e5d4e6a2010c1043c85a83d533b8529d078 authored about 5 years ago
fix bar texttemplate x/y formatting

- note also the fix texttemplate test case

77174286b39c3b13379935ae6dcc42168c23ef3a authored about 5 years ago
add %{label} & %{value} to bar hovertemplate

89422badcf09c3981cd50b3663fa1c6e4e0c4ac1 authored about 5 years ago
mv bar texttemplate test to own describe block

2faf4cf7e6ba0be8a278ed6ecffb453021c495c4 authored about 5 years ago
allow input mocks to declare layout attrs in checkTextTemplate

b459a2b6049be5408be6ccd865c61661828eb7c3 authored about 5 years ago
Merge pull request #4322 from plotly/use-node12

Use Node v12.13.0 (LTS) for development

9ee4aa7e6f6be886e76201b8e7752d690f0daf35 authored about 5 years ago
round bbox widths values to workaround Chrome78 rounding errors

9ec38b1548c76ae2c513b8fc814142ebf806d67d authored about 5 years ago
add @flaky to editable:true colorbar tests

cb5be64e4ab290ce92272783676e152722c95f56 authored about 5 years ago
tweak hover label px position in scatterternay fill test

00b7d309e26322320a13782095d06ec5d4801dd9 authored about 5 years ago
adapt "replot canvas" test for Chrome 78

97fe7600c9a110c5c38a7aa49c7d8612e3dda977 authored about 5 years ago
Merge branch 'master' into use-node12

205f4f8e1fada89c12775e472095fc7dfe01af48 authored about 5 years ago
bump npm version check to `6.13`

7759c7602be9d0247176d817bddf6ac0f6b5e630 authored about 5 years ago
Merge pull request #4366 from plotly/coloraxis-restyle-fix

Clear relinked cmin/cmax values in shared axes

1a3d38339dc7c9b5594f94a1b1f3625f3854d2ac authored about 5 years ago
fix #4337 - clear relinked cmin/cmax values in shared axes

... early in Plots.doCalcata, such that the cross-trace
cmin/cmax aggregation starts from sc...

85b04cf95254de48845f1e5feffe4d6ecb71aee2 authored about 5 years ago
Merge pull request #4356 from plotly/fix4354-contour-legends-with-colorscale

Apply reversed colorscale setting and coloraxis in contour and histogramcontour legends

513491e6a8f20e247881609eefa74ffdb6c7c319 authored about 5 years ago
reuse extractOpts in legend style

f988a643517d388af38ccd9586a4ec2065eb711a authored about 5 years ago
Merge pull request #4362 from plotly/legend-bgcolor-default-description

Mention legend.bgcolor default in documentation

8951847f7edecd674cfebd2b670b550a97396745 authored about 5 years ago
Merge pull request #4357 from plotly/parcoords-rm-duplicate-call

remove a duplicate function call in parcoords

ffa0f65f0e2afaa4c1fac43b1ccf70e0afe84add authored about 5 years ago
mention legend.bgcolor default in documentation

93a390f94db8b145a67b87b910a13470a85fd783 authored about 5 years ago
update ko.js

fix some words

1a03f866ac7ce1c8fa11fe58bea6b19d7644dacd authored about 5 years ago
remove duplicate call to convert typed arrays

8be700556c2ce4a39d2736b18f490b93e2eef00e authored about 5 years ago
update some words

update some words
25 line: 'hover 위의 데이터와 비교합니다'->'마우스를 올리면 데이터와 비교합니다'
42 line: 'hover에 근접한 데이터...

16804552b39002b443823b06e9a33d14a76d6913 authored about 5 years ago
use baseAttrs variable name instead of plotAttrs in all traces attributes files

0c00efc4a1f22ab770d8cb96e87f4f0703931433 authored about 5 years ago
add tests to lock issue 4355 as well

5f771a4ef23f456f3e4fcb921b60917cfc887af9 authored about 5 years ago
fix 4354 flip contour legends when colorscale is reversed - prep address 4355

0ebcde36a223e07e6adefbd910c04cbe11dac0b7 authored about 5 years ago
update ko.js

delete space

9b2db6d114c795500846b47f5e8ab7b269fbeaa2 authored about 5 years ago
Merge pull request #4353 from plotly/mesh3d-missing-color

Handle missing vertexcolor and facecolor in mesh3d

f78f3cd3beee04db95aafcf9498031d112c87514 authored about 5 years ago
Update ko.js

229c2a966b5cbd40d403d8ea3a8275bd49e6fc50 authored about 5 years ago
bump gl-mesh3d v2.1.3

- display mesh3d missing colors gray
- update baseline

3066f32660586ef4736597a8b6eb787ab4570088 authored about 5 years ago
fix typo in new mock filenames

0a033398c8b1a3237a0c85dfd1cc19ed209a8061 authored about 5 years ago
handle missing vertexcolor and facecolor in mesh3d

c6c175e9e31383ba64ef88985c1df391ae861609 authored about 5 years ago
update ko.js

reset : 리셋 -> 초기화

f19767df10f8018a72f92156311203534851b9af authored about 5 years ago
Merge pull request #4346 from plotly/dont-coerce-colorscale-for-mesh3d

Do not coerce contour & colorscale attributes for mesh3d when not needed

ebd56680f40b4db96ad77aa3acfaf1e769ddcad6 authored about 5 years ago
do not coerce contour attributes if contour is disabled

- add various supply default tests for mesh3d trace

67e7fbf43598d1d501f8419a7f6372c02f600ba4 authored about 5 years ago
Merge pull request #4347 from plotly/improve-gl3d-coloraxis-mock

Improve gl3d coloraxis mock

eefa734b14468e1cd7cb3e1216f0faae55e8948b authored about 5 years ago
Add surface to gl3d mock

- adjust camera position in scene
- use isosurface with a defined bound
- reverse one of the colo...

717126080fcb2f4cd7eb23b8ac9020f6c5c88a67 authored about 5 years ago
do not coerce colorscale for mesh3d when not needed

5bc65aa3212c6ca2f8a62727e10066d1af0f1022 authored about 5 years ago
add glOptions so that it is contolled by plotly.js not gl-plot3d

d8af1dc4452849300656f6a921232e2cea2fe472 authored about 5 years ago
remove unused parameter glplotLayout and glplot.update call

94ebb09a55f0e088b6095430b6e922e32d42eb2c authored about 5 years ago
apply gl-plot3d changes

fe17eb9761ef7a0955ca1217652a6419ee0725d1 authored about 5 years ago
fix issue 4236 - do not init dynamic gl with premultipliedAlpha

9066bd1cb3d0eb2812039e660c848689d39e629a authored about 5 years ago
Now with reduced arguments we can make initializeGLPlot and tryCreatePlot functions method of Scene object

- i.e. to avoid passing extra this argument
- also let's use scene. instead of this. in Scene m...

0d76fe25ead6c51b8acde37c9c3aaa854e8d9796 authored about 5 years ago
avoid low level webgl calls from plotly.js gl3d scene

- make use of new gl-plot3d setters
- reduce passing arguments

e1b1a3962deb8b67148e6c9408395f3883ed31f2 authored about 5 years ago
no need to duplicate camera on gl-plot3d scene

1081e6aed875c7cfe3a5240cb7f8c0648273a08a authored about 5 years ago
make render another method of Scene object

b8ca3917c14f3b4a2f8ef748660168d20f02519c authored about 5 years ago
Merge pull request #4344 from plotly/surface-cut-noOpacity

remove noOpacity flag from surface index

0f860369cfb264aeec89e4229071c0ba2ca99a1d authored about 5 years ago
fix new mock scene1 domain - yellow mesh3d and surface traces are in respect to #2477

0dd87488852d7950fa8b9757d188dc8b3506ba82 authored about 5 years ago
add new mock for various gl3d traces with opacity

- the paper_bgcolor also has alpha
- the first scene is rendered weirdly

fff2cd0d8c1563111ca57d9798c1bc8ee8390963 authored about 5 years ago
remove surface noOpacity flag

5264308493a243fc281540c7313649a929679026 authored about 5 years ago
update ko.js

modify some words

f390656780d20606994cdf5f91f814656247eb59 authored about 5 years ago
1.51.1

7665753449188f55438cfb4abda1b3caf227e4ac authored about 5 years ago
update changelog for 1.51.1

4f0480506fe6761a0dee1899bcbe1edd280399c5 authored about 5 years ago
Merge pull request #4325 from plotly/image-nan_ms

Skip non-numeric values in image trace plot

50bbb7ea488ca1786a66185d17c52e97faf8c2f5 authored about 5 years ago
improve new image mock and refactor scale function in calc

d6abde903a8988edc218b63498381d9d2fa472a5 authored about 5 years ago
change colormodel from plot to calc and add scale reference array to the trace

d4fec74372d45d5738669838a66e0faf590830e2 authored about 5 years ago
move _scaler function from plot to calc step

1a55816456787fa32083336ef7f30be7d31ed83c authored about 5 years ago
refactor image functions

720db11edf607ba8643d75b00f2b4e7c9afac4aa authored about 5 years ago
Merge pull request #4323 from plotly/bump-point-cluster-3.1.8

Fix scattergl mising points plot and react

405b9ed90b60b8d39420f70644b238b1efed5521 authored about 5 years ago
avoid using random numbers in all tests

902b08491d4480fa341650dcc365b230885a0afa authored about 5 years ago
revise skip logic - fixes various failing tests

12b4b99d0ea842ae9f8b785793dcdca8b7f79b4c authored about 5 years ago
use len as snap for regl-scatter2d

cbd4834ae6d752103e900632182cb08e537307cd authored about 5 years ago
image: return a transparent pixel if its value is not numeric

172933cf5aa09b64f8f09698250f2703d3a7f3f3 authored about 5 years ago
set --node 12.13 and --npm 6.12 in `check-node-version` call

... to make sure these version are used when making new releases

a5eba617a552082a09048399a8a738d09003a6b3 authored about 5 years ago
update Contributing to mention node v12

39c194425ace6bf0555744d7ec6043731a08237a authored about 5 years ago
use node "12" on AppVeyor

dff2d0b00b8d796a0c37b768b2baecf72bbea0f4 authored about 5 years ago
use node 12.13.0 (LTS) on CircleCI

b18bf7295ad69f67d40d98a0dca83ad750ace39f authored about 5 years ago