Skip to content

Releases: c3js/c3

New features and bug fix

10 May 13:52
Compare
Choose a tag to compare
  • 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 and unselect API for path
  • Fixed selection by drag

Minor change and bug fix

09 May 04:36
Compare
Choose a tag to compare
  • Added data.filter option and filter argument to load API
  • Fixed bug for region of data #221
  • Fixed position of pie/donut chart when legend on right #130
  • Fixed transition for exit of regions

Minor change and bug fix

07 May 14:30
Compare
Choose a tag to compare
  • Improved sharpness of grids and axis lines #213
  • Fixed horizontal axis clipping #211
  • Fixed zoom on category axis
  • Fixed transition for regions
  • Fixed axis z-index

New features and bug fix

05 May 13:31
Compare
Choose a tag to compare
  • Added id as arguments to data.labels.format callback. #190
  • Added data.color API #177
  • Added padding.top and padding.bottom #193
  • Modify element structure for region to wrap rect by g #194
  • Fixed data.name API #150
  • Fixed legend positioning #176
  • Fixed axis.min and axis.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

02 May 05:11
Compare
Choose a tag to compare
  • Added data.hide option
  • Add index as argument to tooltip.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

29 Apr 12:17
Compare
Choose a tag to compare
  • Added done callback on unload
  • 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

23 Apr 13:16
Compare
Choose a tag to compare
  • Added axis.x.tick.rotate and axis.x.height options
  • Added axis.x.show option
  • Enabled y2 on ygrids API
  • Enabled y and y2 on region
  • Added axis.x.padding option
  • Added pie.expand and donut.expand options
  • Added onmouseover and onmouseout callbacks for legend item
  • Modified the default of axis.x.localtime to true
  • Fixed axis.x.tick.fit and axis.x.tick.count logic
  • Fixed multiple bugs

Bug fix

13 Apr 00:06
Compare
Choose a tag to compare
  • Fixed a bug for x axis tick values
  • Fixed a bug for x axis culling on categorized axis

New features and bug fix

13 Apr 00:05
Compare
Choose a tag to compare
  • 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 and onresized event handler

New features and bug fix

07 Apr 07:12
Compare
Choose a tag to compare
  • Extended data.colors and data.color options
  • Added legend.show and legend.hide API
  • Fixed show and hide API to show/hide legend at the same time
  • Fixed load API to accept type and types param
  • Fixed load API when data.x option specified
  • Fixed rotated axis when multiple xs
  • Fixed multiple bugs