Loading…

Beginning JavaScript Charts : With jqPlot, D3, and Highcharts /

Beginning JavaScript Charts shows how to convert your data into eye-catching, innovative, animated, and highly interactive browser-based charts. This book is suitable for developers of all experience levels and needs: for those who love fast and effective solutions, you can use the jqPlot library to...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Nelli, Fabio (Author)
Format: Electronic eBook
Language:Inglés
Published: Berkeley : Apress, 2013.
Series:Expert's voice in Web development.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn869828424
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 140204s2013 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d YDXCP  |d UMI  |d B24X7  |d COO  |d DEBBG  |d ZMC  |d DEBSZ  |d OCLCQ  |d CDX  |d OCLCF  |d REB  |d NUI  |d EBLCP  |d OCLCQ  |d VT2  |d LIV  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d N$T  |d CEF  |d INT  |d U3W  |d OCLCQ  |d WYU  |d YOU  |d TKN  |d OCLCQ  |d UAB  |d AU@  |d LEAUB  |d STF  |d UKAHL  |d OCLCQ  |d BRF  |d DCT  |d HS0  |d OCLCQ  |d OCLCO  |d COM  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 870551007  |a 876279940  |a 880827049  |a 883139476  |a 985060217  |a 1005813403  |a 1026456614  |a 1058522805  |a 1065936060  |a 1103271528  |a 1129341389  |a 1152978335  |a 1162630125  |a 1192343193  |a 1204013187  |a 1227641925  |a 1240531409 
020 |a 9781430262909  |q (electronic bk.) 
020 |a 1430262907  |q (electronic bk.) 
020 |z 1430262893 
020 |z 9781430262893 
024 7 |a 10.1007/978-1-4302-6290-9  |2 doi 
029 1 |a AU@  |b 000052431625 
029 1 |a AU@  |b 000053305612 
029 1 |a AU@  |b 000067105722 
029 1 |a CHNEW  |b 000900263 
029 1 |a CHVBK  |b 403401313 
029 1 |a DEBBG  |b BV041783897 
029 1 |a DEBBG  |b BV043609431 
029 1 |a DEBSZ  |b 404336094 
029 1 |a DEBSZ  |b 407738649 
029 1 |a GBVCP  |b 882725726 
035 |a (OCoLC)869828424  |z (OCoLC)870551007  |z (OCoLC)876279940  |z (OCoLC)880827049  |z (OCoLC)883139476  |z (OCoLC)985060217  |z (OCoLC)1005813403  |z (OCoLC)1026456614  |z (OCoLC)1058522805  |z (OCoLC)1065936060  |z (OCoLC)1103271528  |z (OCoLC)1129341389  |z (OCoLC)1152978335  |z (OCoLC)1162630125  |z (OCoLC)1192343193  |z (OCoLC)1204013187  |z (OCoLC)1227641925  |z (OCoLC)1240531409 
037 |a CL0500000381  |b Safari Books Online 
050 4 |a QA76.73.J38  |b .N455 2013eb 
072 7 |a UY  |2 bicssc 
072 7 |a COM  |x 051260  |2 bisacsh 
082 0 4 |a 005.2/762  |2 23 
049 |a UAMI 
100 1 |a Nelli, Fabio,  |e author. 
245 1 0 |a Beginning JavaScript Charts :  |b With jqPlot, D3, and Highcharts /  |c Fabio Nelli. 
264 1 |a Berkeley :  |b Apress,  |c 2013. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2013 
300 |a 1 online resource (xxv, 592 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a Expert's voice in web development 
505 0 0 |t Charting Technology Overview --  |t jQuery Basics --  |t Simple HTML Tables --  |t Drawing a Line Chart --  |t Drawing a Bar Chart --  |t Drawing a Pie Chart --  |t Creating a Library for Simple Charts --  |t Introducing jqPlot --  |t Line Charts with jqPlot --  |t Bar Charts with jqPlot --  |t Pie Charts and Donut Charts with jqPlot --  |t Candlestick Charts with jqPlot --  |t Scatter Charts and Bubble Charts with jqPlot --  |t Funnel Charts with jqPlot --  |t Adding Controls to Charts --  |t Embedding jqPlot Charts in jQuery Widgets --  |t Handling Input Data --  |t Moving from jqPlot to Highcharts --  |t Working with D3 --  |t Line Charts with D3 --  |t Bar Charts with D3 --  |t Pie Charts with D3 --  |t Candlestick Charts with D3 --  |t Scatterplot and Bubble Charts with D3 --  |t Radar Charts with D3 --  |t Handling Live Data with D3 --  |t Guidelines for the Examples in the Book --  |t jqPlot Plug-ins. 
520 |a Beginning JavaScript Charts shows how to convert your data into eye-catching, innovative, animated, and highly interactive browser-based charts. This book is suitable for developers of all experience levels and needs: for those who love fast and effective solutions, you can use the jqPlot library to generate charts with amazing effects and animations using only a few lines of code; if you want more power and need to create data visualization beyond traditional charts, then D3 is the JavaScript library for you; finally, if you need a high-performance, professional solution for interactive charts, then the Highcharts library is also covered. If you are an experienced developer and want to take things further, then Beginning JavaScript Charts also shows you how to develop your own graphics library starting from scratch using jQuery. At the end of the book, you will have a good knowledge of all the elements needed to manage data from every possible source, from high-end scientific instruments to Arduino boards, from PHP SQL databases queries to simple HTML tables, and from Matlab calculations to reports in Excel. You will be able to provide cutting-edge charts exploiting the growing power of modern browsers. Create all kinds of charts using the latest technologies available on browsers (HTML5, CSS3, jQuery, jqPlot, D3, Highcharts, and SVG) Full of step-by-step examples, Beginning JavaScript Charts introduces you gradually to all aspects of chart development, from the data source to the choice of which solution to apply. This book provides a number of tools that can be the starting point for any project requiring graphical representations of data, whether using commercial libraries or your own. 
588 0 |a Print version record. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a JavaScript (Computer program language) 
650 0 |a World Wide Web. 
650 0 |a Web servers. 
650 0 |a Open source software. 
650 0 |a Web site development. 
650 0 |a Web sites  |x Design. 
650 2 |a Internet 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Web. 
650 6 |a Serveurs Web. 
650 6 |a Logiciels libres. 
650 6 |a Sites Web  |x Développement. 
650 6 |a Sites Web  |x Conception. 
650 7 |a World Wide Web.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Open source software  |2 fast 
650 7 |a Web servers  |2 fast 
650 7 |a Web site development  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
650 7 |a World Wide Web  |2 fast 
655 7 |a Programmed instructional materials  |2 fast 
776 0 8 |i Print version:  |a Nelli, Fabio.  |t Beginning JavaScript Charts  |z 9781430262893  |w (OCoLC)859585698 
830 0 |a Expert's voice in Web development. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430262893/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29483069 
938 |a Books 24x7  |b B247  |n bks00059474 
938 |a Coutts Information Services  |b COUT  |n 28233664 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1694201 
938 |a EBSCOhost  |b EBSC  |n 1173890 
938 |a YBP Library Services  |b YANK  |n 11630879 
994 |a 92  |b IZTAP