* add clickable text
* add clickable text highlight color
* axis may have a title
* add axis title & clickableTextLayer
* update deckgl-typings
* remove DataContent from Palette
* expose other deck.gl + luma.gl
* explorer colorSettings
* picking on entire rect
* added chromaticTextLayer
* expose fontFamily style
* optional defaultCubeColor
* add chromaticText tests
* add all field names
* use field names
* use window transform and fieldname
* use field names
* use fieldnames
* use fieldnames
* use fieldnames
* use fieldnames
* sort all columns on load
* create ToggleColumns control
* remove invalid numeric for scatterplot
* enable z proportion in Stacks
* Setup
* Added a query tab
* Fixed a typo on command
* Added SandDance in SQL Query Tab
* Pass data
* Icon click
* Pass data from Azdata to SandDance
* Command renamed and files added
* Added csv maker to read in data from Azure Data Studio.
* Enabled csv maker
* Formatting
* Removed the command registration
* Changed csv to json transfer from ADS
* Set context to false when deactivated
* created recommender package
* created recommender package with gitignore
* testable recommender
* class abstraction
* coded recommender rules for scatter plot, density plot, and bar chart
* Testing with real datasets
* only calc mean when column is quantitative
* Coded the decision tree
* Added color by to Recommendation
* expose Teachingbubble (#58)
* Added teaching bubble and button to apply recommendation
* deleted teaching bubble and loaded recommendation at start
* Added sort and color scheme to recommender
* fixed test cases
* refactored the recommender code
* made changes to address comments
* format changes
* Made minor changes
* Made changes to address the comments
* minor changes
* added max categorical color as const
* rename commands
* formatting
* alias to build command
* Added isSequential to recommender
* decorate colum in place
* changes to detectSequential
* collapse assignment
* optimizations
* rename to getRecommenderColumns
* colorbin quantile
* colorbin quantile
* Setup
* Added a query tab
* Fixed a typo on command
* Added SandDance in SQL Query Tab
* Pass data
* Icon click
* Pass data from Azdata to SandDance
* Command renamed and files added
* Added csv maker to read in data from Azure Data Studio.
* Enabled csv maker
* Formatting
* Removed the command registration
* Changed csv to json transfer from ADS
* Set context to false when deactivated