22< html lang ="en ">
33 < head >
44 < meta charset ="utf-8 ">
5- < title > jQuery HighchartsTable plugin</ title >
5+ < title > jQuery HighchartTable plugin</ title >
66 < meta name ="description " content ="jQuery plugin to transform HTML tables into nice Highcharts graphs ">
77 < link rel ="stylesheet " href ="css/bootstrap.min.css ">
88 < link rel ="stylesheet " href ="css/main.css ">
2525 < div class ="topbar " data-scrollspy ="scrollspy ">
2626 < div class ="fill ">
2727 < div class ="container ">
28- < a class ="brand " href ="# "> jQuery HighchartsTable plugin</ a >
28+ < a class ="brand " href ="# "> jQuery HighchartTable plugin</ a >
2929 < ul class ="nav ">
3030 < li class ="active "> < a href ="# "> Home</ a > </ li >
3131 < li > < a href ="#about "> About</ a > </ li >
4242
4343 <!-- Main hero unit for a primary marketing message or call to action -->
4444 < div class ="hero-unit ">
45- < h1 > jQuery HighchartsTable </ h1 >
45+ < h1 > jQuery HighchartTable </ h1 >
4646 < p > Ever wanted to convert your HTML data tables into fancy < a href ="http://www.highcharts.com/ "> Highcharts</ a > graphs?</ p >
4747 < p > < a class ="btn primary large " href ="#about "> Learn more »</ a > </ p >
4848 </ div >
@@ -419,7 +419,7 @@ <h2>1. Usage</h2>
419419 </ div >
420420
421421 < p >
422- The HighchartsTable plugin takes data and attributes from a table and parses them to simply create an Hightcharts chart.
422+ The HighchartTable plugin takes data and attributes from a table and parses them to simply create an Hightcharts chart.
423423 </ p >
424424
425425 < p >
@@ -430,7 +430,7 @@ <h2>1. Usage</h2>
430430 < pre class ="prettyprint ">
431431<script src="jquery.min.js" type="text/javascript"></script>
432432<script src="highcharts.js" type="text/javascript"></script>
433- <script src="jquery.highchartsTable .js" type="text/javascript"></script>
433+ <script src="jquery.highchartTable .js" type="text/javascript"></script>
434434</ pre >
435435
436436 < p > Then you have to set some attributes to the table, like the graph type or where to render the graph.</ p >
0 commit comments