Home / Companies / InfluxData / Blog / Post Details
Content Deep Dive

Data Visualizations with InfluxDB: Integrating plotly.js

Blog post from InfluxData

Post Details
Company
Date Published
Author
Zoe Steinkamp
Word Count
1,133
Language
English
Hacker News Points
-
Summary

This article guides readers through creating data visualizations with InfluxDB and plotly.js, a JavaScript graphing library built on top of d3.js and stack.gl. To get started, users set up an instance of InfluxDB on their local machines, query data from the database using Node/Express and the influx-js client library, and then use plotly.js to create custom time series visualizations. The article provides a step-by-step approach to creating interactive plots with multiple lines and colors, including a compass-style chart for displaying wind sensor data.