Jakob Kneissl
cc21d9c286
Implemented access to nested JSON objects as values for charts
...
Code to access objects by path was taken from the solution of
http://stackoverflow.com/questions/6491463
When JSON objects are used to load chart data, nested / inner objects and
arrays can now be loaded, too.
See additional tests in spec/data-spec.js for examples, how to access nested
JSON object values
9 years ago
GermainBergeron
2dc3d60211
Add same option to donuts
9 years ago
GermainBergeron
6a54fdbf58
Add option to configure pie label ratio
...
Keep default behaviour when no option is set
Works with a number or a function
Fixes #1628
9 years ago
Richard Lindner
305ed6dc76
Lightweight fix for unexpected category behavior when multiple series are used.
...
Fixes #1643
9 years ago
Masayuki Tanaka
aed7d243ef
Fix spec
9 years ago
Josh Kinlaw
00887344af
adds startingAngle and fullCircle properties to gauge
9 years ago
Jordan Kasper
c50efe2e5c
PR #1576 -- Fixes issue of trying to flow data when there is no data to start (gh-1235)
9 years ago
Sebastian Schwaiger
5a50a3c1b9
Allow tooltip formatter to change output depending on all data points.
...
I often need to adjust the values presented to the user in the tooltip. Therefore I need information about all data points being displayed for the current point in time.
BTW: I mainly need this because I cannot format the contents of a bar chart depending on its sign.
9 years ago
Andy Dufilie
d1a5c666ac
Fix for Chrome 48 removal of SVGPathSeg and SVGPathSegList APIs
9 years ago
Timopheym
10d33afb87
rotate y ticks feature; tests wrong
9 years ago
Masayuki Tanaka
e3ebb7f28c
Refactor #1305
9 years ago
Daniele Piccone
12e852364e
Fixed tests and parameters
9 years ago
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 )
10 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