Daniele Piccone
b77458480c
Fixing gruntfile and renamed to svg_classname
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
Jan Teichmann
25e8ad2f23
remove tabs
9 years ago
Jan Teichmann
3f5c8f07a2
address comments
9 years ago
Jan Teichmann
8dfe05ce23
fix tooltip data order for stacked charts
9 years ago
Jan Teichmann
c332c134f0
fix data order of tooltip
9 years ago
Kreozot
e25d6ed2b8
Fixed redraw animation bug when user quickly hide and show chart item. (Issue #1079 )
9 years ago
Masayuki Tanaka
7a506454e4
Give config to beforeInit and afterInit
10 years ago
Masayuki Tanaka
f04c84dff3
Release 0.4.11-rc3
10 years ago
Masayuki Tanaka
f3e56c5805
Fix legend tile animation
10 years ago
Masayuki Tanaka
0d9f1e2a79
Update #1275
10 years ago
Masayuki Tanaka
25a5f39f12
Update src for #1273
10 years ago
Masayuki Tanaka
782023e1b6
Fix isInterpolationType to accept type
10 years ago
Masayuki Tanaka
dc33ef14a8
Fix mapToTargetIds
10 years ago
Masayuki Tanaka
da665bc710
Fix mapToTargetIds #1220
10 years ago
Masayuki Tanaka
e21a8f85f0
Fix axis.y.padding
10 years ago
Masayuki Tanaka
cb9459cb83
Add beforeInit and afterInit callbacks
10 years ago
Masayuki Tanaka
86d0bf880c
Fix legend append animation
10 years ago
Masayuki Tanaka
01f33238c8
Fix tooltip api callback
10 years ago
Masayuki Tanaka
43f373894e
Release 0.4.11-rc2
10 years ago
Mark Diesburg
37ade97f6a
Update arc.js
...
Fix for issue #1205 .
I added a console.log while debugging this to verify that this null condition was being hit and that the charts still generated correctly after hitting this.
10 years ago
Dax Fohl
22438cc71a
Bugfix 1292, 1246 by making subchart axis hidden if subchart is hidden
10 years ago
Adam Shukur
747740de70
Allow for optional xhr headers object when retrieving data from url
10 years ago
Amir
034fad22e9
Update getShapeOffset() to allow data series with unequal amount of x-values
...
Refs issue#1065
10 years ago
Edmundo Alvarez
da9db27200
Add spline custom interpolation
...
With these changes it is possible to set a custom spline interpolation
by giving a valid d3 interpolation to spline.interpolation.type.
Fixes #479
10 years ago
Laurence Hudson
10b3efc1e1
Use getTextRect to measure title size, also fix getTextRect so that any custom css font used is applied while measuring
10 years ago
Laurence Hudson
d49a68afe4
Ensure that the input data to is numerically sorted (not alpha)
10 years ago
James Garfield
26d8c3e061
Change legend method customization/override to be consistent across all methods.
10 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
f6add829ce
Apply #1153 to src
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
GermainBergeron
18a39d5878
Fixed build
...
Added c3.js & c3.min.js
10 years ago
GermainBergeron
ce96ac07da
Fixes #1192
...
Added onshow and onhide functions on tooltip
10 years ago
Jesse White
761269ac07
Hide elements from the legend and tooltip when their name is null.
10 years ago
lbortoli
1b6d2c2895
Add chart.api ($$.api) to 'onunselected' callback
...
It should behave as the 'onselected' callback.
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
Sudhakar
e5edb0f17e
Sudhakar, Hemanth | Disabling the gray color highlighting on click in iOS devices
...
When any graph is opened in iOS devices, clicking on a point highlights the whole graph with gray color briefly. This hinders the interactivity as it does it for the whole graph area
10 years ago
Richard Knoll
fbe6e4c7c3
fixed resize event removal and performance issue while resizing
10 years ago
David Poore
a60515afc2
1033 change legend item tiles to customizable lines instead of static rects
10 years ago