|
|
|
|
LEADER |
00000cam a2200000Mu 4500 |
001 |
EBSCO_ocn975225086 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n|---||||| |
008 |
170311s2017 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d YDX
|d MERUC
|d C6I
|d OCLCO
|d IDB
|d OCLCQ
|d OCLCF
|d LVT
|d CNCEN
|d OCLCQ
|d N$T
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 974738877
|a 974959135
|a 975012987
|a 975133054
|a 975466111
|a 975967057
|a 1001335280
|a 1264815138
|
020 |
|
|
|a 1786469960
|
020 |
|
|
|a 9781786469960
|q (electronic bk.)
|
029 |
1 |
|
|a CHNEW
|b 000961284
|
029 |
1 |
|
|a CHVBK
|b 491696876
|
029 |
1 |
|
|a AU@
|b 000067103790
|
035 |
|
|
|a (OCoLC)975225086
|z (OCoLC)974738877
|z (OCoLC)974959135
|z (OCoLC)975012987
|z (OCoLC)975133054
|z (OCoLC)975466111
|z (OCoLC)975967057
|z (OCoLC)1001335280
|z (OCoLC)1264815138
|
050 |
|
4 |
|a QA76.9.I52
|b .Z48 2017eb
|
082 |
0 |
4 |
|a 001.4226
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Zhu, Nick.
|
245 |
1 |
0 |
|a Data Visualization with D3 4.x Cookbook - Second Edition.
|
250 |
|
|
|a 2nd ed.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2017.
|
300 |
|
|
|a 1 online resource (370 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with D3.js; Introduction; Setting up a simple D3 development environment; Getting ready; How to do it ... ; How it works ... ; There's more ... ; How to get source code; Setting up an NPM-based development environment; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Setting up a local HTTP server; Python Simple HTTP server; Node.js HTTP server; Understanding D3-style JavaScript; Getting ready; How to do it ... ; How it works ...
|
505 |
8 |
|
|a Functions are objectsStatic variable scoping; Getter-setter function; Function chaining; There's more ... ; Finding and sharing code; How to get help; Chapter 2: Be Selective; Introduction; Introducing selection; CSS3 selector basics; Selecting a single element; Getting ready; How to do it ... ; How it works ... ; Selecting multiple elements; Getting ready; How to do it ... ; How it works ... ; Iterating through a selection; Getting ready; How to do it ... ; How it works ... ; Performing subselection; Getting ready; How to do it ... ; How it works ... ; Function chaining; Getting ready; How to do it ... ; How it works ...
|
505 |
8 |
|
|a Manipulating the raw selectionGetting ready; How to do it ... ; How it works ... ; Chapter 3: Dealing with Data; Introduction; The enter-update-exit pattern; Binding an array as data; Getting ready; How to do it ... ; How it works ... ; Binding object literals as data; Getting ready; How to do it ... ; How it works ... ; Binding functions as data; Getting ready; How to do it ... ; How it works ... ; Working with arrays; Getting ready; How to do it ... ; How it works ... ; Filtering with data; Getting ready; How to do it ... ; How it works ... ; Sorting with data; Getting ready; How to do it ... ; How it works ... ; Loading data from a server.
|
505 |
8 |
|
|a Getting readyHow to do it ... ; How it works ... ; Asynchronous data loading using queue; Getting ready; How to do it ... ; How it works ... ; Chapter 4: Tipping the Scales; Introduction; What are scales?; Using continuous scales; Getting ready; How to do it ... ; How it works ... ; Linear scale; Power scale; Log scale; Using the time scale; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the ordinal scale; Getting ready; How to do it ... ; How it works ... ; Interpolating a string; Interpolator; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Interpolating colors; Getting ready.
|
505 |
8 |
|
|a How to do it ... How it works ... ; See also; Interpolating compound objects; Getting ready; How to do it ... ; How it works ... ; Chapter 5: Playing with Axes; Introduction; Working with basic axes; Getting ready; How to do it ... ; How it works ... ; Customizing ticks; Getting ready; How to do it ... ; How it works ... ; Drawing grid lines; Getting ready; How to do it ... ; How it works ... ; Dynamic rescaling of axes; Getting ready; How to do it ... ; How it works ... ; Chapter 6: Transition with Style; Introduction; What is Transition?; Animating a single element; Getting ready; How to do it ... ; How it works ... ; Animating multiple elements.
|
500 |
|
|
|a Getting ready.
|
520 |
|
|
|a Discover over 65 recipes to help you create breathtaking data visualizations using the latest features of D3 About This Book Learn about D3 4.0 from the inside out and master its new features Utilize D3 packages to generate graphs, manipulate data, and create beautiful presentations Solve real-world visualization problems with the help of practical recipes Who This Book Is For If you are a developer familiar with HTML, CSS, and JavaScript, and you wish to get the most out of D3, then this book is for you. This book can serve as a desktop quick-reference guide for experienced data visualization developers. You'll also find this book useful if you're a D3 user who wants to take advantage of the new features introduced in D3 4.0. You should have previous experience with D3. What You Will Learn Get a solid understanding of the D3 fundamentals and idioms Use D3 to load, manipulate, and map data to any kind of visual representation on the web Create data-driven dynamic visualizations that update as the data does Leverage the various modules provided by D3 to create sophisticated, dynamic, and interactive charts and graphics Create data-driven transitions and animations within your visualizations Understand and leverage more advanced concepts such as force, touch, and Geo data visualizations In Detail This book gives you all the guidance you need to start creating modern data visualizations with D3 4.x that take advantage of the latest capabilities of JavaScript. The book starts with the basic D3 structure and building blocks and quickly moves on to writing idiomatic D3-style JavaScript code. You will learn how to work with selection to target certain visual elements on the page, then you will see techniques to represent data both in programming constructs and its visual metaphor. You will learn how map values in your data domain to the visual domain using scales, and use the various shape functions supported by D3 to create SVG shapes in visualizations. Moving on, you'll see how to use and customize various D3 axes and master transition to add bells and whistles to otherwise dry visualizations. You'll also learn to work with charts, hierarchy, graphs, and build interactive visualizations. Next you'll work with Force, which is one of the most awe-inspiring techniques you can add to your visualizations, and you'll implement a fully functional Choropleth map (a special purpose colored map) in D3. Finally, you'll learn to unit test data visualization co ...
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Information visualization.
|
650 |
|
0 |
|a Information visualization
|x Data processing.
|
650 |
|
6 |
|a Visualisation de l'information.
|
650 |
|
6 |
|a Visualisation de l'information
|x Informatique.
|
650 |
|
7 |
|a Information visualization.
|2 fast
|0 (OCoLC)fst00973185
|
776 |
0 |
8 |
|i Print version:
|a Zhu, Nick.
|t Data Visualization with D3 4.x Cookbook - Second Edition.
|d Birmingham : Packt Publishing, ©2017
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1481580
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4816125
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1481580
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13533639
|
994 |
|
|
|a 92
|b IZTAP
|