Release History

By product

Q2 2013

July 17, 2013

ASP.NET MVC Server Wrappers

NEW
  • Added: Bar/QR Code server wrapper
  • Added: Polar Chart server wrapper
  • Added: Radar Chart server wrapper
FIXED
  • Fixed: (Installer and VSX) New Kendo UI for ASP.NET MVC project template not compatible with ASP.NET and Web Tools 2012.2
  • Fixed: (Installer and VSX) Convert wizard does not deploy kendo.compatibility.css and kendo.modernizr.custom.js on the correct place

Bar Chart

FIXED
  • Fixed: Bar charts are broken when no categories are defined

Barcode

Bubble Chart

FIXED
  • Fixed: Error when creating bubble series with negative size

BulletChart

FIXED
  • Fixed: Bullet chart does not render when categoryAxis.justified is false

Framework Constructs

NEW
  • Added: Canvas rendering option
  • Added: Support for annotations
  • Added: Chart's pane doesn't apply background and border
  • Added: Series aggregate function now receives group value (group date)
  • Added: Default axis maximum value is now chosen to closely match series extremes
  • Added: Make legendItemClick cancellable
  • Added: Make legendItemHover cancellable
  • Added: ImageDataURL method for exporting to image (requires Canvas support)
  • Added: renderAs setting to specify preferred rendering mode (svg/canvas/vml)
  • Added: Series values are now aggregated even if a date contains only a single point
  • Added: markers.rotation option
  • Added: categoryField for all categorical series. Categories (including dates) can be unique across series
  • Added: Seconds for the baseUnit in the chart.
  • Added: Series options can now be functions that are executed for each point
FIXED
  • Fixed: valueAxis.narrowRange is ignored when series contain null values
  • Fixed: "count" aggregate includes undefined and null values in its result
  • Fixed: "avg" aggregate includes null and undefined values when calculating average value
  • Fixed: "avg" aggregate returns NaN when a data contains no values (regression in latest builds)
  • Fixed: Data points might not be included in aggregates if series contain multiple values per date
  • Fixed: Categories are serialized even when the category axis is bound
  • Fixed: setOptions doesn't extend original options and doesn't apply theme
CHANGED
  • Changed: Grouped series name template is now specified in 'series.name'. Setting 'series.groupNameTemplate' will output a warning in the console
  • Breaking Change: GroupNameTemplate is obsolete. Set the grouped series name template in Name

JSP (Java) Server Wrappers

NEW
  • Added: Bar/QR Code server wrapper
  • Added: Polar Chart server wrapper
  • Added: Radar Chart server wrapper

Line Chart

NEW
  • Improvement: missingValues now defaults to "interpolate" for line series (was "gap")

PHP Server Wrappers

NEW
  • Added: Bar/QR Code server wrapper
  • Added: Polar Chart server wrapper
  • Added: Radar Chart server wrapper
  • Added: Allow the use to specify the type of the property in DataSourceResult.php

Pie Chart

NEW
  • Improvement: Pie chart string values should be parsed to float
FIXED
  • Fixed: Disabled item in the pie chart breaks legend item click/hover functionality

Polar Chart

QRCode

Radar Chart

Sparkline

NEW
  • Improvement: missingValues now defaults to "interpolate" for line series (was "gap")

Stock Chart

NEW
  • Improved: dateField is now an alias for seriesDefaults.categoryField
FIXED
  • Fixed: If candlestick line color is empty the line should get default series color