Skip to content

Conversation

@dmt0
Copy link
Contributor

@dmt0 dmt0 commented Aug 9, 2018

closes #576

@dmt0 dmt0 requested review from VeraZab and nicolaskruchten August 9, 2018 20:58
}

if (container.type === 'choropleth') {
} else if (container.type === 'choropleth') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you change this to else if because the same trace type was present in more than one conditional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did it for performance, so that if it hits one, it falls through.
After your last update, when I split a trace into 17 traces and tried to load StyleTracePanel - oh my - that MBP with 16GB ram had to really run for the money :)

@dmt0 dmt0 force-pushed the hoveron-options branch 4 times, most recently from b171165 to 77a7521 Compare August 9, 2018 21:42
@dmt0 dmt0 force-pushed the hoveron-options branch from 77a7521 to 0df8907 Compare August 9, 2018 21:45
@VeraZab
Copy link
Contributor

VeraZab commented Aug 9, 2018

ok looks good to me 💃

@dmt0 dmt0 merged commit a6d652b into master Aug 9, 2018
@dmt0 dmt0 deleted the hoveron-options branch August 9, 2018 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hoveron dropdown needs to be configured with correct options depending on axes types

3 participants