Cargando…

Data visualization with JavaScript /

This book shows how to use JavaScript, HTML, and CSS to build the most practical visualizations for your data. Step-by-step examples walk you through creating, integrating, and debugging different types of visualizations and will have you building basic visualizations, like bar, line, and scatter gr...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Thomas, Stephen A., 1962- (Autor)
Autor Corporativo: Ebsco
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, CA : No Starch Press, [2015]
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn913056930
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 141031s2015 caua o 001 0 eng d
040 |a DHA  |b eng  |e rda  |e pn  |c DHA  |d OCLCO  |d STF  |d B24X7  |d YDXCP  |d N$T  |d EBLCP  |d YDX  |d CCO  |d IDB  |d LOA  |d K6U  |d PIFAG  |d FVL  |d ZCU  |d LIV  |d AGLDB  |d MERUC  |d IDEBK  |d RECBK  |d VT2  |d U3W  |d OCLCQ  |d OCLCO  |d D6H  |d WRM  |d OCLCF  |d COCUF  |d ICG  |d INT  |d COO  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d DKC  |d OCLCQ  |d UKAHL  |d OCLCQ  |d BRF  |d UKBTH  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 957737539  |a 958084524  |a 963738308  |a 1005824876  |a 1008957326  |a 1055365094  |a 1066456005  |a 1081285602  |a 1103275733  |a 1129335332  |a 1153004398  |a 1159648191  |a 1192345545  |a 1228545684  |a 1240533580 
020 |a 9781593276768  |q (electronic bk.) 
020 |a 1593276761  |q (electronic bk.) 
020 |z 9781593276058  |q (pbk.) 
020 |z 1593276052  |q (pbk.) 
020 |z 9781593276768  |q (EBSCO) 
024 8 |a 9781457189869 
029 1 |a AU@  |b 000057005091 
029 1 |a CHNEW  |b 000884260 
029 1 |a DEBBG  |b BV044060905 
029 1 |a DEBSZ  |b 493166270 
035 |a (OCoLC)913056930  |z (OCoLC)957737539  |z (OCoLC)958084524  |z (OCoLC)963738308  |z (OCoLC)1005824876  |z (OCoLC)1008957326  |z (OCoLC)1055365094  |z (OCoLC)1066456005  |z (OCoLC)1081285602  |z (OCoLC)1103275733  |z (OCoLC)1129335332  |z (OCoLC)1153004398  |z (OCoLC)1159648191  |z (OCoLC)1192345545  |z (OCoLC)1228545684  |z (OCoLC)1240533580 
050 4 |a QA76.9.I52  |b T46 2015eb 
072 7 |a COM  |x 060090  |2 bisacsh 
072 7 |a COM  |x 051010  |2 bisacsh 
082 0 4 |a 005.2/762  |2 23 
049 |a UAMI 
100 1 |a Thomas, Stephen A.,  |d 1962-  |e author.  |1 https://id.oclc.org/worldcat/entity/E39PCjF8kP3QbcRH9YDCbQqc8y 
245 1 0 |a Data visualization with JavaScript /  |c Stephen A. Thomas. 
264 1 |a San Francisco, CA :  |b No Starch Press,  |c [2015] 
300 |a 1 online resource (xv, 365 pages) :  |b illustrations (chiefly color) 
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 
500 |a Includes index. 
588 0 |a Print version record. 
520 |a This book shows how to use JavaScript, HTML, and CSS to build the most practical visualizations for your data. Step-by-step examples walk you through creating, integrating, and debugging different types of visualizations and will have you building basic visualizations, like bar, line, and scatter graphs, in no time. Advanced topics include: tree maps, heat maps, network graphs, word clouds, and timelines; map geographic data, sparklines and composite charts; adding interactivity and retrieving data with AJAX; managing data in the browser and building data-driven web applications; Flotr2, Flot, Chronoline.js, D3.js, Underscore.js, and Backbone.js libraries. --  |c Edited summary from book. 
505 0 |a About the Author; Brief Contents; Contents in Detail; Acknowledgments; Introduction; The Book's Philosophy; The Book's Contents; Source Code for Examples; Chapter 1: Graphing Data; Creating a Basic Bar Chart; Step 1: Include the Required JavaScript; Step 2: Set Aside a Element to Hold the Chart; Step 3: Define the Data; Step 4: Draw the Chart; Step 5: Fix the Vertical Axis; Step 6: Fix the Horizontal Axis; Step 7: Adjust the Styling; Step 8: Vary the Bar Color; Step 9: Work Around flotr2 "Bugs"; Plotting Continuous Data with a Line Chart; Step 1: Define the Data. 
505 8 |a Step 2: Graph the CO2 DataStep 3: Add the Temperature Data; Step 4: Improve the Chart's Readability; Step 5: Clarify the Temperature Measurements; Step 6: Label the Chart; Step 7: Work Around flotr2 "Bugs"; Emphasizing Fractions Using a Pie Chart; Step 1: Define the Data; Step 2: Draw the Chart; Step 3: Label the Values; Step 4: Work Around flotr2 "Bugs"; Plotting X/Y Data with a Scatter Chart; Step 1: Define the Data; Step 2: Format the Data; Step 3: Plot the Data; Step 4: Adjust the Chart's Axes; Step 5: Label the Data; Step 6: Clarify the X-Axis; Step 7: Answer Users' Questions. 
505 8 |a Step 8: Work Around flotr2 "Bugs"Adding Magnitudes to X/Y Data with a Bubble Chart; Step 1: Define the Data; Step 2: Create a Background for the Chart; Step 3: Plot the Data; Step 4: Add the Background; Step 5: Color the Bubbles; Step 6: Adjust the Legend Styles; Step 7: Work Around flotr2 "Bugs"; Displaying Multidimensional Data with a Radar Chart; Step 1: Define the Data; Step 2: Create the Chart; Step 3: Work Around flotr2 "Bugs"; Summing Up; Chapter 2: Making Charts Interactive; Selecting Chart Content; Step 1: Include the Required JavaScript Libraries. 
505 8 |a Step 2: Set Aside a Element to Hold the ChartStep 3: Prepare the Data; Step 4: Draw the Chart; Step 5: Add the Controls; Step 6: Define the Data Structure for the Interaction; Step 7: Determine Chart Data Based on the Interaction State; Step 8: Add the Controls Using JavaScript; Step 9: Respond to the Interaction Controls; Zooming In on Charts; Step 1: Prepare the Page; Step 2: Draw the Chart; Step 3: Prepare the Data to Support Interaction; Step 4: Prepare to Accept Interaction Events; Step 5: Enable the Interaction; Tracking Data Values. 
505 8 |a Step 1: Set Aside a Element to Hold the ChartsStep 2: Prepare the Data; Step 3: Draw the Charts; Step 4: Implement the Interaction; Retrieving Data Using AJAX; Step 1: Understand the Source Data; Step 2: Get the First Level of Data via AJAX; Step 3: Process the First Level of Data; Step 4: Get the Real Data; Step 5: Process the Data; Step 6: Create the Chart; Summing Up; Chapter 3: Integrating Charts on a Page; Creating a Classic Sparkline; Step 1: Include the Required JavaScript Libraries; Step 2: Create the HTML Markup for the Sparkline; Step 3: Draw the Sparkline. 
542 |f Copyright © No Starch Press 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Information visualization  |x Data processing. 
650 0 |a JavaScript (Computer program language) 
650 6 |a Visualisation de l'information  |x Informatique. 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a COMPUTERS  |x Internet  |x Application Development.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast 
710 2 |a Ebsco. 
758 |i has work:  |a Data Visualization with JavaScript (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCFPWJ9kdCFkgp3cTWTvvHC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Thomas, Stephen A., 1962-  |t Data visualization with JavaScript.  |d San Francisco, CA : No Starch Press, [2015]  |z 9781593276058  |z 1593276052  |w (DLC) 2014039759  |w (OCoLC)891609099 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4503149  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33231783 
938 |a Books 24x7  |b B247  |n bks00089290 
938 |a EBSCOhost  |b EBSC  |n 984482 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31482102 
938 |a Recorded Books, LLC  |b RECE  |n rbeEB00711400 
938 |a YBP Library Services  |b YANK  |n 12646053 
994 |a 92  |b IZTAP