Releases: c3js/c3
Releases · c3js/c3
New features and bug fix
- Added
axis.x.tick.fit
option - Fixed
axis.x.tick.count
andaxis.x.tick.culling
- Added
axis.min
,axis.max
,axis.range
API - Fixed
axis.labels
API not to stop transition - Fixed bugs
Minor change and bug fix
- Enable to unload all on
load
API by settingunload = true
in the parameter - Fix clips of axes when there are multiple charts
New features and bug fix
- Added
axis.labels
API - Added
data.label.format
option - Supported requirejs's optimizer rjs
- Added
x
andxs
API - Added
data.names
API - Modified to toggle chart when legend clicked
- Added
toggle
API for show/hide - Fixed
show
andhide
API to update y domain - Added
onenter
andonleave
event handler for data - Fixed multiple bugs
New features and bug fix
- Change css classes to have
c3-
prefix - Add
.c3
class to thediv
specified tobindto
- Accept String x values when categorized axis - http://c3js.org/samples/data_stringx.html
- Fix selection of bar chart
- Add event handlers as
data.dragstart
anddata.dragend
- Add
bar.width
andbar.width.ratio
options - Some bug fix