Archive for the AnyChart Charting Component

How to Add Dimensions and Measures in Project Gantt Chart in AnyGantt Extension for Qlik Sense

March 17th, 2020 by AnyChart Team

How to Add Dimensions and Measures in Project Gantt Chart in AnyGantt Extension for Qlik SenseWe’ve made a new tutorial on building charts in Qlik Sense. This one sheds light on how to add dimensions and measures creating a Project Gantt chart using the AnyGantt extension.

The tutorial is available in the video and text-and-pictures versions — choose one or check out both!

Read more at qlik.anychart.com »


AnyGantt Extension NOW Available in Qlik Sense Cloud Edition! [+ How-to-Install Video]

March 12th, 2020 by AnyChart Team

AnyGantt Extension for Qlik by AnyChart is Now Supported in Qlik Sense Cloud EditionGreat news for Qlik users! AnyGantt Extension for Qlik Sense is now available in the cloud!

As of February 2020, customers using Qlik Sense in the cloud can benefit from 3rd party extensions such as those by AnyChart, a trusted Qlik Technology Partner.

Read more at qlik.anychart.com »


How to Create JavaScript Bubble Chart — Tutorial for Web Developers

March 3rd, 2020 by Wayde Herman

Making a JS bubble chart is described step by step in this tutorial for web developersHave you ever wanted to create a bubble chart using JavaScript but did not know how? Then this tutorial is for you! Carry on reading to learn more about bubble charts and how we can build them quickly and painlessly.

Bubble charts are an extension of the scatter plot. Most commonly, they display three variables which are expressed as the horizontal distance of the point (x), the vertical distance of the point (y), and the size of the point (z). A bubble chart is a great visualization technique to let users compare data points. When designed well, it can be really eye-catching and engaging.

In this tutorial, I will teach you how to build your very own interactive JS bubble chart and bring it to life through customization. All examples will be available with the full code.

For this “getting started” guide, I have decided to explore the data of the top 30 grossing movies. Let’s look at the amount of money each movie has grossed, the budget, as well as the year of release. A bubble chart is a particularly good choice for the visualization of this dataset as it will allow us to easily compare these three numeric variables in an interesting and beautiful way.

Read the JS charting tutorial »


Creating Heat Map Chart Using JavaScript

February 26th, 2020 by Anastasia Zoumpliou

Creating Heat Map Chart Using JavaScript, a tutorial for web developers and data enthusiastsWant to learn how to quickly create an interactive heat map chart using JavaScript? This data visualization tutorial will guide you through the coding process step by step. Basic knowledge of HTML (HTML5) and some understanding of programming are more than enough to master this charting technique.

A heat map (or heatmap chart) is a two-dimensional, matrix-based data visualization in which colors represent values. It is often used to facilitate the analysis of complex data sets, revealing patterns in how variables change, correlate, and more.

Read this JS charting tutorial to the end and you will have no more problems with getting compelling heat maps up and running on your web sites and in your apps.

Read the JS charting tutorial »


AnyChart JS Charts 8.7.1 Is Ready for Download — Enjoy New Version!

January 28th, 2020 by AnyChart Team

AnyChart JS Charts 8.7.1 Is Ready for Download. Enjoy New Version!Our JavaScript charting libraries are now updated! Just before the new year, we delivered important fixes and improvements to them in version 8.7.1. These updates make it even better to visualize data using our flexible visualization solutions for cross-platform HTML5 charting — AnyChart JS for basic charts, AnyGantt JS for project and resource charts, AnyStock JS for stock and any other time-series charts, and AnyMap JS for geographical and seat map charts.

Download version 8.7.1 now and start enjoying our updated JavaScript charting libraries!

Check the version history of the library you are using to see exactly what has been improved and fixed in the new release:

Let us know what else we should add or enhance. We’ve been always listening to you and your feedback has always largely determined our roadmap. Of course, this will remain so in the new year (and beyond). Any questions, give us a shout and we’ll be happy to assist you asap.

We wish you a happy and prosperous 2020!


Try Updated AnyGantt Extension for Qlik Sense with New Stunning Features

January 22nd, 2020 by AnyChart Team

Try Just-Updated AnyGantt Extension for Qlik Sense with New Stunning FeaturesGreat news for Qlikkies: We released another major update to our AnyGantt extension for Qlik Sense, which will further enhance your project data visualization experience. So the current 4th generation of our solution for Gantt charts in Qlik already delivers a whole bunch of new awesome features and improvements — learn about them now in a quick overview.

Read more at qlik.anychart.com »


AnyChart Recognized in Top 10 Business Intelligence and Analytics Companies of 2019

November 19th, 2019 by AnyChart Team

AnyChart Recognized in Top 10 Business Intelligence and Analytics Companies of 2019We are excited to announce that Analytics Insight, a magazine that covers big data and business intelligence developments, included AnyChart in The 10 Next Generation BI and Analytics Companies of 2019 — “for providing the most advanced solutions and playing a significant role in shaping the future of these disruptive technologies.

The list has been made public in the just-released November issue of the magazine and is accompanied by the stories about each featured company. With permission of Analytics Insight, today we are republishing the magazine’s story about us on our blog — “AnyChart: Turning Data into Actionable Insights with Award-Winning Data Visualization Solutions.

Read the story of AnyChart as it appeared on Analytics Insight »


Qlik Sense Gantt Chart Extension AnyGantt Gets New Awesome Features in Version 4.0

November 1st, 2019 by AnyChart Team

Qlik Sense Gantt Chart Extension AnyGantt Gets New Awesome Features in Version 4.0Good news, Qlikkies! We’ve released a major update to our Qlik Sense Gantt chart extension AnyGantt, bringing a bunch of new awesome features to further improve your project and resource data visualization experience using it. Look what’s new in version 4.0!

Read more at qlik.anychart.com »


How to Create Gantt Chart in Qlik Sense Using AnyGantt Extension for Smart Project Data Visualization

September 11th, 2019 by AnyChart Team

How to Create Gantt Chart in Qlik Sense Using AnyGantt Extension for Smart Project Data VisualizationLooking for the simplest way to create a Gantt chart in Qlik Sense to further streamline data-driven project management in your company or organization? We’ll show you one right now! Follow this quick tutorial and you’ll learn how to easily visualize project tasks and activities as data in a matter of minutes — on smart, interactive Gantt charts using the intuitive AnyGantt extension for Qlik by AnyChart.

Watch the video tutorial or follow the text-and-pictures version — you choose!

Read more at qlik.anychart.com »


Create Simple Gantt Chart Using JavaScript — Tutorial

September 4th, 2019 by Alfrick Opidi

Create Simple Gantt Chart Using JavaScript — Tutorial

Use a JavaScript library to create a Gantt chart and take your project management efforts to the next level.

Earlier this year, my team was looking for a project management tool that could assist us in charting the various tasks related to our app development project against some specific timelines. After doing some research, we finally settled on Gantt charts. However, some people think Gantts are complicated to create. Not true! Thanks to numerous JavaScript chart libraries, data visualization is now simple, flexible, and embeddable.

In our situation, we settled on AnyChart’s JS Charts library because of its ease of use, extensive documentation, flexible code playground for trying out stuff, and other powerful features.

In this tutorial, I’ll walk you through how to create a simple interactive Gantt chart using this data visualization library. Here’s what we’ll be making and you can get the entire code for creating such a Gantt chart at the end of the tutorial:

Gantt chart created along this JavaScript charting tutorial

Read the JS charting tutorial »