Today we are releasing v2.0 Beta 2 with some new features, improvements and bug fixes. Below is a summary of this release.

CanvasJS Chart - candleStick Chart with Falling Color
 

New Features & Enhancements

  1. Apart from number, padding in title now supports object as well. This object can have separate top, bottom, left and right paddings.
  2. fallingColor is introduced in candlestick chart.
  3. Crosshair labels are improved to avoid clipping towards the extremes of the chart.
  4. Improved auto-calculated spacing and range in scaleBreaks.

 

Change in Behaviour

  1. Labels are removed from scaleBreaks as they were rendered very close to axis labels. This was reducing the readability of the chart. Instead, crosshair can be used to check scale-break range.

 

Bug Fix:

  1. label property of crosshair in axisX was not working.
  2. When labelFormatter was used, crosshair label was not rendered for value 0.
  3. Axis scale break was throwing error in some cases of date-time axis.
  4. In some cases, secondary axisX labels were overlapping plotArea.
  5. Chart bounds were not updated after resize of chart.
  6. Zooming and Panning were not working properly in IE8.
  7. Chart was throwing error when combined with other libraries that modify Array.prototype.
  8. Auto-calculated whisker length of Error chart was not proper when linked with Range charts.

 

Do download the latest version from our download page and let us know your feedback.

Thank You,
Bivek Singh,
Team CanvasJS