-
-
Notifications
You must be signed in to change notification settings - Fork 112
Robust plot schema lookups #48
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
bpostlethwaite
merged 54 commits into
TestSectionVisibility
from
RobustPlotSchemaLookups
Nov 13, 2017
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
ee5a3ce
compute plotSchema once
bpostlethwaite dacd88f
use official plotSchema accessor functions
bpostlethwaite 818852d
filter out Polar area chart
bpostlethwaite de28c9c
make a "concrete" container layer in component API
bpostlethwaite fee7a6c
include developer architecture overview in README
bpostlethwaite 9ed2b6a
replace trace value update array with scalar update
bpostlethwaite 1efa2fb
add Layout component and Layout update pathway
bpostlethwaite 4a7e250
lint ModeMenuSection
bpostlethwaite 447524f
allow deep merge inside fixtures via config
bpostlethwaite cb0e36f
test <Layout>
bpostlethwaite ad33364
generalize trace accordion css for consumption elsewhere
bpostlethwaite c9ad7b9
use connectTraceToPlot over <Fold> to replace <Trace>
bpostlethwaite 7c01592
connectToPlot -> connectToContainer
bpostlethwaite ec55a3e
lint and remove unnecessary imports
bpostlethwaite d3608d3
use connectToLayout over <Layout> component
bpostlethwaite b014671
update README
bpostlethwaite c5f72aa
Section.header -> Section.name for consistency with Panel etc
bpostlethwaite 467bc35
Fold now has noheader variant
bpostlethwaite 87e787d
<Field> component handles Field configuration DRY
bpostlethwaite 058170a
Numeric FixedWidth field utilizes postfix
bpostlethwaite 2bb2746
create field and containers folder. Move tonnes of files around
bpostlethwaite d2b5e92
move tests into new containers and fields folders
bpostlethwaite 212b4de
edit test import paths
bpostlethwaite d9ea40c
move ModeBar into sidebar folder
bpostlethwaite f8d64a0
rename Modemenu -> Sidebar
bpostlethwaite e563f8b
Sidebar.section -> Sidebar.group to avoid confusion with <Section>
bpostlethwaite 4feec01
lint PlotlyEditor
bpostlethwaite daeea6c
remove unused PlotlyEditor.scss
bpostlethwaite 5bb3f64
add Default fonts and a few more widgets to DefaultEditor
bpostlethwaite 83d98e9
fix plotschema accessor call + add handling for min and max
bpostlethwaite 4ce092f
remove hardcoded min and max values from DefaultEditor
bpostlethwaite 4adbdf2
Pass all props to <Field>. <Radio> defaults center=true
bpostlethwaite 4c67019
Field handles centering and test <Radio> center override
bpostlethwaite 46a2eba
small cleanup. Label, Value ordering in DefaultEditor
bpostlethwaite 26506f4
port css over to scss. Swap `bem` to use hierarchical namespacing
bpostlethwaite 8058d55
Colorpicker uses BEM and a some folder structure changes
bpostlethwaite 12ace8c
delete files that are not in use
bpostlethwaite 3b02455
split out styles/containers into separate files
bpostlethwaite e319b00
add initial icon support
bpostlethwaite 000b5f1
Add plotly.js default font to default font list
bpostlethwaite 68a41af
rename css class accordion -> fold
bpostlethwaite 6896707
introduce CogMenu and Info
bpostlethwaite 6335fbb
Section looks for CogMenu for special placement
bpostlethwaite d6f2375
Use CogMenu in Legend in DefaultEditor
bpostlethwaite 9628ccd
css cogmenu becomes a more generic subpanel
bpostlethwaite 2225452
rename CogMenu to SubPanel
bpostlethwaite 440f88b
Section handles non Attr children as default Visible
bpostlethwaite 51f7b46
add subMenu to DefaultEditor
bpostlethwaite 7becfbe
test Section visibility and SubPanel handling
bpostlethwaite 9367381
Merge pull request #54 from plotly/SubMenus
bpostlethwaite 254106c
Merge pull request #53 from plotly/CenteringOfFieldsWithNoLabels
bpostlethwaite 601fb70
Merge pull request #52 from plotly/DefaultFontsAndCorrectPlotSchemaAc…
bpostlethwaite 7b852a5
Merge pull request #50 from plotly/reorganizeFolderStructure
bpostlethwaite 62a29d7
Merge pull request #49 from plotly/IntroduceLayout
bpostlethwaite 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hopefully not for long 🙏