forked from plotly/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2015-04-05-node_js-index.html
executable file
·27 lines (25 loc) · 1.04 KB
/
2015-04-05-node_js-index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Nodejs Graphing Library | Plotly
permalink: /nodejs/
description: Plotly's Nodejs graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts and bubble charts.
layout: langindex
language: nodejs
redirect_from: nodejs/reference/
---
<header class="--welcome">
<div class="--welcome-body">
<!--div.--wrap-inner-->
<div class="--title">
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/nodejs-logo.png" alt="Node JS"></div>
<div class="--body">
<h1>Plotly node.js Library</h1>
<p>
{{page.description}}
</p>
</div>
</div>
</div>
</header>
{% assign languagelistimg = site.posts | where:"page_type":"example_index" | where:"language","nodejs" | where:"has_thumbnail",true %}
{% assign languagelist = site.posts | where:"page_type":"example_index" | where:"language","nodejs" %}
{% include documentation_eg.html %}