Cargando…

Create web charts with D3 /

Create Web Charts with D3 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: if you want power and control and need to create data visualization beyond tradition...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Nelli, Fabio (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Springer, [2014]
Colección:Expert's voice.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn897377136
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 141203s2014 nyu o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d YDXCP  |d OCLCO  |d OCLCQ  |d N$T  |d UMI  |d GW5XE  |d OCLCF  |d IDEBK  |d DEBBG  |d Z5A  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d CEF  |d OCLCQ  |d U3W  |d AU@  |d OCLCQ  |d YOU  |d UAB  |d OCLCQ  |d WURST  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 899291730 
020 |a 9781484208656  |q (electronic bk.) 
020 |a 148420865X  |q (electronic bk.) 
020 |z 9781484208663 
029 1 |a AU@  |b 000056047403 
029 1 |a CHNEW  |b 000890477 
029 1 |a CHVBK  |b 374491941 
029 1 |a DEBBG  |b BV042490520 
029 1 |a DEBBG  |b BV043617664 
029 1 |a DEBSZ  |b 434836990 
029 1 |a GBVCP  |b 882843443 
029 1 |a NLGGC  |b 385838042 
035 |a (OCoLC)897377136  |z (OCoLC)899291730 
037 |a CL0500000521  |b Safari Books Online 
050 4 |a QA76.73.J39  |b N45 2014 
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 Create web charts with D3 /  |c Fabio Nelli. 
264 1 |a [New York] :  |b Springer,  |c [2014] 
264 4 |c ©2014 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a The expert's voice 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO; viewed on January 5, 2015). 
505 0 |a ""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Charting Technology Overview""; ""Elements in a Chart""; ""Most Common Charts""; ""How to Realize Charts on the Web""; ""HTML5""; ""Charting with SVG and CANVAS""; ""Canvas vs SVG""; ""The DOM""; ""Developing in JavaScript""; ""Running and Debugging JavaScript""; ""Data Types in JavaScript""; ""Arrays""; ""Objects""; ""Firebug and DevTools""; ""JSON""; ""Summary""; ""Chapter 2: Working with D3""; ""Introducing D3"" 
505 8 |a ""Starting with a Blank HTML Page""""Using Selections and Operators""; ""Selections and Selectors""; ""Operators""; ""Creating New Elements""; ""The html(â€?) Method""; ""The append(â€?) Method""; ""The insert(â€?) Method""; ""Inserting Data into Elements""; ""Applying Dynamic Properties""; ""Adding SVG Elements""; ""Creating an SVG Element""; ""Transformations""; ""Transitions""; ""Summary""; ""Chapter 3: Line Charts with D3""; ""Developing a Line Chart with D3""; ""Starting with the First Bricks""; ""Scales, Domains, and Range s""; ""Inside the Code""; ""Using Data with (x, y) Values"" 
505 8 |a ""Controlling the Axesâ€? Range""""Adding the Axis Arrows""; ""Adding a Title and Axis Labels""; ""Drawing a Line Chart from Data in a CSV File""; ""Reading and Parsing Data""; ""Implementing Axes and the Grid""; ""Drawing Data with the csv() Function""; ""Adding Marks to the Line""; ""Line Charts with Filled Areas""; ""Multiseries Line Charts""; ""Working with Multiple Series of Data""; ""Legend""; ""Interpolating Lines""; ""Difference Line Chart""; ""Summary""; ""Chapter 4: Bar Charts with D3""; ""Drawing a Bar Chart""; ""Drawing a Stacked Bar Chart""; ""A Normalized Stacked Bar Chart"" 
505 8 |a ""Drawing a Grouped Bar Chart""""Horizontal Bar Chart with Negative Values""; ""Summary""; ""Chapter 5: Pie Charts with D3""; ""The Basic Pie Charts""; ""Drawing a Basic Pie Chart""; ""Some Variations on Pie Charts""; ""Working on Color Sequences""; ""Sorting the Slices in a Pie Chart""; ""Adding Spaces Between the Slices""; ""Representing the Slices Only with Outlines""; ""Mixing All of This""; ""Donut Charts""; ""Polar Area Diagrams""; ""Summary""; ""Chapter 6: Candlestick Charts with D3""; ""Creating an OHLC Chart""; ""Date Format""; ""Box Representation in Candlestick Charts"" 
505 8 |a ""Summary""""Chapter 7: Scatterplot and Bubble Charts with D3""; ""Scatterplot""; ""Markers and Symbols""; ""Using Symbols as Markers""; ""Using Customized Markers""; ""Adding More Functionalities""; ""Trendlines""; ""Clusters""; ""K-Mean Algorithm""; ""Applying the Cluster Analysis to the Scatterplot""; ""Highlighting Data Points""; ""Bubble Chart""; ""Summary""; ""Chapter 8: Radar Charts with D3""; ""Radar Chart""; ""Building Auto Scaling Axes""; ""Adding Data to the Radar Chart""; ""Improving Your Radar Chart""; ""Summary""; ""Chapter 9: Handling Live Data with D3""; ""Real-Time Charts"" 
520 |a Create Web Charts with D3 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: if you want power and control and need to create data visualization beyond traditional charts, then D3 is the JavaScript library for you. By 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. This book contains content previously published in Beginning JavaScript Charts. Create all kinds of charts using the latest technologies available on browsers Full of step-by-step examples, Create Web Charts with D3 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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a JavaScript (Computer program language) 
650 0 |a Charts, diagrams, etc. 
650 0 |a Web sites  |x Design. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Tableaux, graphiques, etc. 
650 6 |a Sites Web  |x Conception. 
650 7 |a diagrams.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a Charts, diagrams, etc.  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Nelli, Fabio. Create Web Charts with D3 
830 0 |a Expert's voice. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484208656/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 920502 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis30219477 
938 |a YBP Library Services  |b YANK  |n 12186097 
994 |a 92  |b IZTAP