Release History

By product

Q1 2012

March 22, 2012

Area/Stacked Area Chart

Bar Chart

FIXED
  • Fixed: Stacked bar series should extend from the 0 line, not from the category axis line

Framework Constructs

NEW
  • Added: Support for multiple value axes in categorical charts
  • Added: Support for binding to grouped data source
  • Added: Mirror option for controlling the axis labels position
  • Added: Label step property for category axis (area, bar, line and scatter charts)
  • Added: Axis reverse option
  • Added: Visible property for axes
  • Added: Pie Chart gradients in VML
  • Added: Axis labels skip property
  • Added: visibleInLegend option for series and pie data points
  • Improvement: Make SVG and VML renderers pluggable
  • Improved: Style chart tooltip in kendo.dataviz.css
FIXED
  • Fixed: Value axis line is clipped to last minor tick (line, bar and scatter charts)
  • Fixed: Grid lines do not extend to the full size of the axis (line, bar and scatter charts)
  • Fixed: Chart animations break when playing in background tab with jQueryUI on the page
  • Fixed: Security exception when using the Chart in WinRT
  • Fixed: Tooltip remains visible if the mouse pointer leaves the chart immediately
CHANGED
  • Breaking Change: Axis orientation property deprecated in favor of dedicated verticalLine and verticalArea chart types
  • Breaking Change: The kendo.chart(.min).js file is replaced by kendo.dataviz(.min).js
  • Breaking Change: DataViz suite now requires kendo.dataviz.css to be included
  • Changed: Chart is moved to kendo.dataviz.ui namespace. Previously it was part of kendo.ui

Line Chart

FIXED
  • Fixed: Line chart is not visible in IE8 standards mode when transitions are enabled

Linear and Radial Gauge

Pie Chart

FIXED
  • Fixed: Pie chart padding is 60px by default instead of percentage of the container

Scatter Chart

NEW
  • Added: Support for multiple X/Y axes in scatter charts
FIXED
  • Fixed: Scatter and Scatter Line charts can't be used simultaneously
  • Fixed: Error occurs when a chart contains static and bound scatter line series