Highcharts data representation (3) and highcharts Data Representation

Source: Internet
Author: User

Highcharts data representation (3) and highcharts Data Representation
Highcharts data representation (3) uses an array of objects to specify the value of each item on the node. However, when many nodes exist, a large amount of redundant code is generated. If the configuration item name is not specified, the object array can simplify the two-dimensional array. The format is as follows:

  • Data :[
  • [Number | String, Number, Color, Number | String | Object],
  • [Number | String, Number, Color, Number | String | Object],
  • [Number | String, Number, Color, Number | String | Object],
  • ......,
  • [Number | String, Number, Color, Number | String | Object],
  • ]
At this time, you can save a lot of code writing. However, because different data columns may contain different projects, Highcharts must be able to correctly identify the order of each project. In this case, you can use the config map keys to specify the project order. This configuration item is a sub-configuration item of series. The syntax is as follows:
  • Keys: Array <String>
The parameter Array <String> specifies the configuration item name corresponding to each value in the two-dimensional Array. For the example just now, you need to use keys to specify the form as follows:
  • Keys: ['x', 'y', 'color', 'hightemtime']

PS: This content has been added to webpage chart Highcharts practice tutorial basics v1.2.5.

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.