Releases: c3js/c3
Releases · c3js/c3
New features and bug fix
- Added
interaction.enabled
option #215 - Modified region.remove API interface
- Fixed padding calculation #129 #219
- Fixed
bindto
option to accept selector #218 - Fixed clip on IE9 #134
- Fixed overflow and expansion of width on IE
- Fixed bug for category axis on init
- Fixed horizontal axis tick overflow
- Fixed
select
andunselect
API for path - Fixed selection by drag
Minor change and bug fix
Minor change and bug fix
New features and bug fix
- Added
id
as arguments todata.labels.format
callback. #190 - Added
data.color
API #177 - Added
padding.top
andpadding.bottom
#193 - Modify element structure for
region
to wraprect
byg
#194 - Fixed
data.name
API #150 - Fixed legend positioning #176
- Fixed
axis.min
andaxis.max
to accept the value for x axis #202 - Fixed bug when only 1 data on categorized axis #194
- Fixed anti aliasing on half pixel (but not enough..) #204
New features and bug fix
- Added
data.hide
option - Add
index
as argument totooltip.format.value
- Modified the structure of elements of line, are and pie/donut
- Enabled selection of pie/donut pieces
- Fix bugs
- bar chart stacking when axis rotated
- chart with single data
- Some refactoring
New features and bug fix
- Added
done
callback onunload
- Fixed multiple bugs
- Fixed growing chart height
- Fixed x min/max when timeseries
- Fixed event rect when x min/max specified
- Fixed tooltip when data hidden on custom xs
- Fixed resize when no data shown
- Fixed transition on pie/donut chart initializing
- Fixed tooltip position when multiple charts
New features and bug fix
- Added
axis.x.tick.rotate
andaxis.x.height
options - Added
axis.x.show
option - Enabled
y2
onygrids
API - Enabled
y
andy2
onregion
- Added
axis.x.padding
option - Added
pie.expand
anddonut.expand
options - Added
onmouseover
andonmouseout
callbacks for legend item - Modified the default of
axis.x.localtime
totrue
- Fixed
axis.x.tick.fit
andaxis.x.tick.count
logic - Fixed multiple bugs
Bug fix
- Fixed a bug for x axis tick values
- Fixed a bug for x axis culling on categorized axis
New features and bug fix
- Fixed
axis.x.tick.culling
- Added
data.classes
option - Improve legend style when data hidden
- Fixed a bug for x axis clip path
- Fixed a bug caused by getBBox()
- Added
axis.x.localtime
to show x axis tick text in localtime - Added
line.connect_null
option - Added
onresize
andonresized
event handler
New features and bug fix
- Extended
data.colors
anddata.color
options - Added
legend.show
andlegend.hide
API - Fixed
show
andhide
API to show/hide legend at the same time - Fixed
load
API to accepttype
andtypes
param - Fixed
load
API whendata.x
option specified - Fixed rotated axis when multiple xs
- Fixed multiple bugs