Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main to release. #101

Merged
merged 26 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c6eceeb
SCAL-236729 added array to maintain visual prop key that need to be p…
UtkarshRai12 Jan 9, 2025
daa6a0e
SCAL-236729 version bumping
UtkarshRai12 Jan 9, 2025
2151504
changed version for feature implementation
UtkarshRai12 Jan 9, 2025
d50e931
SCAL-236729 added note in typeDoc
UtkarshRai12 Jan 9, 2025
0ad9a73
SCAL-236729 added example for preseved key in custom-bar-chart
UtkarshRai12 Jan 10, 2025
24ba8d2
SCAL-236729 fixed test file assertion
UtkarshRai12 Jan 13, 2025
b9aa9e9
SCAL-236729 improved example for custom client state
UtkarshRai12 Jan 14, 2025
cf574cb
SCAL-236729 improved example for custom client state
UtkarshRai12 Jan 14, 2025
33cfd34
Merge pull request #97 from thoughtspot/SCAL-236729
UtkarshRai12 Jan 15, 2025
bb24f57
SCAL-228870 Added Axis Context menu items
Yashvardhan-Nehra Jan 20, 2025
11db31a
updated enum
Yashvardhan-Nehra Jan 20, 2025
e34db7b
Merge pull request #98 from thoughtspot/SCAL-228870
yashvardhan-n Jan 20, 2025
97b9854
SDK support to disable and hide context menu actions
harshmeetTS Oct 26, 2024
064b39e
update chartconfigparameters
harshmeetTS Jan 22, 2025
a6b5413
udpated version
harshmeetTS Jan 22, 2025
f95cbe9
update custom bar chart
harshmeetTS Jan 22, 2025
40df02c
update version
harshmeetTS Jan 22, 2025
327f231
fix build
harshmeetTS Jan 22, 2025
e81a470
Merge pull request #83 from thoughtspot/feat/visible-hidden-disabled-…
harshmeetTS Jan 26, 2025
3ba5119
added Download excel Ts to chart event and listerner for the same event
harshmeetTS Jan 26, 2025
dddd2d5
SCAL-221535 added typedoc json for pipelining it to public doc
UtkarshRai12 Jan 27, 2025
df0e05b
updated types added tests for Download excel event
harshmeetTS Jan 28, 2025
1c9965e
updated version in comments
harshmeetTS Jan 28, 2025
6f933ed
Merge branch 'main' into SCAL-221535-doc
UtkarshRai12 Jan 28, 2025
890c8a0
Merge pull request #100 from thoughtspot/SCAL-221535-doc
UtkarshRai12 Jan 28, 2025
5b08a3d
Merge pull request #99 from thoughtspot/add/download-event
harshmeetTS Jan 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log*

coverage
docs
docs/*
lib
cjs
node_modules
Expand All @@ -27,3 +27,6 @@ dist-ssr
*.sln
*.sw?
.vercel

# Except the typedoc.json file
!docs/typedoc.json
Loading
Loading