-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Funnel traces #3817
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
Funnel traces #3817
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
3832e01
add funnel - changes to lib
archmoj dd5ff48
add funnel - changes to src plot plot_api and legend style
archmoj 8846193
add funnel - chanegs to bar
archmoj cad13aa
add funnel - new trace files
archmoj 87b1c44
add funnel test - mocks and baselines
archmoj 424d6f5
add funnel jasmine test
archmoj aec946e
revisions after etpinard comments
archmoj 4fb5a2b
add comment to describe how trace._base is different than trace.base …
archmoj 75a5cb4
clean up bar cross calc - pass prefix - remove mockGd from funnel and…
archmoj 1504463
combine blank horizontal and vertical bar text mocks in one
archmoj 1434148
reduced number of funnel mocks
archmoj 68bd371
remove unused handleGroupingDefaults exports from funnel and waterfal…
archmoj 3d5b8ff
remove unused node3 link from funnel and waterfall plots
archmoj 8d02bcf
describe non-arrayOk textinfo flags
archmoj c6155db
cut category types from funnel axis mocks and add anchors
archmoj 020a34b
rm autorange true
archmoj 4c741c7
finalize connector line and region edit types
archmoj eea4a72
revise funnel select and fixup select test
archmoj 9507640
fixup axis anchors and added histogram case in image tests
archmoj 86c0c09
pass opts to bar cross trace calc
archmoj bdbbeb1
remove one more unused node3 link
archmoj cad2728
need extra precision in textinfo values of funnel and waterfall
archmoj 92b9471
dont coerce funnel textinfo if textposition is none - also add jasmin…
archmoj 34e0a4b
add noCI tag for one sankey test which started to fail after adding f…
archmoj ba1b6c0
refactor bar waterfall and funnle plot - rm prefix - pass opts
archmoj 04049f2
revisit bar-like hideOutsideRangePoints
archmoj 6c8a661
default fillcolor to marker.color
archmoj 2a3c354
drop funnelnorm
archmoj 1c82f91
waterfall hover bug fix
archmoj 6a3a13c
add jasmine test to lock waterfall hover on different types of measur…
archmoj 35dfe36
coerce tick label defaults even if axis is not visible i.e. required …
archmoj c63caf9
refactor layout defaults before addressing nXn loop issue
archmoj f249c61
drop arrayOk support of bar width and offset of funnels - improve fil…
archmoj d6f023a
revise draw order for funnel connector regions and lines
archmoj 0c169b5
improve image test to contain one overlay example
archmoj c29b58d
revisit textinfo and width defaults - fix and improve tests
archmoj e968da6
split handleTickLabelDefaults and split the process into two passes t…
archmoj 380db2e
implement textangle for bars funnels and waterfalls - add tests
archmoj 61b6068
fix alignmentgroup attributes of funnel and waterfall
archmoj 0236783
refactor bar inside text if statement
archmoj 4d403fd
revert cartesian layout_default file
archmoj a650170
minimal change to add logic to hide funnels
archmoj a744689
drop texangle and position defaults from funnel mocks
archmoj 30b172a
fixup textangle algo - added test for outside text
archmoj 446bacc
fix outside long text position with textangle - add test
archmoj b93e3a5
default funnels to horizontal
archmoj 02a176a
handle multicategory labels in funnel and waterfall textinfo
archmoj d0e8fe5
add logic to reverse y axis by default if only funnels
archmoj 0eb3917
remove yaxis autorange reversed from funnel mocks
archmoj fd1f6ca
improve funnel orientation description and do base waterfall and funn…
archmoj 6d50386
revisit transform inside bar to reduce diff after textangle - revert …
archmoj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* Copyright 2012-2019, Plotly, Inc. | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
'use strict'; | ||
|
||
module.exports = require('../src/traces/funnel'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.