Commit 10b3d852 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Update sample

parent eecc6644
<html> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="/css/c3.css"> <link rel="stylesheet" type="text/css" href="/css/c3.css">
<style>
.c3-region-1 {
fill: #dd3333;
fill-opacity: 0.8
}
</style>
</head> </head>
<body> <body>
<div id="chart"></div> <div id="chart"></div>
...@@ -47,7 +53,11 @@ ...@@ -47,7 +53,11 @@
y: { y: {
show: true show: true
} }
} },
regions: [
{start:2, end:4, class:'region1'},
{start:100, end:200, axis:'y'},
],
}); });
setTimeout(function () { setTimeout(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment