Граф коммитов

563 Коммитов

Автор SHA1 Сообщение Дата
Dan Marshall c96f476d90
Create CNAME 2019-08-29 11:47:49 -07:00
Dan Marshall e75077d88b
Delete CNAME 2019-08-29 11:30:56 -07:00
Dan Marshall 4469241605
Create CNAME 2019-08-29 11:25:08 -07:00
Dan Marshall 20abf6f265 version bump 2019-08-28 18:22:14 -07:00
Dan Marshall ce9330da4f regen 2019-08-28 18:03:28 -07:00
Dan Marshall 011ac1e7d4
Clickable axes (#79)
* 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
2019-08-28 17:52:02 -07:00
Dan Marshall 037e341fe1 regen 2019-08-20 23:04:07 -07:00
Dan Marshall a153dafe0d version bump 2019-08-20 23:03:35 -07:00
Dan Marshall 050c5b7148
Use formal field names (#72)
* 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
2019-08-20 17:56:03 -07:00
Dan Marshall ff3bd25424
Powerbi filters other visuals (#70)
* persist tooltipExclusions

* add PowerBISelectionID

* match selection to SandDance filter

* cast numeric

* move isInternalFieldName to util

* use filtered allColumns

* filter internal field names

* remove console.log

* version bump
2019-08-20 13:18:15 -07:00
Dan Marshall c24b120b2d
add editor title context menu (#67) 2019-08-20 13:18:00 -07:00
Dan Marshall ce2c75e5c9
Delete 3 2019-08-15 14:49:51 -07:00
Dan Marshall f1aa019828 regen 2019-08-15 14:26:47 -07:00
Dan Marshall af59d4a44c version bump 2019-08-15 14:00:14 -07:00
Dan Marshall 9382ef0db2
Tooltip size (#66)
* finalize tooltip on re-render

* clip tooltip vertically
2019-08-15 13:55:48 -07:00
Dan Marshall df9499c34b regen 2019-08-14 18:48:27 -07:00
Dan Marshall 3b986c79d7
Tooltips (#65)
* upgrade marked

* tooltip wip

* move to ordinal.ts

* tooltip position

* eliminate scrollbar

* use table

* plumb tooltopOptions

* tooltip exclusions

* use documentElement.clientWidth

* remove whitespace

* pass in tooltipExclusions

* remove clone

* refactor

* use Table
2019-08-14 18:35:54 -07:00
Dan Marshall 4176eb5dff use favicon 2019-08-13 17:20:15 -07:00
Dan Marshall 37ecb1194a add favicon 2019-08-12 14:13:24 -07:00
Dan Marshall 6cb7f93d74
Integrate recommender (#63)
* extension builds

* rename to chart-recommender

* version bump

* website build & deploy

* publish only dist folder
2019-08-12 11:28:21 -07:00
Dan Marshall 81bc02c440 use recommender 2019-08-09 19:36:04 -07:00
Dan Marshall 6c21eada5b add geo and treemap 2019-08-09 19:35:12 -07:00
Dan Marshall aaac28c4c9 move sequential into core inference 2019-08-09 19:34:41 -07:00
Dan Marshall aa494bb4dd organize imports 2019-08-09 17:36:11 -07:00
Rebecca Runxin Wang 666c694f81 Smart Chart Recommender (#62)
* 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
2019-08-09 17:30:58 -07:00
Dan Marshall 35a72373c4
rename to SandDance2019 (#60) 2019-08-05 00:18:03 -07:00
Dan Marshall 96946379c6
updated powerbi icon (#59) 2019-08-05 00:16:52 -07:00
Dan Marshall acdec131e4
Added embed project (#57)
* added embed

* added logo url

* added embed

* added logo url

* promote embed to package

* move to src folder

* hoist typescript to root

* move embed package

* output to dist

* rename to sanddance-embed

* added package descriptions

* remove embed
2019-07-26 15:37:53 -07:00
Dan Marshall dadddd2044
added mean to ColumnStats (#56) 2019-07-24 12:52:38 -07:00
Dan Marshall 3b3213f31e added gitignore for powerbi 2019-07-22 13:42:58 -07:00
Dan Marshall 59e865be23
Powerbi metadata (#53)
* remove language, use gray color

* hide logo

* use api 2.6.1

* Correct package info
2019-07-22 11:58:21 -07:00
Charmaine Chan 3da6813912 Fixed JSON parser (#52) 2019-07-22 11:43:58 -07:00
Dan Marshall d53f432d73 Added azdata 1.3.0 changelog 2019-07-18 14:45:29 -07:00
Rebecca Runxin Wang fc97342457 Integrate SandDance into Azure Data Studio SQL Query Editor (#50)
* 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
2019-07-18 14:34:47 -07:00
Dan Marshall 1c58556ca1
Fixes for PowerBi tests (#51)
* handle null column

* override state errors during load

* logo color

* use language file

* whitespace
2019-07-10 16:37:46 -07:00
Dan Marshall a399c850b3
Powerbi update (#48)
* delete old powerbi project

* don't pass ReactDOM.render

* rename to sanddance-powerbi

* added finalizers

* Grid spec (#49)

* remove reactdom.render

* Added Grid spec

* add sort to grid

* default to grid

* remove comment

* allow nullable insight.columns

* added grid & treemap

* version bump

* regen

* delete old powerbi project

* don't pass ReactDOM.render

* rename to sanddance-powerbi

* added finalizers

* ensure columns exist

* use x instead of uid

* handle nullref

* loading screen
2019-06-18 11:25:58 -07:00
Dan Marshall 08463495a3 deploy sanddance-explorer to web 2019-06-12 18:34:26 -07:00
Dan Marshall 15d8b1c41a regen 2019-06-12 17:02:19 -07:00
Dan Marshall dfce611ee9 version bump 2019-06-12 17:02:11 -07:00
Dan Marshall 316d40ae72
Grid spec (#49)
* remove reactdom.render

* Added Grid spec

* add sort to grid

* default to grid

* remove comment

* allow nullable insight.columns

* added grid & treemap
2019-06-12 16:34:54 -07:00
Dan Marshall 195fdd5ec6 move from devDependencies to dependencies 2019-06-06 13:40:08 -07:00
Dan Marshall c763665857 version bump 2019-06-05 18:07:02 -07:00
Dan Marshall 67c321ee02 regen 2019-06-05 15:35:01 -07:00
Dan Marshall ab4df0c398
remove React aliases for explorer (#45) 2019-06-05 15:27:55 -07:00
Dan Marshall d9a9e47925
added powerbi V3 package (#43)
* added powerbi V3 package

* collapsible chrome & sidebar

* expose CommandBar & Customizer

* new smaller logo

* use CommandBar

* pass quantitative boolean instead of column

* remove uid

* rename to hideCollapsibleSidebar

* allow topbar overflow

* center logo

* move logo from commandbar

* removed inline style

* topbar color

* add getFocusStyle

* variant of Fluent theme

* toolbar height

* rename to hideSidebarControls

* collapse ScopeSettings

* format css

* stretch sidebar buttons

* pbi update
2019-06-05 15:23:08 -07:00
Dan Marshall 1cc8cc6d39
remove reactDom.render param (#44) 2019-06-05 15:16:24 -07:00
Dan Marshall f1f373e68b ship the alias folder 2019-06-05 15:09:19 -07:00
Dan Marshall bd25bc70c9 fix for common-extensions 2019-06-05 15:08:19 -07:00
Dan Marshall af991753cf Merge branch 'master' of https://github.com/Microsoft/SandDance 2019-06-05 13:55:22 -07:00
Dan Marshall 5edd3c235e set "files" to "dist" 2019-06-05 13:55:05 -07:00