mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 00:01:37 +03:00
0a70f2edf5
- Closes #7733 - Add infrastructure for defining custom visualizations - Add all visualizations # Important Notes ⚠️ Changes made: - "Fit all" has been changed to always animate - this is because behavior was previously inconsistent: - the scatterplot would always animate on "Fit all", but - the histogram would never animate on "Fit all"
26 lines
245 B
Plaintext
26 lines
245 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
coverage
|
|
*.local
|
|
*.tsbuildinfo
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
test-results/
|
|
playwright-report/
|