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

Add tooltip annotation functionality #7127

Open
wants to merge 112 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
be6d4df
Init - basic working implementation
kb- May 18, 2024
55c1b31
Implemented style and template handling
kb- May 19, 2024
0e0591e
Added Dash and Python demo
kb- May 19, 2024
fcd8457
Update index.html
kb- May 19, 2024
d69ac85
Update README.md
kb- May 19, 2024
dcb5eec
Update README.md
kb- May 19, 2024
a617412
Added schema and cleanup
kb- May 19, 2024
4eb2801
Made linter happy
kb- May 19, 2024
47f4925
Update README.md
kb- May 19, 2024
4744a1f
locales
kb- May 20, 2024
723276c
Merge branch 'dev-tooltip' of plotly.js:kb-/plotly.js into dev-tooltip
kb- May 20, 2024
11e47c6
Demo
kb- May 20, 2024
653e666
Update various.html
kb- May 20, 2024
2babc9b
Update various.html
kb- May 20, 2024
c84007b
Handle log axis
kb- May 20, 2024
421546e
Update various.html
kb- May 20, 2024
24586ad
Handle log axis
kb- May 20, 2024
df56bf1
Check parameters availability
kb- May 20, 2024
ca55621
Merge branch 'dev-tooltip' of plotly.js:kb-/plotly.js into dev-tooltip
kb- May 20, 2024
8196cd7
Merged src/components/modebar/buttons.js from dev-tooltip-all into de…
kb- May 22, 2024
bade5e8
Merge branch 'master'
kb- Jul 18, 2024
6fd5b10
build
kb- Jul 18, 2024
c422552
Added test mocks
kb- Jul 19, 2024
f3cbc0f
untrack dist
kb- Jul 19, 2024
643479f
Added Jasmine test
kb- Jul 24, 2024
bb296e9
linter fix
kb- Jul 26, 2024
914d88a
Merge branch 'master' into dev-tooltip
kb- Jul 28, 2024
c0ac3ed
cleanup
kb- Jul 28, 2024
5997181
Add histogram2d test mock
kb- Jul 28, 2024
ce61edc
fixed 0 value handling
kb- Jul 28, 2024
d5bfcf1
fixed multi curve histogram handling
kb- Jul 28, 2024
34c5d4a
Handle subplots
kb- Jul 28, 2024
3461a50
make default number format consistent with hover
kb- Jul 28, 2024
0e09adf
Add z to heatmap tooltip default template
kb- Jul 28, 2024
297f208
Fixed subplot handling
kb- Jul 29, 2024
b06d9e7
Fixed test
kb- Jul 29, 2024
9f1d071
generate histogram test click
kb- Aug 2, 2024
baf2d38
Change to assets click function
kb- Aug 3, 2024
96538aa
Added test on log axis plot
kb- Aug 3, 2024
2e94cf7
fixed timing
kb- Aug 3, 2024
4b87290
Test preventing second tooltip on same data point
kb- Aug 3, 2024
0edf63d
Generic default template based on data availability
kb- Aug 3, 2024
6464184
Complete attributes
kb- Aug 4, 2024
de95245
Handle multycategory
kb- Aug 7, 2024
b41160f
Merge branch 'master' into dev-tooltip
kb- Aug 10, 2024
46548c6
fix subplot handling
kb- Aug 21, 2024
0a31a8b
Added default template for category axis
kb- Aug 21, 2024
fc509f7
More test image mocks
kb- Aug 22, 2024
ffd6340
Add violin side to side handling
kb- Aug 22, 2024
022c960
Merge branch 'master' into dev-tooltip
kb- Aug 22, 2024
c1804af
Fixed test click point
kb- Aug 22, 2024
25bc3ac
handle missing axis info
kb- Aug 22, 2024
1cd0960
Added tooltip to hasGL2D
kb- Aug 22, 2024
b042ddf
Added gl2d mocks
kb- Aug 22, 2024
6fa84ce
Schema update
kb- Aug 22, 2024
0fd21bc
Blacklist mock files derived from existing blacklisted files
kb- Aug 22, 2024
5930d29
test_syntax
kb- Aug 24, 2024
28cf945
Merge branch 'master' into dev-tooltip
kb- Aug 24, 2024
273e22c
fixed attributes - plotschema pass
kb- Aug 24, 2024
645c7f6
removed circular reference
kb- Aug 26, 2024
f0d24eb
add baselines (no tooltip displayed)
kb- Aug 26, 2024
a64af96
draftlog
kb- Aug 26, 2024
79c4388
test-mock pass
kb- Aug 26, 2024
13b74a1
Implement heatmap attribute - default tooltiptemplate
kb- Aug 28, 2024
34f8f11
schema
kb- Aug 28, 2024
78a7a2a
Create tooltip_template_heatmap.png
kb- Oct 11, 2024
40607a8
Merge branch 'master' into dev-tooltip
kb- Oct 12, 2024
c04ae71
fixed heatmat attributes
kb- Oct 12, 2024
b139c07
fixed scatter attributes
kb- Oct 12, 2024
bc6652e
fixed bar attributes
kb- Oct 12, 2024
7bac76a
fixed bar attributes
kb- Oct 12, 2024
3416d50
fixed box defaults
kb- Oct 12, 2024
f65a4db
fixed funnel defaults
kb- Oct 12, 2024
b0e7fa3
fixed candlestick attributes
kb- Oct 12, 2024
4fed40e
fixed heatmapgl defaults
kb- Oct 12, 2024
2c1d70d
fixed scattergl defaults
kb- Oct 12, 2024
735082a
fixed histogram attributes
kb- Oct 12, 2024
5884f4f
fixed histogram2d attributes
kb- Oct 12, 2024
d727a1c
fixed histogram2dcontour attributes
kb- Oct 12, 2024
4e74db1
fixed ohlc attributes (bug on master)
kb- Oct 12, 2024
95625a1
fixed pointcloud defaults (bug on master)
kb- Oct 12, 2024
0ac20bd
fixed scattercarpet attributes
kb- Oct 12, 2024
373ff66
fixed contour defaults
kb- Oct 12, 2024
54b73ee
fixed splom attributes
kb- Oct 12, 2024
8eb01bd
fixed violin defaults
kb- Oct 12, 2024
8d4acac
fixed waterfall attributes
kb- Oct 12, 2024
43db9b3
fixed attributes
kb- Oct 13, 2024
5361195
Merge branch 'master' into dev-tooltip
kb- Oct 13, 2024
3d0f76a
schema
kb- Oct 13, 2024
baf913e
removed ohlc tests (ohlc_first from master fails too)
kb- Oct 13, 2024
227b0be
baselines
kb- Oct 13, 2024
2720fb8
removed obsolete plot types tests
kb- Oct 13, 2024
ce08efb
removed candlestick test (candlestick from master fails too)
kb- Oct 13, 2024
655ba2d
removed obsolete plot types test
kb- Oct 13, 2024
6b04964
removed dflt (was not compatible with category)
kb- Oct 13, 2024
f8ca024
fixed scattercarpet attributes
kb- Oct 13, 2024
00cc9e7
fixed heatmap dflt (was not compatible with category)
kb- Oct 13, 2024
1ba450e
fixed bar arrow placement for shared categories
kb- Oct 13, 2024
b538574
schema
kb- Oct 13, 2024
3d5103d
fixed jasmine test
kb- Oct 13, 2024
73e8c55
baseline
kb- Oct 13, 2024
c817480
moved ohlc template to attributes
kb- Oct 13, 2024
dc026cc
fixed candlestick attributes
kb- Oct 13, 2024
298af7d
mocks
kb- Oct 13, 2024
25efa5f
fixed waterfall arrow placement
kb- Oct 13, 2024
8c7ac8e
schema
kb- Oct 13, 2024
6524182
Delete notes.txt
kb- Nov 4, 2024
a5e2668
Resolved merge conflict
kb- Nov 4, 2024
550cf0b
schema
kb- Nov 4, 2024
33e1005
Handle stacked traces
kb- Nov 16, 2024
6f9904e
baselines
kb- Nov 17, 2024
317a430
removed mock
kb- Nov 17, 2024
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
Prev Previous commit
Next Next commit
removed obsolete plot types test
kb- committed Oct 13, 2024
commit 655ba2dea15d5a322d7a2f3a375d06568038b9c0
Binary file not shown.

This file was deleted.