8000 Implement legendrank attribute in traces by archmoj · Pull Request #5591 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Implement legendrank attribute in traces #5591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jun 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove some empty lines
  • Loading branch information
archmoj committed Apr 16, 2021
commit 581371742e6fdc3df91004e1ccd8e02aac828a8f
9 changes: 0 additions & 9 deletions test/jasmine/tests/legend_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: 'group',
showlegend: true

}}],
[{trace: {
type: 'bar',
Expand Down Expand Up @@ -288,7 +287,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: 'group',
showlegend: true

}}],
[{_initID: 2, trace: {
type: 'scatter',
Expand Down Expand Up @@ -318,7 +316,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: '',
showlegend: true

}}],
[{trace: {
type: 'bar',
8000 Expand Down Expand Up @@ -346,7 +343,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: '',
showlegend: true

}}],
[{_initID: 1, trace: {
type: 'bar',
Expand Down Expand Up @@ -374,7 +370,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: '',
showlegend: false

}}],
[{trace: {
type: 'box',
Expand Down Expand Up @@ -404,7 +399,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: '',
showlegend: true

}}],
[{trace: {
type: 'bar',
Expand Down Expand Up @@ -432,7 +426,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: '',
showlegend: true

}}],
[{_initID: 1, trace: {
type: 'bar',
Expand Down Expand Up @@ -460,7 +453,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: 'group',
showlegend: true

}}],
[{trace: {
type: 'bar',
Expand Down Expand Up @@ -488,7 +480,6 @@ describe('legend getLegendData', function() {
visible: true,
legendgroup: 'group',
showlegend: true

}}],
[{_initID: 0, trace: {
type: 'scatter',
Expand Down
0