AnyChart News

How to Make JavaScript Polar Chart

November 11th, 2021 by Shachee Swadia

A JavaScript polar chart making tutorial based on DVS survey dataPolar charts often look impressive, which makes some people think that creating them is a tricky process demanding plenty of skills and expertise. Well, I am going to debunk this myth right now! Let me show you how to easily visualize data in a beautiful interactive JavaScript Polar Chart.

Fundamentally, a polar chart is a variation of a circular graph drawn with polar coordinates. It can also work well to visualize some sorts of categorical data for comparisons, which is exactly the case I want to demonstrate now. In this tutorial, I will build a column polar chart, with the bars growing from the center of the diagram to represent values with their length.

Data Visualization Society (DVS) conducts an annual State of the Industry survey of data viz practitioners, and I thought it could be a great opportunity to play with some of its latest data. In particular, I wanted to look at the most popular technologies used for data visualization based on the responses. So here, I will produce a JS polar chart that plots the top 15 ones, making up a cool illustrative real-world example.

It will be fun — come along, everyone!

Read the JS charting tutorial »


Amazing New Charts and Maps That Tell Stories — DataViz Weekly

November 5th, 2021 by AnyChart Team

Four Amazing New Charts and Maps That Tell StoriesReady for a new portion of amazing charts and maps for inspiration? We’ve got it for you right here! Join us today on DataViz Weekly as we look at four new visualizations that definitely deserve your attention.

  • Greenhouse gas emission pathways and climate goals — The New York Times
  • U.S. drought extent patterns by region since 2000 — Scientific American
  • Cancer-causing industrial air pollution across the United States — ProPublica
  • European natural gas pipeline infrastructure — The Financial Times

Read more »


Coolest Latest Visualizations You Can’t Miss — DataViz Weekly

October 29th, 2021 by AnyChart Team

The Coolest latest visualizations you can't miss in a DataViz Weekly roundupWelcome back to DataViz Weekly, a regular series of posts on AnyChart Blog putting a spotlight on the coolest data visualization works we have come across over the last few days! Today, we’re glad to feature and tell you about the following projects:

  • Mapping historical New York City — Columbia University
  • Tracking the Lenna image — The Pudding
  • Analyzing the number of doctors in England — Sky News
  • Charting TV genres over time — Nathan Yau

Read more »


Great Recent Data Graphics Worth Looking At — DataViz Weekly

October 22nd, 2021 by AnyChart Team

Four great new data graphics worth looking atIt’s time for DataViz Weekly! Check out the most interesting data visualizations that have recently come to our attention!

  • Political donations from the gambling industry in Australia — ABC News
  • Land cover worldwide — ESA
  • Gender bias in the workplace — NYT Opinion
  • World’s carbon “center of gravity” from 1800 through 2020 — The Guardian

Read more »


Creating Linear Gauge Chart in JavaScript — Tutorial

October 20th, 2021 by Shachee Swadia

A laptop showing an interactive Linear Gauge Chart explained and created in JavaScript along this data visualization tutorialThis article presents an easy-to-follow guide for building an interactive linear gauge chart in JavaScript.

We’ll show how to quickly create a cool and interactive linear gauge chart that highlights Covid-19 vaccination data around the world. Our chart will allow us to visualize the status of Covid-19 vaccination at the time of writing, and will display two types of data — showing how far away we are from the halfway target of both partially and fully vaccinating the global population.

Read the JS charting tutorial »


Demonstrating Power of Clever Data Visualization in 4 Examples — DataViz Weekly

October 15th, 2021 by AnyChart Team

Demonstrating the power of clever data visualization in four examples on DataViz WeeklyWhen properly visualized, data can truly speak and tell stories allowing us to quickly decode what raw numbers hide. Would you like to see some clever examples? Look at the awesome new charts and maps that made it to this Friday’s DataViz Weekly!

  • All Russian federal elections since 2000 — Dmitry Kobak and Sergey Shpilkin
  • Advance of the lava in La Palma — El País
  • Abortion laws worldwide — The Washington Post
  • Global methane emissions — Bloomberg Green

Read more »


New Interesting Visualizations on Jobs, Climate, TV Shows, Pandemic — DataViz Weekly

October 8th, 2021 by AnyChart Team

New Interesting Visualizations on Jobs, Climate, TV Shows, and Pandemic featured in this new DataViz Weekly roundupFor all who already have an eye for data visualization or only want to get it, DataViz Weekly is here with an overview of four new interesting projects curated from around the web!

  • U.S. jobs by age of workers — Nathan Yau
  • Probable climate futures based on different scenarios — Probable Futures
  • Average IMDb scores of all TV series by episode — Jim Vallandingham
  • Vaccination vs hospitalization rates across the United States — The Washington Post

Read on to learn more about each and check them out!

Read more »


Building Word Tree Chart with JavaScript

October 4th, 2021 by Shachee Swadia

Word Tree Chart built with JavaScript HTML5 on a screenData visualization is not only useful for communicating insights but also helpful for data exploration. There are a whole lot of different chart types that are widely used for identifying patterns in data. One of the lesser-used chart types is Word Tree. It is a very interesting visualization form, quite effective in analyzing texts. And right now, I will teach you how to quickly create nice interactive word tree charts using JavaScript.

Word trees display how a set of selected words are connected to other words in text data with a branching layout. These charts are similar to word clouds where words that occur more frequently are shown bigger. But they are different in the sense that word trees also show the connection between the words, which adds context and helps find patterns.

In this tutorial, I will create a lovely word tree from the text of the very famous book The Little Prince by French aviator and writer Antoine de Saint-Exupéry. Check out a demonstration of the final chart below and keep reading to learn how this and any other interactive JS word tree can be built with ease.

Read the JS charting tutorial »


Four Impressive Visual Data Stories To Check Out — DataViz Weekly

October 1st, 2021 by AnyChart Team

Four pictures of the impressive visual data stories featured in this new DataViz WeeklyLooking for awesome examples of visual data stories? You’re in the right place at the right time! In this edition of DataViz Weekly, we feature four impressive new ones we’ve come across these days:

  • Sexual violence crisis in Singapore — Kontinentalist
  • Climate change in the Arctic and beyond — Woodwell Climate Research Center
  • Melting glaciers as vanishing climate archives — Reuters
  • All 12+ million buildings in Spain by height — elDiario.es

Read more »


AnyChart Used for Data Visualization in Open-Source Redis Inventory Tool

September 29th, 2021 by AnyChart Team

A sunburst diagram in open-source Redis Inventory tool, visualizing Redis memory usage hierarchically, built with the AnyChart JavaScript charting librarySunburst charts are known to be greatly useful for visualizing hierarchical data structures. So it is no surprise that this chart type became a big hit among our users immediately after we added it to the AnyChart JavaScript library. Because the core of our global customer base is enterprise clients, most of the real-world use cases for our JS sunburst chart are hidden in internal corporate apps. But AnyChart is often picked for data visualization in open projects as well, and we invite you to see a super cool example we have recently found out about — Redis Inventory. It is an open-source tool that makes it easy to view Redis memory usage by key patterns in a hierarchical way, with an interactive sunburst chart in action.

Learn more about Redis Inventory and how AnyChart is used there from our quick interview with its creator Aleksandr Obukhov. (Stack: Go/Cobra/Redis.)

Read more »