JavaScript Charting Features
This is a standard HTML table with two columns of data.
The first row is used to get series names.
The sample examines the table data and charts it.
InquiriesSales
Illinois43246852
Indiana55644865
California94533156
Florida76458679
Nevada121438654
Colorado33425436
  • HtmDataHeadersMulti.htmRead an HTML Table with multiple series and headers. Then chart the data.
  • How to...
    • Convert HTML table with multiple headers to a chart.