Line and Column Chart Series

In this post, we will display a combination of Line and Column series in one Chart. The data that we will visualize is: var sampleData = [ { Day: ‘Monday’, Running: 30, Swimming: 0, Cycling: 25, Goal: 40 }, { … Continue reading
Uncategorized
, , , , , , , , , , , , , , , , , , , , , ,

Leave a comment

Scatter Chart for jQuery

Let’s see how to create a Scatter Chart by using the jqxChart widget. 1. The first step is to include the necessary javascript files: <script type=”text/javascript” src=”../../scripts/jquery-1.7.1.min.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxdata.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxchart.js”></script> 2. The next step is to include … Continue reading
JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxChart
, , , , , , , , , , , , , , , ,

Leave a comment

Custom Rendering of Chart Series

The jqxChart plug-in comes with 11 color schemes, but it is also possible to set your own colors for drawing the chart series. To customize the built-in rendering of the Chart series, you need to set the ‘color’ property of … Continue reading
jqxChart
, , , , , , , , , , , , , , , ,

Leave a comment

jQuery Pie Chart

In this post, we will show you how to create a Pie Chart with the jqxChart widget. The first step is to include the JavaScript and CSS files. <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” /><script type=”text/javascript” src=”../../scripts/jquery-1.7.1.min.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxchart.js”></script><script type=”text/javascript” … Continue reading
JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxChart
, , , , , , , , , , , , , , , , , , , , , , , , ,

Leave a comment

New jQuery Pie Chart is coming with jQWidgets 2.0

The pie chart is perhaps the most widely used statistical chart in the business world and the mass media. Pie charts can be an effective way of displaying information in some cases, in particular if the intent is to compare … Continue reading
JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxChart
, , , , , , , , , , , , , , , , , , , ,

1 Comment