|
38 | 38 | <div class="span3"> |
39 | 39 | <img src="@Root/img/logo.png" alt="FSharp.Plotly" style="width:150px;margin:10px" /> |
40 | 40 | <ul class="nav nav-list" id="menu" style="margin-top: 20px;"> |
41 | | - <li class="nav-header">@Properties["project-name"]</li> |
| 41 | + <li class="nav-header">@Properties["project-name"]</li> |
42 | 42 | <li><a href="@Root/index.html">Home page</a></li> |
43 | | - <li class="divider"></li> |
| 43 | + <li class="divider"></li> |
44 | 44 | <li><a href="@Root/getting-started.html">Getting started</a></li> |
45 | | - <li class="nav-header">Plotly Charts</li> |
| 45 | + <li class="nav-header">Plotly Charts</li> |
46 | 46 | <li><a href="@Root/area-plots.html">Area Plots</a></li> |
47 | | - <li><a href="@Root/bar-charts.html">Bar</a></li> |
| 47 | + <li><a href="@Root/bar-charts.html">Bar</a></li> |
48 | 48 | <li><a href="@Root/box-plots.html">Box Plots</a></li> |
| 49 | + <li><a href="@Root/violin-plots.html">Violin Plots</a></li> |
49 | 50 | <li><a href="@Root/bubble-charts.html">Bubble Charts</a></li> |
50 | 51 | <li><a href="@Root/contour-plots.html">Contour Plots</a></li> |
51 | 52 | <li><a href="@Root/heatmaps.html">Heatmaps</a></li> |
52 | 53 | <li><a href="@Root/histograms.html">Histograms</a></li> |
53 | 54 | <li><a href="@Root/2d-histograms.html">2D Histograms</a></li> |
54 | 55 | <li><a href="@Root/line-scatter-plots.html">Line and Scatter Plots</a></li> |
55 | | - <li><a href="@Root/parallel-coords.html">Parallel coords Plots</a></li> |
| 56 | + <li><a href="@Root/parallel-coords.html">Parallel coords Plots</a></li> |
56 | 57 | <li><a href="@Root/pie-daughnut-charts.html">Pie and Doughnut Charts</a></li> |
57 | 58 | <li><a href="@Root/polar-charts.html">Polar Charts</a></li> |
58 | 59 | <li><a href="@Root/windrose-charts.html">Windrose Charts</a></li> |
59 | | - <li><a href="@Root/range-plots.html">Range Plots</a></li> |
60 | | - <li class="nav-header">Plotly 3d-Charts</li> |
61 | | - <li><a href="@Root/3d-scatter-plots.html">3D Scatter Plots</a></li> |
62 | | - <li><a href="@Root/3d-line-plots.html">3D Line Plots</a></li> |
| 60 | + <li><a href="@Root/range-plots.html">Range Plots</a></li> |
| 61 | + <li class="nav-header">Plotly 3d-Charts</li> |
| 62 | + <li><a href="@Root/3d-scatter-plots.html">3D Scatter Plots</a></li> |
| 63 | + <li><a href="@Root/3d-line-plots.html">3D Line Plots</a></li> |
63 | 64 | <li><a href="@Root/3d-surface-plots.html">3D Surface Plots</a></li> |
64 | 65 | <li><a href="@Root/3d-mesh-plots.html">3D Mesh Plots</a></li> |
65 | | - <li class="nav-header">Styling</li> |
| 66 | + <li class="nav-header">Styling</li> |
66 | 67 | <li><a href="@Root/multiple-charts.html">Multiple Charts</a></li> |
67 | | - <li><a href="@Root/errorbars.html">Error bars</a></li> |
| 68 | + <li><a href="@Root/errorbars.html">Error bars</a></li> |
68 | 69 | <li><a href="@Root/shapes.html">Shapes</a></li> |
69 | | - <li class="nav-header">Plotly WPF</li> |
70 | | - <li><a href="@Root/plotly-wpf.html">Using Plotly PopUp window</a></li> |
| 70 | + <li class="nav-header">Plotly WPF</li> |
| 71 | + <li><a href="@Root/plotly-wpf.html">Using Plotly PopUp window</a></li> |
71 | 72 |
|
72 | | - <li class="nav-header">Documentation</li> |
| 73 | + <li class="nav-header">Documentation</li> |
73 | 74 | <li><a href="@Root/reference/index.html">API Reference</a></li> |
74 | 75 | </ul> |
75 | 76 | </div> |
|
0 commit comments