diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-03-28 18:26:52 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-03-28 18:26:52 +0300 |
commit | cbbe36a4037151354aea472fed0812f2c411b213 (patch) | |
tree | c206dab622304af01506e8e09aeed80d3855286d /trex_stateless-docinfo.html | |
parent | 6719dcbe9bd291c631ebaa40ae41ebef523569b0 (diff) | |
parent | cd954766ae0d916792f5c13304fdfb6deff24b52 (diff) |
david review
Diffstat (limited to 'trex_stateless-docinfo.html')
-rw-r--r-- | trex_stateless-docinfo.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/trex_stateless-docinfo.html b/trex_stateless-docinfo.html new file mode 100644 index 00000000..a444f506 --- /dev/null +++ b/trex_stateless-docinfo.html @@ -0,0 +1,22 @@ + +<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> + +<script src="my_chart.js"></script> + +<style> +.axis path, +.axis line { + fill: none; + stroke: #000; + shape-rendering: crispEdges; +} + +.dot { + stroke: #000; +} +</style> + + + + + |