Highcharts uses CSV data to draw charts, and highchartscsv

Source: Internet
Author: User

Highcharts uses CSV data to draw charts, and highchartscsv
Highcharts plot charts using CSV format data

CSV (Comma-Separated Values, Comma-Separated value text format) is plain text data Separated by commas. Generally, each data is separated by commas (,). Several related data are grouped into one row, and multiple data rows are grouped into one CSV data. Because of its plain text features, various databases can directly export and import CSV data. Below is a simple CSV format data:
Simulated Test, score
1, 85
2,93
3,95
4,91
5, 97
6, 94
7,89
The first column is the value of the X axis, and each subsequent column is a data column. From the second value in the first row, each value is the name of a data column. In Highcharts, you need to use the configuration item CSV to import csv data. The syntax is as follows:
Csv: String

The charts generated using the above data are as follows:

Generate charts in CSV format
PS: This content has been added to "webpage chart Highcharts practice tutorial basics" v1.2.4.

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.