Bar Chart

Visualizing data with NGX-Charts in Angular

Reading Time: 5 minutes Data Science, Data Analytics, Big Data, these are the buzz words of today’s world. A huge amount of data is being generated and analyzed every day. So communicating the insights from that data becomes crucial. Charts help visualize the data and communicate the result of the analysis with charts, it becomes easy to understand the data. There are a lot of libraries for angular that Continue Reading

Introduction to D3.js {Part – 2}

Reading Time: 2 minutes In our previous blog post we saw how to create a simple histogram based on data. But still our chart is not ideal chart as the range of data in array can vary from too small to very large numbers that might not fit in our SVG canvas created by D3 for e.g. in our last blog post if one element in the array is Continue Reading