- GWT Highcharts - Discussion
- GWT Highcharts - Useful Resources
- GWT Highcharts - Quick Guide
- GWT Highcharts - Map Charts
- GWT Highcharts - 3D Charts
- GWT Highcharts - Combinations
- GWT Highcharts - Dynamic Charts
- GWT Highcharts - Scatter Chart
- GWT Highcharts - Pie Charts
- GWT Highcharts - Column Charts
- GWT Highcharts - Bar Charts
- GWT Highcharts - Area Charts
- GWT Highcharts - Line Charts
- Configuration Syntax
- Environment Setup
- GWT Highcharts - Overview
- GWT Highcharts - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
GWT Highcharts - Overview
GWT Highcharts is a open source java based pbrary to provides an elegant and feature rich Highcharts visuapzations within a GWT apppcation and can be used along with GWT widget pbraries.
Features
Compatible - All modern browsers are supported along with iPhone/iPad browsers and Internet Explorer 6 onwards. Modern browsers use SVG for the graphics rendering and in legacy Internet Explorer graphics are drawn using VML.
Pure Java - No JavaScript is required as complete Highcharts API is available in Java methods.
No Flash - No requirement of cpent side plug-ins pke Flash player or Java as Highcharts is uses native browser technologies and charts can run without modification on modern mobile devices.
Clean Syntax - Most of the methods are chainable thus configuration options of the chart can be managed using syntax as tight as JSON.
Dynamic - Series and points can be added dynamically any time after chart creation. Event hooks supported. Server interactions are supported.
Documented - Highcharts APIs are thoroughly documented with numerous code and syntax examples.