- Learning Highcharts
- Joseph Kuan
- 217字
- 2021-08-05 18:23:45
Preface
Learning Highcharts aims to be the missing manual for Highcharts from every angle. It is written for web developers who would like to learn about Highcharts using the following features included in the book:
- A step-by-step guide on building presentable charts from basic looking ones
- Plenty of examples with real data covering all the Highcharts series types—line/spline, column, pie, scatter, area range, column range, gauge, and polar
- Subject areas that haven't yet been covered in online reference manuals and demos such as chart layout structure, color shading, series update performance, and so on
- Applications demonstrating how to create dynamic and interactive charts using Highcharts' APIs and events handling
- Applications demonstrating how to integrate Highcharts with a mobile framework such as jQuery Mobile and a Rich Internet Application framework such as Ext JS
- Applications demonstrating how to run Highcharts on the server side for automating charts generation and export their graphical outputs
This book is not a reference manual as the Highcharts team has already done an excellent job in providing a comprehensive online reference, and each configuration is coupled with jsFiddle demos. This book is also not aiming to be a chart design guide or not tutorial for programming design with Highcharts.
In short, this book shows you what you can do with Highcharts.
推薦閱讀
- Mastering Entity Framework Core 2.0
- Visual C++程序設計學習筆記
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- HTML5+CSS3網站設計教程
- 深入理解Elasticsearch(原書第3版)
- 大學計算機基礎實驗指導
- Swift語言實戰精講
- Create React App 2 Quick Start Guide
- INSTANT Adobe Edge Inspect Starter
- C專家編程
- Xcode 6 Essentials
- Emotional Intelligence for IT Professionals
- 大學計算機基礎實訓教程
- Visual C++從入門到精通(第2版)
- C語言程序設計