Yoshiya Hinosawa
c17ec0ab23
Switch to rollup ( #2037 )
...
* chore: define run scripts, reduce grunt usage
* refactor(rollup): switch to rollup
* chore: fix node.js version on ci env
8 years ago
Sudhakar
37c6d7215b
Sudhakar, Hemanth | Added a config called 'sensitivity' for the point so that click sensitivity can be configured.
...
Right now, the click area of a point is hard coded in the code and in high pixel density devices (iPad) this is not enough. Have modified the data.js (c3_chart_internal_fn.dist) function to calculate the distance between the two points and compare it with the configured value (which is passed to c3.generate method along with other config)
Example
point: {
show: true,
r: 5,
sensitivity: 20
},
10 years ago
Masayuki Tanaka
01aa08ac4a
Skip mouseout event when chart is destroyed - #997
10 years ago
Masayuki Tanaka
35e5a63de5
Remove useless code in mouseover - #948
10 years ago
Masayuki Tanaka
ee7d9e380c
Fix unexpected data binding on click - #915
10 years ago
Masayuki Tanaka
01162ca0af
Fix draggable for multiple xs
10 years ago
Masayuki Tanaka
cc571011bd
Add data.selection.draggable and enable scrolling even if it's on the chart - #215 #798
10 years ago
Kentaro ku KUMAGAI
7062e0ab67
Introduce tooltip.position callback function
...
to control the position of the tooltip programmatically
10 years ago
Masayuki Tanaka
e51a75a2a6
Fix this context for mouse events
10 years ago
Masayuki Tanaka
5533e803e8
Improve performance for update event rects on timeseries - #553
10 years ago
Masayuki Tanaka
93703e62ef
Fix mouse event for multiple xs - #663
10 years ago
Masayuki Tanaka
b52fdaee2a
Fix selection when zoom enabled - #598
10 years ago
Derek Schultz
6c678fb283
Add tooltip ungrouping for multiple X. Fix #628 .
10 years ago
Masayuki Tanaka
f3b4feeb74
Fix opacity for event rect
10 years ago
Masayuki Tanaka
868cb26a58
Fix event rect for edge case - #592
10 years ago
Masayuki Tanaka
a1e3376f62
Fix onclick/onmouseover on bar chart as each - #390
10 years ago
Masayuki Tanaka
35b7bdf426
Modify step chart interpolation - #566
10 years ago
Masayuki Tanaka
ce2084702b
Fix event rect when flow called - #520
10 years ago
Masayuki Tanaka
6ccefd9d78
Refactor data.onclick
10 years ago
Masayuki Tanaka
beed643670
Fix onclick on step chart - #489
10 years ago
Masayuki Tanaka
31cc5e4e88
Add tooltip.show/hide API - #467 #509
11 years ago
Christian Kalmar
a083af287e
resize the eventRect for single data points for tooltips to work
11 years ago
Masayuki Tanaka
8a2e44a80c
Fix literal for CLASS
11 years ago
Masayuki Tanaka
a3a16800fb
Fix literal for config
11 years ago
Masayuki Tanaka
0b4a32408e
Use bind instead of my function
11 years ago
Masayuki Tanaka
0516616d41
Modularize event rect
11 years ago