omi-chart - update readme
This commit is contained in:
parent
6eb8319255
commit
e20e7ef5f9
|
@ -37,7 +37,7 @@
|
|||
|
||||
## Compatible with IE
|
||||
|
||||
- [→ Demo by Omio](https://tencent.github.io/omi/packages/omi-chart/repl/ie-test.html)
|
||||
- [→ Demo using Omio and node.classList polyfill](https://tencent.github.io/omi/packages/omi-chart/repl/ie-test.html)
|
||||
- [→ Source Code](https://github.com/Tencent/omi/blob/master/packages/omi-chart/repl/ie-test.html)
|
||||
|
||||
## Supports type
|
||||
|
|
|
@ -3,37 +3,18 @@
|
|||
|
||||
<head lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<style>
|
||||
::-webkit-scrollbar-track
|
||||
{
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
<title>omi-chart - Compatible with IE</title>
|
||||
|
||||
::-webkit-scrollbar
|
||||
{
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb
|
||||
{
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
|
||||
background-color: #555;
|
||||
}
|
||||
</style>
|
||||
<script src="./libs/class-list.js"></script>
|
||||
<script src="https://www.chartjs.org/dist/2.7.3/Chart.bundle.js"></script>
|
||||
<script src="https://tencent.github.io/omi/packages/omio/dist/omi.min.js"></script>
|
||||
<script src="../index.es5.js"></script>
|
||||
|
||||
<script>
|
||||
var createElement = Omi.createElement
|
||||
var define = Omi.define
|
||||
var WeElement = Omi.WeElement
|
||||
var render = Omi.render
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue