Masayuki Tanaka
d341e5d3e1
Merge branch 'feature/coverage' of https://github.com/kt3k/c3 into kt3k-feature/coverage
9 years ago
Masayuki Tanaka
e3ebb7f28c
Refactor #1305
9 years ago
Masayuki Tanaka
b26ae0dfde
Merge pull request #1305 from diesburgm/master
...
Fixes Uncaught TypeError: Cannot read property 'gauge_min' of null #1205
9 years ago
Ændrew Rininsland
3c6e8ee72e
Fixing formatting issue in "Using the issue queue"
...
Also added line about squashing commits to the PR section.
9 years ago
Yoshiya Hinosawa
4ed3742e44
Add coverage report
9 years ago
Yoshiya Hinosawa
15b9fc23e4
Change test framework from grunt-contrib-jasmine to karma
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
9 years ago
Masayuki Tanaka
fd5fbeab8f
Update bubble r
9 years ago
Masayuki Tanaka
920d378d71
Update bubble chart extension
9 years ago
Masayuki Tanaka
18f7de7e21
Add bubble chart extension
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
bfdf7de5ec
Merge pull request #1121 from lbortoli/master
...
Fix for issue #1054
9 years ago
Masayuki Tanaka
0d9f1e2a79
Update #1275
9 years ago
Masayuki Tanaka
4c193b0342
Merge pull request #1275 from ggamir/patch-1
...
Allow data series with unequal amount of x-values
9 years ago
Masayuki Tanaka
25a5f39f12
Update src for #1273
9 years ago
Masayuki Tanaka
9f051237dc
Merge pull request #1273 from alycklama/master
...
Fixed bug with tooltip names not being processed with $$.getTargetSel…
9 years ago
Masayuki Tanaka
782023e1b6
Fix isInterpolationType to accept type
9 years ago
Masayuki Tanaka
bbb6d1c036
Merge pull request #1268 from Graylog2/master
...
Add spline custom interpolation
9 years ago
Masayuki Tanaka
dc33ef14a8
Fix mapToTargetIds
9 years ago
Masayuki Tanaka
ed60f60360
Merge branch 'master' of github.com:masayuki0812/c3
9 years ago
Masayuki Tanaka
da665bc710
Fix mapToTargetIds #1220
9 years ago
Masayuki Tanaka
25206cdb64
Merge pull request #1214 from DanielBaird/patch-1
...
Corrected "lable" typo in some text labels
9 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
9 years ago
Masayuki Tanaka
e21a8f85f0
Fix axis.y.padding
9 years ago
Masayuki Tanaka
cb9459cb83
Add beforeInit and afterInit callbacks
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
7dd93cb434
Update c3.js and c3.min.js
9 years ago
Masayuki Tanaka
0e4e213087
Update c3.js and c3.min.js
9 years ago
Masayuki Tanaka
f5da05e18a
Merge pull request #1294 from daxfohl/master
...
Bugfix 1292, 1246 by making subchart axis hidden if subchart is hidden
9 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
9 years ago
Masayuki Tanaka
f78a085603
Merge pull request #1230 from laurence-hudson-tessella/fix-tick-bug
...
Fix #1229 - Incorrect x tick positioning
9 years ago
Masayuki Tanaka
afa5f52ac7
Merge pull request #1207 from kkirsche/patch-1
...
Remove moot `version` property from bower.json
9 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.
9 years ago
Dax Fohl
22438cc71a
Bugfix 1292, 1246 by making subchart axis hidden if subchart is hidden
9 years ago
Amir
034fad22e9
Update getShapeOffset() to allow data series with unequal amount of x-values
...
Refs issue#1065
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
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
9 years ago