Getting started with Plotly.js

In this lesson, we'll learn the basics of drawing charts with Plotly.js

We'll cover the following...

Often, in real world applications, there’s some third party library that needs to be used, or maybe some legacy code that needs to be bridged. To showcase how one would go about doing that, we’ll be using Plotly to draw a beautiful temperature forecast graph!

Plotly

We’ll explore the Plotly.js API and draw a scatter chart.

To use plotly.js, we need to add it to our application. Copy and paste the following line into your HTML:

<script
...