Release History

By product

Q1 2013

March 20, 2013

Area Chart

CHANGED
  • Breaking change: Justified option should be true by default for the Area chart

ASP.NET MVC Server Wrappers

NEW
  • Added: (Chart) Donut settings to SeriesDefaults
  • Added: (VSExtensions) Support for Trial Hotfixes
  • Added: (VSExtensions) Dataviz theme support
  • Improved: (VSExtensions) Project setup in regard to source control integration
  • Improved: (VSExtensions) Rendering of the elements in the Kendo UI for MVC project templates for IE7 and IE
  • Updated: (VSExtensions) Kendo UI for ASP.NET MVC 4 project template
FIXED
  • Fixed: AuthorizationContext object gets incorrect RouteData object
  • Fixed: (DataSource) Numbers with decimal point are not converted to the needed format when the culture uses comma as separator
  • Fixed: (VSExtensions) Creating Kendo project causes error when Nuget not installed
  • Fixed: (VSExtensions) Incorrect Upgrade Wizard behaviour related to kendo.[theme].min.css include
  • Fixed: (VSExtensions) Convert wizard for Web Forms projects

Bar Chart

NEW
  • Added: negativeColor for bar and column series
FIXED
  • Fixed: Category axis is rendered on top for bar charts with no defined categories

BulletGraph

Framework Constructs

NEW
  • Added: TypeScript support
  • Added: RequireJS support
  • Added: Visual Studio 2012 intellisense annotations
  • Added: Multiple tooltips functionality with screen boundary detection
  • Added: Tooltip uses series color as background
  • Added: highlight.visible option
  • Added: Crosshair functionality with screen boundary detection
  • Added: Add border.opacity setting for bar, column, pie and donut series
  • Added: Export kendo.dataviz.requestFrame(callback, delay) and make it overridable
  • Added: x/yAxis type can now be inferred from min/max options as well as series values
FIXED
  • Fixed: Chart automatic width and height are unreliable in Chrome
  • Fixed: Reduced memory usage in IE (unique hashtable keys leak memory in IE < 10)
  • Fixed: Axis type is incorrectly inferred when a x/yAxis has a name and the series data is of type Date
  • Fixed: dashType is not applied unless for line series, and unless width is set
  • Fixed: Axis range might not be calculated correctly for the first axis if it is named
  • Fixed: Rendered elements don't have IDs in IE to avoid memory leaks. Use kendo.dataviz.getElement(id) instead of document.getElementByID(id) for locating them.
  • Fixed: Date strings as x/y values result in error even when x/yAxis type is "date"
  • Fixed: Error when using date value/x/yAxis and zoom*/drag* events
  • Fixed: Chart with no set height can disappear when the page is zoomed
  • Fixed: Possible hang when the axis baseUnit is set to hours/minutes and contains DST transition
  • Fixed: Chart can hang if DST changes in the date axis range
  • Fixed: Navigator selection can become misaligned
  • Fixed: Memory leaks on dispose
  • Fixed: Chart should work with datasource without items

JSP (Java) Server Wrappers

Area Chart

Bar Chart

Bubble Chart

BulletGraph

Donut Chart

Linear/Radial Gauge

Line Chart

Pie Chart

Scatter Chart

Sparkline

Stock Chart

Linear/Radial Gauge

NEW
  • Added: Export kendo.dataviz.requestFrame(callback, delay) and make it overridable
FIXED
  • Fixed: Add missing scale line options.
  • Fixed: Error when Gauge transitions are disabled (regression in v. 2012.3.1411)

PHP Server Wrappers

Area Chart

Bar Chart

Bubble Chart

BulletGraph

Donut Chart

Linear/Radial Gauge

Line Chart

Pie Chart

Scatter Chart

Sparkline

Stock Chart

Sparkline

Stock Chart

NEW
  • Added: negativeColor for bar and column series
FIXED
  • Fixed: Category axis is rendered on top for bar charts with no defined categories