Chapter 6: Data Visualization with Danfo.js
In the preceding chapter, you learned how to use Plotly.js to create rich and interactive plots that can be embedded in any web application. We also mentioned how Danfo.js uses Plotly internally to make plots directly on a DataFrame or Series. In this chapter, we'll show you how to easily create these charts using the Danfo.js plotting API. Specifically, in this chapter, we'll cover the following:
- Setting up Danfo.js for plotting
- Creating line charts with Danfo.js
- Creating scatter plots with Danfo.js
- Creating box and violin plots with Danfo.js
- Creating histograms with Danfo.js
- Creating bar charts with Danfo.js