Marcel Bruse
2dd114f249
More flexible calculation of tspanDy for tick texts
...
Using a quarter of the height of a char to compute the vertical offset of tick texts in relation to the actual ticks results in a more accurate positioning of the y axis tick texts. This becomes important if you want to change the tick text font size via CSS.
9 years ago
Marcel Bruse
956d9d546d
Now textFormatted(v) returns a string in any case
...
If no format is defined and argument v is a Number, then this Number will be returned as it is. For instance, this can be the case if your min value on the y axis is 0 (zero). This causes the attempt to read text.length in getSizeFor1Char(tick) to fail, since length is undefined for a Number. This in turn leads to a failed detection of the height and width of the tick text, which is important if you want to increase the font size of the tick text via CSS.
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
9bf1f229c7
Merge pull request #1337 from teichmaj/issue_1028_tooltip_order
...
fix data order of tooltip
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
Masayuki Tanaka
b1a4e741b2
Update bubble extension
10 years ago
Masayuki Tanaka
fd5fbeab8f
Update bubble r
10 years ago
Masayuki Tanaka
920d378d71
Update bubble chart extension
10 years ago
Masayuki Tanaka
18f7de7e21
Add bubble chart extension
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
a62d8da1de
Update c3.js and c3.min.js
10 years ago
Masayuki Tanaka
bfdf7de5ec
Merge pull request #1121 from lbortoli/master
...
Fix for issue #1054
10 years ago
Masayuki Tanaka
0d9f1e2a79
Update #1275
10 years ago
Masayuki Tanaka
4c193b0342
Merge pull request #1275 from ggamir/patch-1
...
Allow data series with unequal amount of x-values
10 years ago
Masayuki Tanaka
25a5f39f12
Update src for #1273
10 years ago
Masayuki Tanaka
9f051237dc
Merge pull request #1273 from alycklama/master
...
Fixed bug with tooltip names not being processed with $$.getTargetSel…
10 years ago
Masayuki Tanaka
782023e1b6
Fix isInterpolationType to accept type
10 years ago
Masayuki Tanaka
bbb6d1c036
Merge pull request #1268 from Graylog2/master
...
Add spline custom interpolation
10 years ago
Masayuki Tanaka
dc33ef14a8
Fix mapToTargetIds
10 years ago
Masayuki Tanaka
ed60f60360
Merge branch 'master' of github.com:masayuki0812/c3
10 years ago
Masayuki Tanaka
da665bc710
Fix mapToTargetIds #1220
10 years ago
Masayuki Tanaka
25206cdb64
Merge pull request #1214 from DanielBaird/patch-1
...
Corrected "lable" typo in some text labels
10 years ago
Masayuki Tanaka
d012676101
Merge pull request #1209 from jamesgarfield/bug/1208_Legend_Method_Customization
...
Change legend method customization to be consistent across all methods
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
Masayuki Tanaka
7dd93cb434
Update c3.js and c3.min.js
10 years ago
Masayuki Tanaka
0e4e213087
Update c3.js and c3.min.js
10 years ago
Masayuki Tanaka
f5da05e18a
Merge pull request #1294 from daxfohl/master
...
Bugfix 1292, 1246 by making subchart axis hidden if subchart is hidden
10 years ago
Masayuki Tanaka
6d385be08d
Merge pull request #1231 from laurence-hudson-tessella/fix-title-layout-bug
...
Fix #1225 - (0.4.11-rc1) Incorrect layout when using titles on charts that are not visible at generation
10 years ago
Masayuki Tanaka
f78a085603
Merge pull request #1230 from laurence-hudson-tessella/fix-tick-bug
...
Fix #1229 - Incorrect x tick positioning
10 years ago
Masayuki Tanaka
afa5f52ac7
Merge pull request #1207 from kkirsche/patch-1
...
Remove moot `version` property from bower.json
10 years ago
Dax Fohl
22438cc71a
Bugfix 1292, 1246 by making subchart axis hidden if subchart is hidden
10 years ago
Amir
034fad22e9
Update getShapeOffset() to allow data series with unequal amount of x-values
...
Refs issue#1065
10 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
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
Daniel Baird
bf8853f600
Corrected "lable" typo in some text labels
10 years ago
James Garfield
26d8c3e061
Change legend method customization/override to be consistent across all methods.
10 years ago
Kevin Kirsche
658b482a71
Remove moot `version` property from bower.json
...
Per bower/bower.json-spec@a325da3
10 years ago