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

Bind jqxChart to SQL Database using ASP .NET MVC3

Yesterday, we’ve showed you how to bind the jqxGrid to SQL Database using ASP .NET MVC 3. Today, we will do the same for the jqxChart widget. In this post you’ll learn how you can use jqxChart with ASP.NET MVC … Continue reading
ASP .NET, 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