Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
496 B
21 lines
496 B
3 years ago
|
<style>
|
||
|
.chart {
|
||
|
height: 600px;
|
||
|
width: 100%;
|
||
|
border: 3px solid #DDD;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
.comment {
|
||
|
display: inline-block;
|
||
|
width: 360px;
|
||
|
}
|
||
|
|
||
|
.comment { padding: 3px; border: 1px solid #ddd; border-radius: 3px; }
|
||
|
</style>
|
||
|
|
||
|
<link rel="stylesheet" href="https://fperucic.github.io/treant-js/Treant.css">
|
||
|
<script src="https://fperucic.github.io/treant-js/vendor/raphael.js"></script>
|
||
|
<script src="https://fperucic.github.io/treant-js/Treant.js"></script>
|
||
|
|