readme.htm 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Document</title>
  8. <style>
  9. body {
  10. color: #555;
  11. }
  12. a {
  13. color: #000;
  14. }
  15. a:hover {
  16. color: #006ce0;
  17. }
  18. .readme {
  19. width: 500px;
  20. margin: 2em auto;
  21. background-color: #f5f5f5;
  22. padding: 2em;
  23. }
  24. ul {
  25. padding: 0;
  26. margin: 0;
  27. list-style: none;
  28. }
  29. ul li {
  30. line-height: 1.5;
  31. }
  32. p {
  33. font-size: 0.8em;
  34. }
  35. p a {
  36. margin: 0 0.5em;
  37. }
  38. </style>
  39. </head>
  40. <body>
  41. <section class="readme">
  42. <h3>Highcharts JS v7.0.2 (2019-01-17)</h3>
  43. <ul>
  44. <li>更新日志:<a href="https://www.hcharts.cn/docs/changelog/highcharts">https://www.hcharts.cn/docs/changelog/highcharts</a></li>
  45. <li>在线实例:<a href="https://www.hcharts.cn/demos/highcharts">https://www.hcharts.cn/demos/highcharts</a></li>
  46. <li>使用教程:<a href="https://www.hcharts.cn/docs">https://www.hcharts.cn/docs</a></li>
  47. <li>接口文档:<a href="https://api.hcharts.cn/highcharts">https://api.hcharts.cn/highcharts</a></li>
  48. <li>使用协议:<a href="https://www.highcharts.com.cn/license">https://www.highcharts.com.cn/license</a></li>
  49. </ul>
  50. <p>Copyright @ 2019 <a href="http://highsoft.com">Highsoft AS</a><br>
  51. 中国地区由<a href="https://jianshukeji.com">杭州简数科技有限公司</a>提供服务</p>
  52. </section>
  53. </body>
  54. </html>