View allAll Photos Tagged DataVisualization
SELT: Using ZoomCharts’ Network Graph for Education
ZoomCharts graphs let you turn ordinary data into a fun and interactive way to delve deeper into your subjects of interest. You can show or hide any combination of data sets of your choosing, rearrange data nodes to alter the look of your graph, and customize data nodes with unique descriptions. And you can do all of this with impeccable speed. As the world’s leading interactive data visualization software, ZoomCharts offers the most efficient tools, letting you alter and tweak information in your graphs with seamless transitions.
ZoomCharts network graphs are ideal for use in the educational sector, where access to easy-to-understand and well-presented information is key for learning. This is why UK-based Southern Educational Leadership Trust (SELT) called upon ZoomCharts to help present career path information on their website.
SELT is a charity that supports the development of leadership learning and career training in education and public services to help children and young people. Like many educational organizations, SELT saw the correlation in presenting information through visual and interactive means with student engagement and learning. They used ZoomCharts advanced data visualization software to let users explore a vast array of potential career paths by choosing a category and seeing all of the relevant programs within that category.
With ZoomCharts’ interactive network graphs, users are open to a variety of options that let them fully customize their experience:
4. Expanded information you do not wish to view can be hidden by clicking on a data node again.
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #net #netchart #netgraph #networkgraph #SELT #SouthernEducationalLeadershipTrust
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
Showing a sequence of 99 bowls and a series of 99 photographs by Franco Vimercati
Link to the exhibition: www.skd.museum/en/special-exhibitions/the-things-of-life-...
According to a recent study, only 10% of municipal websites in Ukraine have sufficient instruments for receiving citizen feedback or providing interactive service delivery.
The Open Budget initiative is a pilot project supported by UNDP in Ukraine and Internews’ Center for Innovation and Learning to bring together civil servants, civil society workers, and journalists to figure out ways to better share municipal budget information with the public.
Read more about how we're scratching an itch in Ukraine
(Photo: UNDP in Ukraine/Internews)
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
On January 15th, 2015 from 6:30 PM to 10:00 PM ZoomCharts will take part at the “JavaScript focused XXVII DevClub.lv” event that will take place at the Microsoft Latvia Office on Zala 1, Riga, LV-1010, Latvia
ZoomCharts CTO & Co-Founder Viesturs Zarins will cover topics on data visualization challenges and solutions as well as he will showcase ZoomCharts products and explain how they can enhance the way you present data. Viesturs Zarins has more than 15 years engineering experience working for a world-known data visualization company.
ZoomCharts is one of the world’s leaders in data visualization tools and solutions. Our product is a cross-platform HTML5 SDK for creating dynamic interactive graphs optimized for touch-screen devices and web applications. Our tools enable intuitive and easy exploration of live databases. We help you visualize meaning in masses of content.
Range of ZoomCharts customers cover such areas as linguistics, human history, literature, arts, philosophy, religion, anthropology, archaeology, area studies, cultural and ethnic studies, economics, gender and sexuality studies, geography, political science, psychology, sociology, biology, chemistry, earth sciences, physics, space sciences, mathematics, computer sciences, logic, statistics, systems science, agriculture, architecture and design, business, divinity, education, engineering, chemical engineering, materials science and engineering, mechanical engineering, civil engineering, electrical engineering, environmental studies and forestry, family and consumer science, human physical performance and recreation, journalism, media studies and communication, law, library and museum studies, medicine, military sciences, public administration, social work, transportation, and many more.
Here is what ZoomCharts has to offer:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #event #presentation #microsoft #latvia #riga #software #datavisualization #data #visualization #screen #sdk #html5 #java #js #javascript #XXVII #DevClub #webdevelopers #web #developers #charts #graphs #chart #graph #dynamic #interactive #best #HLS #canvas #development #developer #webmaster #webmasters #microsoftlatvia #january #january15
Brooklyn Filmmakers Collective member and journalist Lam Thuy Vo conducted an Introduction to Data Journalism and Infographics in our lab on Wednesday, April 9, 2013. Her slides are online at bit.ly/Yk9xmK.
Spatial Query is a valuable tool that allows users to draw an ad hoc area on the map and return formatted content and business intelligence, or perform precise actions for items within that area. Radius query areas can be adjusted or moved and the query is immediately rerun. To learn more about radial queries, visit this IDV UX blog post.
Learn more about running spacial queries in Visual Fusion here.
Retail Analyzer is a demonstration application that visualizes sales performance for fictitious stores and territories across the United States on top of Bing Maps and inside SharePoint.
Test out Retail Analyzer for yourself, or visit our homepage to learn more about IDV Solutions and Visual Fusion.
Update: I explain in a blog post how you can create your visual CV with Excel only.
This is a visualisation of my CV, a graphical view of my data on LinkedIn. I added my practice of drawing, as well as my visual approach in my professional activities, which declined when I started my professional career (and with the first years of marriage ;-)
This data visualisation is inspired by Tobias Stalder on Twitter (@toeb18)
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
See how it's easier than ever to build maps and analyze spatial data using the latest features in Tableau, join the IoT revolution, and learn how to bring the magic of Kepler GL into Tableau with extensions.
Mapbox SF Office
50 Beale Street
San Francisco, CA 94105
Wednesday, April 24 2019
5:30pm
SPEAKERS
Kent Marten, Tableau
Kent is a geographer, with BES from the University of Waterloo, MBA from the University of Redlands, and a GIS diploma from the Centre of Geographic Sciences. Kent has spent his entire career building mapping software products, first for Esri and now for Tableau. This will be Kent’s 7th time speaking at a Tableau User Group event, always about maps.
Shan He, Uber
Shan is a senior data visualization engineer at Uber. She is a coder, a designer, and a data artist. Shan is the founding member of Uber’s data visualization team and creator of kepler.gl
Ryan Baumann, Mapbox
Ryan has a BS in Mechanical Engineering from the University of Wisconsin - Madison. He built the first half of his career in product development at Trek Bikes and Caterpillar, before joining as the first Solutions Engineer at Mapbox in 2016. Now he leads a team of 15 solutions engineers that help customers solve complex problems using location intelligence. Outside of work, Ryan is a is a lifelong cyclist and founder of the athletics design website Athletedataviz. This is his third time speaking at a Tableau User Group event.
Chris DeMartini, Visa
Chris DeMartini came to the Tableau community through his work in network graphing. He has focused on incorporating dynamic aspects to his visualizations as well as working with the Tableau JS API, often blogging about these techniques on DataBlick. Some of his past work includes the likes of jump plots, hive plots, and even his family tree.
--- About Mapbox ---
Mapbox is a live location data platform for mobile and web applications and experiences. Anyone can use Mapbox APIs and SDKs to build live, fully customized interactive maps, game environments, navigation experiences, and data visualizations for consumer apps, business intelligence and logistics platforms, on-demand services, asset tracking, and more. Add your own data layers and build now for web, iOS, Android, Unity 3D, and Qt.
Start building today: www.mapbox.com
See how it's easier than ever to build maps and analyze spatial data using the latest features in Tableau, join the IoT revolution, and learn how to bring the magic of Kepler GL into Tableau with extensions.
Mapbox SF Office
50 Beale Street
San Francisco, CA 94105
Wednesday, April 24 2019
5:30pm
SPEAKERS
Kent Marten, Tableau
Kent is a geographer, with BES from the University of Waterloo, MBA from the University of Redlands, and a GIS diploma from the Centre of Geographic Sciences. Kent has spent his entire career building mapping software products, first for Esri and now for Tableau. This will be Kent’s 7th time speaking at a Tableau User Group event, always about maps.
Shan He, Uber
Shan is a senior data visualization engineer at Uber. She is a coder, a designer, and a data artist. Shan is the founding member of Uber’s data visualization team and creator of kepler.gl
Ryan Baumann, Mapbox
Ryan has a BS in Mechanical Engineering from the University of Wisconsin - Madison. He built the first half of his career in product development at Trek Bikes and Caterpillar, before joining as the first Solutions Engineer at Mapbox in 2016. Now he leads a team of 15 solutions engineers that help customers solve complex problems using location intelligence. Outside of work, Ryan is a is a lifelong cyclist and founder of the athletics design website Athletedataviz. This is his third time speaking at a Tableau User Group event.
Chris DeMartini, Visa
Chris DeMartini came to the Tableau community through his work in network graphing. He has focused on incorporating dynamic aspects to his visualizations as well as working with the Tableau JS API, often blogging about these techniques on DataBlick. Some of his past work includes the likes of jump plots, hive plots, and even his family tree.
--- About Mapbox ---
Mapbox is a live location data platform for mobile and web applications and experiences. Anyone can use Mapbox APIs and SDKs to build live, fully customized interactive maps, game environments, navigation experiences, and data visualizations for consumer apps, business intelligence and logistics platforms, on-demand services, asset tracking, and more. Add your own data layers and build now for web, iOS, Android, Unity 3D, and Qt.
Start building today: www.mapbox.com
See how it's easier than ever to build maps and analyze spatial data using the latest features in Tableau, join the IoT revolution, and learn how to bring the magic of Kepler GL into Tableau with extensions.
Mapbox SF Office
50 Beale Street
San Francisco, CA 94105
Wednesday, April 24 2019
5:30pm
SPEAKERS
Kent Marten, Tableau
Kent is a geographer, with BES from the University of Waterloo, MBA from the University of Redlands, and a GIS diploma from the Centre of Geographic Sciences. Kent has spent his entire career building mapping software products, first for Esri and now for Tableau. This will be Kent’s 7th time speaking at a Tableau User Group event, always about maps.
Shan He, Uber
Shan is a senior data visualization engineer at Uber. She is a coder, a designer, and a data artist. Shan is the founding member of Uber’s data visualization team and creator of kepler.gl
Ryan Baumann, Mapbox
Ryan has a BS in Mechanical Engineering from the University of Wisconsin - Madison. He built the first half of his career in product development at Trek Bikes and Caterpillar, before joining as the first Solutions Engineer at Mapbox in 2016. Now he leads a team of 15 solutions engineers that help customers solve complex problems using location intelligence. Outside of work, Ryan is a is a lifelong cyclist and founder of the athletics design website Athletedataviz. This is his third time speaking at a Tableau User Group event.
Chris DeMartini, Visa
Chris DeMartini came to the Tableau community through his work in network graphing. He has focused on incorporating dynamic aspects to his visualizations as well as working with the Tableau JS API, often blogging about these techniques on DataBlick. Some of his past work includes the likes of jump plots, hive plots, and even his family tree.
--- About Mapbox ---
Mapbox is a live location data platform for mobile and web applications and experiences. Anyone can use Mapbox APIs and SDKs to build live, fully customized interactive maps, game environments, navigation experiences, and data visualizations for consumer apps, business intelligence and logistics platforms, on-demand services, asset tracking, and more. Add your own data layers and build now for web, iOS, Android, Unity 3D, and Qt.
Start building today: www.mapbox.com
It was on Tuesday that BP announced chief executive Tony Hayward was stepping down after just three years in the job. Hayward, long reviled by the public and, largely, as CEO, the scapegoat for BP’s most recent atrocities, hung his head and said, “Sorry.” And that was that.
Wasn’t it? Well, not quite. To coincide with his resignation, Hayward will be receiving a year’s salary of GBP£1 million (US$1.6 million) and a pension reportedly worth GBP£11 million, accrued over 28 years of service: a pretty hefty sum, given the massive losses the company has also reported during the very same week.
View full graphic and article on Meet the Boss
Graphic by T Farrant | Twitter @fallenblossom
#architecture #arquitectura #зодчество #arquitetura #建筑 #건축술 #建築 #architettura #αρχιτεκτονική #Architektur #architectuur #建築學 #建筑学 #stavebnictví #building #arhitektura #architektura #arkitektur #architectuur #arhitektuur #arkitektura #arkkitehtuuri #arquitectura #არქიტექტურა #Architektur #αρχιτεκτονική #સ્થાપત્ય #achitekti #ארכיטקטורה #वास्तुकला #építészet #arkitektúr #arsitektur #ailtireacht #architettura #アーキテクチャ #arsitektur #ವಾಸ್ತುಶಿಲ್ಪ #ស្ថាបត្យកម្ម #건축물 #ຖາປັດຕະຍະ #arhitektūra #architektūra #архитектура #senibina #arkitettura #hoahoanga #आर्किटेक्चर #архитектур #वास्तुकला #arkitektur #معماری #arquitetura #ਆਰਕੀਟੈਕਚਰ #arhitectura #архитектура #usanifu #arkitektur #கட்டிடக்கலை #నిర్మాణం #สถาปัตยกรรม #mimari #архітектура #kiếntrúc #pensaernïaeth #akitekiso #AI_MAIN #ArtificialIntelligence #MachineLearning #DeepLearning #AI #NeuralNetworks #DataScience #BigData#Tech #Innovation #AIArtistry #ArtificialArt #MachineArt #AIgenerativeart #ArtificialVision #NeuralArt #Cyberart #SyntheticDesign #DigitalPainting #AlgorithmicPainting #GeneratedArt #RoboticDesign #AIinspiredart #ArtificialInspiration #DataVisualization #TechDesign #ArtificialExpression #ArtificialBeauty #ArtificialBrilliance #TheArtOfMachine #AIInnovationInArt #AiArt #ArtificialIntelligence #MachineLearning #DeepLearning #NeuralNetworks #ArtificialCreativity #DigitalArt #GenerativeArt #TechArt #CyberpunkArt #FuturisticArt #RoboticArt #AIgenerated #SyntheticArt #CodeArt #DataArt #AlgorithmicArt #ArtificialImagination #TheArtofAI #AIandArt #AIinArt #ArteDeInteligenciaArtificial #ArteDeAprendizajeAutomatico #ArteDeAprendizajeProfundo #ArteDeRedesNeuronales #ArteDeCreatividadArtificial #ArteDigital #ArteGenerativo #ArteTecnológico #ArteCyberpunk #ArteFuturista #ArteRobótico #ArteGeneradoPorIA #ArteSintético #ArteDeCódigo #ArteDeDatos #ArteAlgorítmico #ImaginaciónArtificial #ElArteDeLaIA #InnovaciónEnElArteDeIA #ArteEInteligenciaArtificial #ArteInnovadorDeIA #ArtificialIntelligenceArt #ArtIntelligenceArtificielle #MachineArt #ArtMachine #DeepLearningArt #ArtApprentissageProfond #NeuralNetworksArt #ArtReseauxNeurones #ArtCréativitéArtificielle #CréativitéNumérique #ArtGénératif #ArtTech #ArtCyberpunk #ArtFuturiste #ArtRobotique #ArtGénéréparIA #DesignSynthétique #ArtCode #ArtDeDonnées #ArtAlgorithmique #ImaginationArtificielle #ArtEtIA #KünstlicheIntelligenzKunst #KIkunst #MaschinellesLernenKunst #MLKunst #TiefesLernenKunst #DLKunst #NeuronaleNetzeKunst #NNKunst #KünstlicheKreativität #Digitalekunst #GenerativeKunst #TechKunst #CyberpunkKunst #Zukunftskunst #RoboterKunst #IAgenerierteKunst #SynthetischeKunst #CodeKunst #DatenKunst #AlgorithmenKunst #KünstlicheImagination #KunstUndKI #人工知能アート #機械学習アート #深層学習アート #ニューラルネットワークアート #人工クリエイティブアート #デジタルアート #ジェネレーティブアート #テクノロジーアート #サイバーパンクアート #未来アート #ロボットアート #人工知能生成アート #シンセティックアート #コードアート #データアート #アルゴリズムアート #人工想像アート #人工知能とアート #人工知能革新アート #ArteDeInteligenciaArtificial #ArteDeAprendizajeAutomatico #ArteDeAprendizajeProfundo #ArteDeRedesNeuronales #ArteDeCreatividadArtificial #ArteDigital #ArteGenerativo #ArteTecnológico #ArteCyberpunk #ArteFuturista #ArteRobótico #ArteGeneradoPorIA #ArteSintético #ArteDeCódigo #ArteDeDatos #ArteAlgorítmico #ImaginaciónArtificial #ElArteDeLaIA #InnovaciónEnElArteDeIA #ArteEInteligenciaArtificial #ArteInnovadorDeIA
Worthy business intelligence tools can automatically distribute reports to you and your team. Reports and usable visualizations can be shared online with a single URL, or through e-mail.
The multi-touch installation reveals how Max Planck institutes collaborate with each other and with their international partners. The network view shows the Max Planck institutes and their connections.
Increase your SALES with ZoomCharts!
ZoomCharts had an excellent time participating in the TechHub Rīga March Meetup on March 12, 2015, taking place at Kaļķu street 12/14, Rīga, LV-1050, Latvia.
ZoomCharts CEO and Co-Founder Janis Volbergs gave an engaging presentation on the startup path from idea, to market, to investment, and what it takes to build a product from the ground up and take it to a new level.
How did it all start?
A problem was spotted. There were no visualization libraries delivering truly interactive charts for touch enabled devices that were capable of working with big data.
And so the idea emerged. This was the right time to build such a library.
Why?
Because touch screen displays will become a $31.9 billion dollar market by 2018. Smart mobile sensor devices were used by 1.75 billion people in 2014. The Big Data market will grow exponentially (from $8.8 billion in 2013), to $48 billion in 2018. HTML5 adoption is wide enough and touch enabled devices are powerful enough to generate interactive visualizations.
The ingredients for a successful startup include:
1. A grand vision. ZoomCharts’ vision is to become the number one SDK for interactive chart development in web and mobile apps.
2. A realistic plan for execution and getting your vision implemented.
3. (Most importantly) A team, able to see the grand vision and execute the plan.
ZoomCharts started small, but focused. A vision was set, a core team of professionals was assembled, and a detailed business plan was derived, which led to a €200,000 seed investment.
The product was created in less than a year, and launched public downloads and a shop in March 2014.
In less than a year, the customer list grew to include companies such as TCI Business Capital, Hewlett Packard, D8 Corporation, Proteus Enterprise, Narus, SwissLife, Taykey, Derivitec, Sensors, Click & Pledge, Ryan Scientific, Inc., Booxs, Frostbyte Consulting, Image webdesign, Norbit, Helm, Zengo, Ense Group, RCS, Helbling, Loonloon, Fractalerts, Thinktecture, bitmama, KeeSystem, Trulia, Maxfone, and many more.
Increase your SALES with ZoomCharts!
ZoomCharts started with a €0 investment in dedicated marketing. A follow up investment of €500,000 raised in November 2014 enabled us to scale our team from 3 to 11, and get us moving forward fast.
Today, the ZoomCharts team has grown from 3 to 11, and has raised a total investment of €700,000. We’ve reached 40 paying customers, and growing, and there have been over 700 trials started, and growing.
Current challenges include brand building, marketing and sales, and incorporation into the US, including patents.
Despite the challenges, ZoomCharts is excited about the company’s future, which includes plans such as:
1. Raise €5-7 million to massively expand sales and marketing.
2. Expand the team to 40+ within the next two years.
3. Launch multiple SAAS solutions that would let a much wider audience take advantage of the benefits ZoomCharts provides.
We are proud to be part of ZoomCharts, and we are glad to hear that our customers love ZoomCharts as much as we do!
Check out ZoomCharts products:
Network Chart
Big network exploration
Increase your SALES with ZoomCharts!
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #datavisualization #charts #graphs #bigdata #dataviz #TechHub #Riga #Latvia #March #meetup #JanisVolbergs #TCI #HewlettPackard #HP #D8 #ProteusEnterprise #Narus #SwissLife #Taykey #Derivitec #Sensors #Click&Pledge #RyanScientific #Booxs #Frostbyte #Imagewebdesign #Norbit #Helm #Zengo #EnseGroup #RCS #Helbling #Loonloon #Fractalerts #Thinktecture #bitmama #KeeSystem #Trulia #Maxfone
The Mill held a highly successful informal get together in central Rīga on February 27th, 2015, with plenty of beer and wine to go around. It provided a great opportunity for members of the Latvian startup community to get to know each other in a laidback, easy going setting.
ZoomCharts had an awesome time at The Mill’s party in Rīga on February 27th, 2015, mingling, chatting, and getting the opportunity to meet other startup community members face to face in an informal setting over food, drinks, and games.
The Mill is a coworking and meetup space for designers and developers in the heart of Riga, Latvia, at Brivibas 33-8, Rīga LV-1010. It is a central event space that lends itself to the Latvian startup community, perfect for workshops, hackathons, meetings, and collaborative corporate working.
The fantastic event at The Mill gave the ZoomCharts team the chance to chat with new clients who were very interested in all the exciting developments taking place within the ZoomCharts line of interactive data visualization software. The team also got the opportunity to catch up with current clients who spoke of their great satisfaction and exceeded expectations in their experience so far.
ZoomCharts is a leading data visualization provider, offering the world’s most interactive data visualization software. All charts and graphs are completely interactive, support big data sets, work on all modern devices including touch screens, and perform at incredibly fast speeds. Be among the growing number of professionals discovering the exciting potential that ZoomCharts has in improving the efficiency of data analysis and presentation.
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #datavisualization #charts #graphs #bigdata #dataviz #TheMill #MillRīga #uxriga #pingpong #startups #Latvia #Rīga #party
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
SELT: Using ZoomCharts’ Network Graph for Education
ZoomCharts graphs let you turn ordinary data into a fun and interactive way to delve deeper into your subjects of interest. You can show or hide any combination of data sets of your choosing, rearrange data nodes to alter the look of your graph, and customize data nodes with unique descriptions. And you can do all of this with impeccable speed. As the world’s leading interactive data visualization software, ZoomCharts offers the most efficient tools, letting you alter and tweak information in your graphs with seamless transitions.
ZoomCharts network graphs are ideal for use in the educational sector, where access to easy-to-understand and well-presented information is key for learning. This is why UK-based Southern Educational Leadership Trust (SELT) called upon ZoomCharts to help present career path information on their website.
SELT is a charity that supports the development of leadership learning and career training in education and public services to help children and young people. Like many educational organizations, SELT saw the correlation in presenting information through visual and interactive means with student engagement and learning. They used ZoomCharts advanced data visualization software to let users explore a vast array of potential career paths by choosing a category and seeing all of the relevant programs within that category.
With ZoomCharts’ interactive network graphs, users are open to a variety of options that let them fully customize their experience:
1. Clicking on a data node expands information.
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #net #netchart #netgraph #networkgraph #SELT #SouthernEducationalLeadershipTrust
Map and time visualization of fatal traffic incidents around Metropolitan San Francisco in 2007 (taken from CollisionWatch, an interactive data visualization demo application of Visual Fusion).
To learn more about CollisionWatch, check out this IDV UX blog post.
Explore our homepage to learn more about Visual Fusion.
Step 3: Sort and display specific types of data using the filters at the top right.
zoomcharts.com/en/gallery/all:dashed
The possibilities for data analysis are opened up with ZoomChartsâ advanced data visualization software. Start planning for the future today with the Dashed Line tool, one of the many options available in the ZoomCharts line that adds a layer of flexibility to your data presentation.
ZoomChartsâ Dashed Lines feature is enhancing the data visualization needs of various educational fields, including sciences and mathematics, such as anatomy, biochemistry, ecology, microbiology, nutrition, neuroscience, physiology, zoology, chemical engineering, geochemistry, molecular biology, geology, paleontology, physics, astronomy, algebra, computer science, geometry, logic, and statistics, and the arts such as, music, dance, theatre, film, animation, architecture, applied arts, photography, graphic design, interior design, and mixed media.
- Designate between current and proposed figures with separate line styles
- Expand and zoom in and out of data with a simple click or scroll
- Filter and display data according to specific time intervals
- Export data to open in various file types
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The worldâs most interactive data visualization software
#zoomcharts #timechart #timecharts #time #interactive #data #datavisualization #interactivedatavisualization #dashed #dashedlines #proposeddata #future #forecast #forecastdata #iphone
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
Daten von Dezember 2016 bis März 2017, je dicker die Linien, umso mehr Fahrgäste im entsprechenden Abschnitt, in der Darstellung wurden alle Daten addiert, da nicht alle Züge erfasst wurden, kann es zu gewissen Verzerrungen gegenüber dem Tagesmittel oder Jahresmittel kommen, der am stärksten genutzte Abschnitt ist Hammerbrook-Hauptbahnhof der S3, nicht die S1, wie man vielleicht erwarten könnte
Passenger Numbers of S-Bahn Hamburg visualized, data was gathered from open data platform of Deutsche Bahn with a background map of OpenStreetMap, the thicker a line in the map is the more passengers are using the section
this is the first of several gps visualizations im working on. as part of a mobil art show, i asked several friends to contribute work to a mobile box. the work is small and the contribution is part of an interactive performance. each participant is given a gps device with the geo location of the box and asked to set out to find it. after contributing the box is repositioned by the participant in a location they have little familiarity or frequent visitation. the contributers were asked to contribute work about their own experience with sense of place, belonging, feeling lost, finding, or any issue which addresses our sense of place in the universe. i hope the work collected will reveal a sort of glimpse or abstract of what these issues and themes mean to each of us.
Step 3: Click on a data series to expand.
zoomcharts.com/en/gallery/all:pie-chart-donut-chart-flat-...
ZoomChartsâ advanced data visualization line of software makes understanding and presenting large amounts of data simple and visually stimulating. ZoomChartsâ Donut Chart, Flat Theme, Hierarchical Structure tool makes it even easier to organize and analyze your information, allowing you to work with the results more efficiently than ever before.
Hierarchical Structure is among many interactive features being offered by ZoomCharts and being used by clients in various educational fields, including sciences and mathematics, such as anatomy, biochemistry, ecology, microbiology, nutrition, neuroscience, physiology, zoology, chemical engineering, geochemistry, molecular biology, geology, paleontology, physics, astronomy, algebra, computer science, geometry, logic, and statistics, and the arts such as, music, dance, theatre, film, animation, architecture, applied arts, photography, graphic design, interior design, and mixed media.
- Interactive data representation lets you visualize large amounts of information
- Single level chart view for visual ease
- View data in hierarchical order for an organized display
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The worldâs most interactive data visualization software
#zoomcharts #piechart #pie #chart #charts #graph #graphs #data #interactivedata #visual #visualdata #visualdatarepresentation #donutchart #donut #flat #flatheme #hierarchical #hierarchicalstructure #mac
Die drei am längsten im Amt gewesenen Trainer Bayern Münchens in der Zeit vom Bundesligastart 1963 bis Februar 2011. Bei mehreren Amtszeiten sind die Trainerzeiten addiert. Datenquelle www.kicker.de
See how it's easier than ever to build maps and analyze spatial data using the latest features in Tableau, join the IoT revolution, and learn how to bring the magic of Kepler GL into Tableau with extensions.
Mapbox SF Office
50 Beale Street
San Francisco, CA 94105
Wednesday, April 24 2019
5:30pm
SPEAKERS
Kent Marten, Tableau
Kent is a geographer, with BES from the University of Waterloo, MBA from the University of Redlands, and a GIS diploma from the Centre of Geographic Sciences. Kent has spent his entire career building mapping software products, first for Esri and now for Tableau. This will be Kent’s 7th time speaking at a Tableau User Group event, always about maps.
Shan He, Uber
Shan is a senior data visualization engineer at Uber. She is a coder, a designer, and a data artist. Shan is the founding member of Uber’s data visualization team and creator of kepler.gl
Ryan Baumann, Mapbox
Ryan has a BS in Mechanical Engineering from the University of Wisconsin - Madison. He built the first half of his career in product development at Trek Bikes and Caterpillar, before joining as the first Solutions Engineer at Mapbox in 2016. Now he leads a team of 15 solutions engineers that help customers solve complex problems using location intelligence. Outside of work, Ryan is a is a lifelong cyclist and founder of the athletics design website Athletedataviz. This is his third time speaking at a Tableau User Group event.
Chris DeMartini, Visa
Chris DeMartini came to the Tableau community through his work in network graphing. He has focused on incorporating dynamic aspects to his visualizations as well as working with the Tableau JS API, often blogging about these techniques on DataBlick. Some of his past work includes the likes of jump plots, hive plots, and even his family tree.
--- About Mapbox ---
Mapbox is a live location data platform for mobile and web applications and experiences. Anyone can use Mapbox APIs and SDKs to build live, fully customized interactive maps, game environments, navigation experiences, and data visualizations for consumer apps, business intelligence and logistics platforms, on-demand services, asset tracking, and more. Add your own data layers and build now for web, iOS, Android, Unity 3D, and Qt.
Start building today: www.mapbox.com
Step 2: Hover over time segments to display detailed information.
zoomcharts.com/en/gallery/all:time-chart-custom-backgroun...
With ZoomCharts’ Custom Background Image feature, you can incorporate custom visuals into your graphs to enhance data presentation. Instead of a bland background, why not support your data with visuals that match your subject matter?
ZoomCharts’ Custom Background Image is an attractive feature currently being used to meet the advanced data visualization needs of various educational fields, including sciences and mathematics, such as anatomy, biochemistry, ecology, microbiology, nutrition, neuroscience, physiology, zoology, chemical engineering, geochemistry, molecular biology, geology, paleontology, physics, astronomy, algebra, computer science, geometry, logic, and statistics, and the arts such as, music, dance, theatre, film, animation, architecture, applied arts, photography, graphic design, interior design, and mixed media.
- Interactive chart that supports large amounts of data
- Chart background can be customized to suit your needs
- Data presentation is functional and visually appealing
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #datavisualization #timechart #customization #custom #customvisuals #chartbackground #background #backgroundimage #backgroundcustomization #custombackground #custombackgroundimage #image #visual #visuals #tablet