-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's changed * feat: Fix release.yaml ([#499](#499)) * feat: simplify useUncontrolled in Vis ([#501](#501)) * Adjust usepan hook ([#496](#496)) * Added native event to click/up events so users can query for shift and alt keys ([#485](#485)) * Feature: Facet sorting ([#481](#481)) * fix: add null check for the user ([#474](#474)) * feat(vis-type: scatter): selecting points from multiple facets ([#469](#469)) * refactor: improve time complexity for tooltip labels + minor fixes ([#472](#472)) * fix: scatter vis for selected points ([#468](#468)) * feat: added showLabeLimit option to the general vis configuration ([#457](#457)) * feat(vis-type: violin): Add YAxis merged option to violin vis ([#445](#445)) * feat: return 401 if not logged in for loggedinas ([#465](#465))
- Loading branch information
Showing
46 changed files
with
416,045 additions
and
2,223 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
@@ -1,24 +1,29 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
|
||
{ | ||
"name": "Debug Storybook", | ||
"request": "launch", | ||
"type": "chrome", | ||
"url": "http://localhost:6006", | ||
"webRoot": "${workspaceFolder}" | ||
}, | ||
|
||
{ | ||
"name": "Python: Module", | ||
"type": "python", | ||
"request": "launch", | ||
"module": "visyn_core", | ||
"justMyCode": false | ||
} | ||
] | ||
} | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Debug Storybook", | ||
"request": "launch", | ||
"type": "chrome", | ||
"url": "http://localhost:6006", | ||
"webRoot": "${workspaceFolder}" | ||
}, | ||
{ | ||
"name": "Launch Chrome", | ||
"request": "launch", | ||
"type": "chrome", | ||
"url": "http://localhost:8080", | ||
"webRoot": "${workspaceFolder}" | ||
}, | ||
{ | ||
"name": "Python: Module", | ||
"type": "debugpy", | ||
"request": "launch", | ||
"module": "visyn_core", | ||
"justMyCode": false | ||
} | ||
] | ||
} |
This file contains 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 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "visyn_core", | ||
"description": "Core repository for datavisyn applications.", | ||
"version": "11.4.2", | ||
"version": "12.0.0", | ||
"author": { | ||
"name": "datavisyn GmbH", | ||
"email": "[email protected]", | ||
|
This file contains 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 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 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.