HTML5 Chart and Data Visualization Widgets - Enhancements (Coming soon in v15.2)

Thinking Out Loud
30 November 2015

Our upcoming release includes a number of important enhancements/features to our HTML5 data visualization widgets - making them faster and more flexible than ever before.

Performance

We've been hard at work tuning performance and with v15.2, HTML5 Chart rendering has been improved significantly...In some instances up to 3 times faster.

HTML5 JavaScript Client Side Chart Rendering Performance

Quick Side Note: All DevExtreme HTML5 Data Visualization widgets now allow you to specify a Tile and Subtitle.

Multi-Series Pie Charts

With this release, our Pie Chart widget can display multiple series. Series are displayed as nested rings, which gives end-users an easy way to detect even the slightest differences between point values.

HTML5 Java Script Pie Chart with Multiple Series - Nested Pie Chart Rings

You'll find that we've made it easy to incorporate this new feature in your next web/mobile app - Simply specify several series objects as follows.

series: [

    { valueField: "year1998", name: "1998" },
    { valueField: "year2001", name: "2001" },
    { valueField: "year2004", name: "2004" }
],

We've also made it easier to analyze information with the HTML5 Pie Widget. You can now  interact with a point using its label; necessary when a point value is too small and is displayed as a thin pie or doughnut sector.

HTML5 JavaScript Client-Side Pie Chart Labels

Vector Maps

With v15.2, our HTML5 JS Vector Map widget gets support for the following map projections:


Mercator
Equirectangular
Lambert
Miller

You'll find these projections useful for a number of use-case scenarios  - for instance, a map with a custom projection for a floor plan:

HTML5 JavaScript Vector Map Projections

Another new HTML5 Vector Map feature is support of unlimited layers. As you'd expect with this capability, you can now display additional information on your map using layers (areas, markers and lines). Map layers accept GeoJSON formatted data.

HTML5 Java Script Client-Side Map Layers

You can allow users to select a single layer element or multiple elements. Layer elements support hovered states and can display a tooltip on hover. In addition, you can group layer elements by color or size and display the legend based on grouping.

HTML5 JavaScript Map Layers

 

As is evident in the screenshots above, when used together, multiple layers along with customizable projections provide you a broad range of data visuzliation capabilities/options.

============================
 
Tell us what you think. We want to hear your thoughts on these new features.


Free DevExpress Products – Get Your Copy Today

The following free DevExpress product offers remain available. Should you have any questions about the free offers below, please submit a ticket via the DevExpress Support Center at your convenience. We’ll be happy to follow-up.
No Comments

Please login or register to post comments.