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
David Poore
a60515afc2
1033 change legend item tiles to customizable lines instead of static rects
10 years ago
David Poore
35f170a804
Add title config option to c3 charts core
10 years ago
Yordis Prieto
0bc9ce1577
Fix data label position when all the data set is Zero
...
When all the data set is zero the label should be in the above of the y
axis
10 years ago
Yordis Prieto
a6241ca232
Fix data label position for cero value when all the data set is negative
...
When all the data set is negative the label position of cero value will
be above the the y axis line then you will not see the label.
10 years ago
vladsu
1168b6926d
Set the X axis in subchart to visible or invisible
...
I'm totally new in the github and all this stuff. Sorry if I do something wrong.
I came across c3 for two days and found it suitable for me. Thanks for that!
But there are some points which I would like to improve. Here I have added two lines to the c3.js
and with following options the X axis could be set to hide
```
...
axis: {
x: {
show: false
}
}
...
```
http://jsfiddle.net/vladsu/89szjf3r/3/
Best wishes,
Vlad
10 years ago
Junfeng Liu
31ab1cd631
Keep tooltip on redraw and flow, only hide on mouse move out
10 years ago
Matt Condon
9c3bc1e5cb
add expand duration config for pie, gauge, and donut charts
10 years ago
Masayuki Tanaka
e83d0e78fa
Release v0.4.10
10 years ago
Masayuki Tanaka
0eea1afb4f
Fix data label position based on user agent
10 years ago
Masayuki Tanaka
97cc3eb349
Fix data label on negative bar chart
10 years ago
Masayuki Tanaka
0f55800e06
Fix unexpected negative width for event rect
10 years ago
Masayuki Tanaka
8c9d72e95d
Update c3.js and c3.min.js
10 years ago
Masayuki Tanaka
bc2318bd12
Refactor transition on axis
10 years ago
Masayuki Tanaka
10140f78dc
Release v0.4.10-rc5
10 years ago
Masayuki Tanaka
d31dc817a3
Update c3.min.js
10 years ago
Masayuki Tanaka
ecd5728acc
Avoid setting c3 class to body - #1014
10 years ago
Masayuki Tanaka
97998e29cf
Fix type handling in load api - #1013
10 years ago
Masayuki Tanaka
edec7ecaf1
Fix rotated tick text - #1012
10 years ago
Masayuki Tanaka
dc50b136de
Fix legend item width when multiple charts rendered - #1011
10 years ago
Masayuki Tanaka
01aa08ac4a
Skip mouseout event when chart is destroyed - #997
10 years ago
Jean-Luc Martin
c41deabd1c
forgot to commit built files for bower to use
10 years ago
Masayuki Tanaka
e3c291fc8c
Fix convert json not to mutate input object - #993
10 years ago
Masayuki Tanaka
d3342f4665
Fix data.region dash line - #989
10 years ago
Masayuki Tanaka
9e3efb974a
Release 0.4.10-rc4
10 years ago
Masayuki Tanaka
9476cfe510
Fix unexpected rendering failure on init - #975
10 years ago
Masayuki Tanaka
a45fcd6758
Release 0.4.10-rc3
10 years ago
Masayuki Tanaka
0d8ac04b19
Fix flow
10 years ago
Masayuki Tanaka
a3aecb0bbb
Fix error about event rect widt when no ticks
10 years ago
Masayuki Tanaka
14db4af699
Fix data label for area chart
10 years ago
Masayuki Tanaka
7d8a949a70
Fix tooltip position on right edge on Firefox
10 years ago
Masayuki Tanaka
77d83dfc56
Fix axis.labels api
10 years ago
Masayuki Tanaka
a93fa4d38a
Use position = fixed instead of height = 1 when getBoundingClientRect - #1005 #1026
10 years ago
Masayuki Tanaka
265650b833
Release 0.4.10-rc2 - #1019
10 years ago
Masayuki Tanaka
b8cc89034e
Fix legend overlap on Firefox - #1026 #1019
10 years ago
Masayuki Tanaka
4140ceb2fc
Fix label overwrap on left axis - #961
10 years ago
timopheym
92e4e02960
Resolved #305 ; Now you may pass axis.y.tick.rotate
10 years ago
Masayuki Tanaka
74f65b3dfc
Fix tickInterval when transition
10 years ago
Masayuki Tanaka
6cf97b7294
Fix legend state when reverted
10 years ago
Masayuki Tanaka
1b4dd57190
Throw error when url not found - #960
10 years ago
Masayuki Tanaka
c485308f45
Support position for grid lines
10 years ago
Masayuki Tanaka
6bc1db6183
Release v0.4.10-rc1
10 years ago
Darko Kukovec
420172b6ac
Fixed getParentRectValue exception in IE #712
10 years ago
Masayuki Tanaka
4766795d91
Fix empty pie chart - #952
10 years ago
Masayuki Tanaka
35e5a63de5
Remove useless code in mouseover - #948
10 years ago
Masayuki Tanaka
edcd907a41
Fix bindto to accept null and empty string
10 years ago
Masayuki Tanaka
c1f4e97a80
Introduce tickInterval and fix bar and event width - #945
10 years ago
Masayuki Tanaka
c3855df1b3
Fix parseDate to handle string correctly - #943
10 years ago
Masayuki Tanaka
d35f0f8bfd
Fix unexpected height when redraw - #942
10 years ago
Masayuki Tanaka
ee7d9e380c
Fix unexpected data binding on click - #915
10 years ago