pChart | a PHP Charting library Highcharts product What is Highcharts? Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. Features Compatible It works in all modern mobile and desktop browsers including the iPhone/iPad and Internet Explorer from version 6. Free for Non-commercial Do you want to use Highcharts for a personal website, a school site or a non-profit organisation? Open One of the key features of Highcharts is that under any of the licenses, free or not, you are allowed to download the source code and make your own edits. Pure JavaScript Highcharts is solely based on native browser technologies and doesn't require client side plugins like Flash or Java. Numerous Chart Types Simple Configuration Syntax Dynamic Multiple Axes
jTable.org - A JQuery plugin to create AJAX based CRUD tables - Home Page SWF Charts > Introduction XML/SWF Charts is a simple, yet powerful tool to create attractive charts and graphs from XML data. Create an XML source to describe a chart, then pass it to this tool's flash file to generate the chart. The XML source can be prepared manually, or generated dynamically using any scripting language (PHP, ASP, CFML, Perl, etc.) XML/SWF Charts makes the best of both the XML and SWF worlds. Features: Quick generation of charts and graphs from static or dynamic data (any scripting language) Full updates and data streaming without reloading the web page. Testimonials I just wanted to pass along how well your script worked for our stock performance page. Good work! This is amazing software. Just want to thank you for this wonderful upgrade. I purchased your product a couple days ago and first had time to sit down and work with it this morning. Wow, you are the best! Thanks for your great script. I am very excited to have found your product on "hotcripts". You are freaking amazing. THIS ROCKS!
Moment.js | Parse, validate, manipulate, and display dates in javascript. jQuery Fundamentals Tutorials How to Make a State Grid Map in R Something of a cross between a reference table and a map, the state grid provides equal space to each state and a semblance of the country to quickly pick out individual states. How to Make Animated Line Charts in R Sometimes it's useful to animate the multiple lines instead of showing them all at once. How to Make a Multi-line Step Chart in R For the times your data represents immediate changes in value. Symbols-based Charts to Show Counts in R Add visual weight by using individual items to show counts. Introducing a Course for Mapping in R Mapping geographic data in R can be tricky, because there are so many ways to complete separate tasks. How to Edit R Charts in Adobe Illustrator A detailed guide for R users who want to polish their charts in the popular graphic design app for readability and aesthetics. How to Make an Animated Map in R, Part 4 In the the last part of the four-part series, you make a longer animation with more data and annotate.
Chosen - a JavaScript plugin for jQuery and Prototype - makes select boxes better Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. Downloads Project Source Contribute Standard Select Turns This Into This Multiple Select <optgroup> Support Single Select with Groups Multiple Select with Groups Selected and Disabled Support Chosen automatically highlights selected options and removes disabled options. Single Select Multiple Select Hide Search on Single Select The disable_search_threshold option can be specified to hide the search input on single selects if there are n or fewer options. Default Text Support Chosen automatically sets the default field text ("Choose a country...") by reading the select element's data-placeholder value. Note: on single selects, the first element is assumed to be selected by the browser. No Results Text Support Setting the "No results" search text is as easy as passing an option when you create Chosen: Limit Selected Options in Multiselect You can easily limit how many options the user can select: Right-to-Left Support
jQuery plugin: Tablesorter 2.0 Author: Christian Bach Version: 2.0.5 (changelog) Licence: Dual licensed (just pick!)under MIT or GPL licenses. Please with sugar on top! Update! Helping out! Comments and love letters can be sent to: christian@tablesorter.comchristian at tablesorter dot com. tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. Multi-column sorting Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. TIP! To use the tablesorter plugin, include the jQuery library and the tablesorter plugin inside the <head> tag of your HTML document: tablesorter works on standard HTML tables. Start by telling tablesorter to sort your table when the document is loaded: $(document).ready(function() { $("#myTable").tablesorter(); } ); NOTE! jQuery Browser Compatibility