AnyChart News

New Environmental Maps Worth Checking Out — DataViz Weekly

September 18th, 2020 by AnyChart Team

New Environmental Maps Worth Checking Out | DataViz WeeklyLately, we’ve seen a bunch of cool geovisualizations on the topics of climate, pollution, and human impact. Here are some of the most interesting fresh ones. Check out the new DataViz Weekly post which is entirely dedicated to great examples of environmental maps:

  • American climate shifts — ProPublica
  • Earth’s most biologically important lands — RESOLVE
  • Rainforest loss — Bloomberg Green
  • Toxicity in North Brooklyn — North Brooklyn Neighbors

Read more »


Meet September 2020 Releases of AnyChart and AnyGantt Extensions for Qlik

September 16th, 2020 by AnyChart Team

Meet September 2020 Releases of AnyChart and AnyGantt Extensions for QlikWe’ve just updated the AnyChart and AnyGantt extensions for Qlik Sense to further facilitate the path to enhanced data-driven insights for you! Keep reading to learn about the new amazing Waterfall Chart and Gantt Chart features delivered in the 4.3.249 releases. Then check out the latest versions to see them all in action!

Read more at qlik.anychart.com »


New Maps and Charts Showing Power of Data Visualization — DataViz Weekly

September 11th, 2020 by AnyChart Team

New Maps and Charts Showing the Power of Data Visualization | DataViz WeeklyThe long wait is over! DataViz Weekly is here bringing some of the best new maps and charts from all over the web to the spotlight! Look at these amazing examples that show the power of smart data visualization:

  • College football fan movement and COVID-19 risk — ESPN
  • California wildfires over the past 17 years — FlowingData
  • London solar opportunities — UCL Energy
  • Voter scenarios for the U.S. presidential election — The Washington Post

Read more »


Awesome Fresh Data Visualization Projects for Inspiration — DataViz Weekly

September 4th, 2020 by AnyChart Team

Awesome Fresh Data Visualization Projects for Inspiration | DataViz WeeklyCelebrating the first Friday of September, don’t miss these awesome fresh data visualization projects for inspiration! We have recently met them around the web and are glad to introduce you to them in a quick overview. So our new picks for DataViz Weekly include:

  • COVID-19 situation in Europe, a subnational view — WHO/Europe
  • Potential outcomes of the U.S. presidential election — The New York Times
  • State of democracy worldwide since 2006 — Preity Lodha
  • Colors of the American landscape vs electoral map colors — The Upshot

Read more »


4 Great Examples of Data Visualization in Action — DataViz Weekly

August 28th, 2020 by AnyChart Team

Four great examples of data visualization in action in the new DataViz Weekly collectionWe’ve curated another four great examples of data visualization in action. Would you like to learn about them and check them out right now? Wait no longer! Below is a list of the projects highlighted in the new DataViz Weekly — just give it a glance and go ahead!

  • Exploring a link between racism in the housing policy and hotter neighborhoods — The New York Times
  • Analyzing the content of cable TV news — Stanford University
  • Tracking gender inequality in American politics — The Washington Post
  • Summarizing voting rules for the 2020 U.S. election by state — NBC News

Read more »


New Great Charts and Maps for Data Visualization Addicts — DataViz Weekly

August 21st, 2020 by AnyChart Team

New Great Charts and Maps for Data Visualization Addicts | DataViz WeeklyDataViz Weekly is here with a new dose of awesome charts and maps for all data visualization addicts! Today, we are putting a spotlight on the following projects where data is allowed to speak with the help of graphics:

  • Stop and search incidents in London — Esri UK Education
  • California wildfires — Los Angeles Times
  • Scale of the Beirut explosion — Reuters
  • Mortality rates for Black and White Americans — New York Times Opinion

Read more »


New Information Visualization Projects Not to Be Missed — DataViz Weekly

August 14th, 2020 by AnyChart Team

New Information Visualization Projects Not to Be Missed — DataViz WeeklyLook at these new cool information visualization projects and notice how different techniques help explore and communicate data, in practice.

Today in DataViz Weekly:

  • FiveThirtyEight’s 2020 U.S. presidential election model — FiveThirtyEight
  • Herd immunity simulations — The Washington Post
  • Unemployment in the United States at the census tract level — The Upshot
  • Home prices in America — Realbloc

Read more »


Impressive Charts on Age, Energy, Climate, and Music — DataViz Weekly

August 7th, 2020 by AnyChart Team

Impressive Charts on Age, Energy, Climate, and Music | DataViz WeeklyLately, we’ve come across a lot of new impressive charts all over the internet. Here are some of the most interesting ones — check them out and you’ll see the real power of data visualization in action! Today in DataViz Weekly:

  • New age for your age — FlowingData
  • Electricity generation in the U.S. states by fuel source — The Washington Post
  • Mortality consequences of climate change and income inequality — Bloomberg Green
  • 1990s music recognition across generations — The Pudding

Read more »


Connecting MySQL Database to JS Chart Using PHP

August 4th, 2020 by Wayde Herman

Connecting MySQL Database to JS Chart Using PHPWhen using a charting library like AnyChart, which makes visualizing data so quick and easy, often the most challenging step for beginners is loading data. I think this is largely a result of the fact that while the ways we output the data are quite similar, the input data is commonly very different. The data may differ in many ways including the number of features in the dataset, what type these features may be, the format of the data, and how the data is stored. It is this final issue which we will be addressing today.

There is a lot of coverage in the documentation of using a data object declared within the code as well as importing your data from a file using AnyChart’s data loader. But what about importing the data from an SQL database? This is an easily done but often misunderstood approach to handling and loading data for data visualizations.

Unfortunately, it is not possible to use JavaScript to query a database because JavaScript is a client side solution and querying a database requires a server side approach due to security concerns — you just can’t store database login and password in your JavaScript code. There are many workarounds for this problem including approaches involving PHP, Ajax, Node.js, and many more. Today we will focus on using PHP to handle this task for us when our data is stored in MySQL.

In this tutorial, we will be covering how to query a MySQL database using PHP. We will describe the steps involved and reveal that it is in fact not challenging at all, just different!

Read the tutorial »


Plotting Data on Park Soundscapes, $600 Unemployment, COVID-19 Deaths, and Game of Thrones Battles — DataViz Weekly

July 31st, 2020 by AnyChart Team

Plotting Data on Park Soundscapes, $600 Unemployment, COVID-19 Deaths, and Game of Thrones Battles | DataViz WeeklyThere are many ways of plotting data. Which one to choose in your case? The answer depends, of course, on what kind of data you need to analyze and what questions you want it to answer. In DataViz Weekly, we meet you with some of the best practices on a regular basis. The only thing that unites them is, all the highlighted projects have been launched in public just about now. So here are the new great examples and inspirations:

  • Changing soundscapes of urban parks worldwide — MIT Senseable City Lab
  • Extra $600 unemployment benefits in America — The New York Times
  • COVID-19 deaths in Brazil (as if all of them happened in one neighborhood) — Agência Lupa & Google News Initiative
  • Game of Thrones battles in a network graph — Wayde Herman

Read more »