HTML5 linear chart data area can be colored

Source: Internet
Author: User

HTML5 linear chart data area can be colored

This is a Canvas-based HTML5 chart application. It is animated when chart data is initialized.



Online demonstration:
Click to demonstrate

Download source code:

Click to download



Core jQuery code:

Var myData = {
Labels: ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
Datasets :[
{
FillColor: "rgba (220,220,220,. 5 )",
StrokeColor: "rgba (220,220,220, 1 )",
PointColor: "rgba (220,220,220, 1 )",
PointStrokeColor: "# fff ",
Data: [,]
},
{
FillColor: "rgba (90,190, 90,. 5 )",
StrokeColor: "rgba (90,190 )",
PointColor: "rgba (90,190 )",
PointStrokeColor: "# fff ",
Data: [,]
}
]
}


New Chart (document. getElementById ("canvas"). getContext ("2d"). Line (myData)


Related Article

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.