Masayuki Tanaka
f56e853237
Update c3.js and c3.min.jp
9 years ago
Masayuki Tanaka
e3ebb7f28c
Refactor #1305
9 years ago
Daniele Piccone
12e852364e
Fixed tests and parameters
9 years ago
Daniele Piccone
3b18d5f463
Added classname as a config parameter which will set svg class
9 years ago
Masayuki Tanaka
931109f826
Release 0.4.11-rc4
9 years ago
Masayuki Tanaka
4174116173
Fix stacking in timeseries data #1315 #1342 #1329
9 years ago
Masayuki Tanaka
d551192ecc
Update c3.js c3.min.js
9 years ago
Masayuki Tanaka
7a506454e4
Give config to beforeInit and afterInit
9 years ago
Masayuki Tanaka
f04c84dff3
Release 0.4.11-rc3
9 years ago
Masayuki Tanaka
f3e56c5805
Fix legend tile animation
9 years ago
Masayuki Tanaka
a62d8da1de
Update c3.js and c3.min.js
9 years ago
Masayuki Tanaka
0d9f1e2a79
Update #1275
9 years ago
Masayuki Tanaka
25a5f39f12
Update src for #1273
9 years ago
Masayuki Tanaka
782023e1b6
Fix isInterpolationType to accept type
9 years ago
Masayuki Tanaka
dc33ef14a8
Fix mapToTargetIds
9 years ago
Masayuki Tanaka
da665bc710
Fix mapToTargetIds #1220
9 years ago
Masayuki Tanaka
e21a8f85f0
Fix axis.y.padding
9 years ago
Masayuki Tanaka
86d0bf880c
Fix legend append animation
9 years ago
Masayuki Tanaka
01f33238c8
Fix tooltip api callback
9 years ago
Masayuki Tanaka
43f373894e
Release 0.4.11-rc2
9 years ago
Masayuki Tanaka
0e4e213087
Update c3.js and c3.min.js
9 years ago
Dax Fohl
22438cc71a
Bugfix 1292, 1246 by making subchart axis hidden if subchart is hidden
9 years ago
Adam Shukur
235c70a36b
Concat and minify lib files
9 years ago
Anton Lycklama à Nijeholt
e3fcf65943
Fixed bug with tooltip names not being processed with $$.getTargetSelectorSuffix, resulting in not being able to style tooltips correctly
9 years ago
Masayuki Tanaka
4b34a1958e
Release v0.4.11-rc1
10 years ago
Masayuki Tanaka
0efe6d7775
Update c3.min.js
10 years ago
Masayuki Tanaka
b09c2f5516
Update c3.min.js
10 years ago
Masayuki Tanaka
f8f7255ad1
Remove resize_timeout option
10 years ago
Masayuki Tanaka
74880d6458
Refactor #1086 and add spec
10 years ago
Masayuki Tanaka
10a560cf31
Apply #1085 to src
10 years ago
Masayuki Tanaka
fb51543383
Fix null data in arc event listener
10 years ago
Masayuki Tanaka
aeff370a6f
Fix to zoom out based on zoom.x.min/max - #603
10 years ago
Masayuki Tanaka
5c0edf4f8a
Fix conflict in c3.min.js
10 years ago
Masayuki Tanaka
f620538c5f
Update c3.js and c3.min.js - #860
10 years ago
GermainBergeron
18a39d5878
Fixed build
...
Added c3.js & c3.min.js
10 years ago
Austin Murdock
4f8f63c0e8
fix(AMD-module): updating to enforce the AMD standard
...
https://github.com/amdjs/amdjs-api/blob/master/AMD.md designates that the factory should be a function.
10 years ago
Masayuki Tanaka
4eb2dd13ff
Add title.position/title.padding and remove title.x/title.y - #1025 #1021
10 years ago
Masayuki Tanaka
30ce1f8217
Fix subchart interaction when bindto is null - #1020
10 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
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