Add associative mode#11
Open
eap-job wants to merge 105 commits into
Open
Conversation
-Added build configuration used by other qlik visualization extensions. -Adapted code to qlik code standard. -Added AlternateState support. -Updated names and ids so that this works on the same sheet as the original qwik-trellis. -Fixed minor issues. Issue: QLIK-94506
Initial commit for qlik-trellis-container
-Making it possible to use multiple trellis containers in one sheet. Issue: DEB-150
-At least for now there seems to be no way for containers to create snapshots.
Using trellis root to select child elements
…as deleted by mistake.
Deb 171/order of properties
DEB-167: Corrected the spelling.
DEB-166 : Restored the piece of code responsible for sorting, which w…
…selected directly from Properties panel.
-'Include null values' for dimension. -'Show All Dimensions' for each visualization. Issue: DEB-169
DEB-199: Moved Trellis Options under Appearance section.
DEB-196/spellingMistake : Corrected spelling in the Add-ons section.
Able to show/hide null dimensions
…ction DEB-185: Hide the dropdown for selecting master visualization if its …
…of columns" and "maximum number of charts" are updated.
…down DEB-209/fixMastervizDropdown : Fixed dropdown to select Master Viz.
DEB-205: Fixed the Trellis to get updated when the variables "number …
DEB-207/TextChanges : Text Changes done.
-Because of unsupported 'includes'. Issue: DEB-215
Fixed master item labels
Border options
Fixed undefined color error.
Please enter the commit message for your changes. Lines starting
Two dimensions
added ability to have a calculated dimension
QLIK-98119: Set 100% height in trellis cell
fixed two dimension issue
fix QB235 replace Set func with vanilla array func for IE
fix: disable interaction
Removing source maps from production mode.
This change results in the controller reacting to selections and skipping the rendering for the trellis-dimension's non-possible values.
Now the controller will instantanously react to changes of the trellis dimension's set of possible values and will do that only if the "Associative mode" is active.
Added switch to activate "Associative mode". The controller will react to changes of the trellis dimension's set of possible values, only if the "Associative mode" is active.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added a switch to make trellis container react to changes of the trellis dimension's set of possible values.