|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <title>Charts</title> |
6 | 6 | <link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.min.css"> |
7 | | - <link rel="stylesheet" href="../node_modules/Rainbow/themes/github.css"> |
8 | 7 | <link href="bootstrap.css" rel="stylesheet"> |
| 8 | + <link rel="stylesheet" href="../node_modules/rainbow-code/themes/css/github.css"> |
9 | 9 | <link href="app.css" rel="stylesheet"> |
10 | 10 | <style> |
11 | 11 | .chart-legend { |
@@ -562,7 +562,7 @@ <h1>Directives</h1> |
562 | 562 | <div class="settings"> |
563 | 563 | <code>.chart-base</code> |
564 | 564 | <ul> |
565 | | - <li><code>chart-type</code>: chart type e.g. Bar, PolarArea, etc. or other plugins</li> |
| 565 | + <li><code>chart-type</code>: chart type e.g. bar, polarArea, etc. or other plugins</li> |
566 | 566 | <li>other options according to chart type</li> |
567 | 567 | </ul> |
568 | 568 | </div> |
@@ -690,10 +690,10 @@ <h1>Mixed type charts</h1> |
690 | 690 | <script src="../node_modules/angular/angular.min.js"></script> |
691 | 691 | <script src="../node_modules/chart.js/dist/Chart.min.js"></script> |
692 | 692 | <script src="../node_modules/angular-bootstrap/ui-bootstrap-tpls.min.js"></script> |
693 | | - <script src="../node_modules/Rainbow/js/rainbow.min.js"></script> |
694 | | - <script src="../node_modules/Rainbow/js/language/generic.js"></script> |
695 | | - <script src="../node_modules/Rainbow/js/language/html.js"></script> |
696 | | - <script src="../node_modules/Rainbow/js/language/javascript.js"></script> |
| 693 | + <script src="../node_modules/rainbow-code/dist/rainbow.min.js"></script> |
| 694 | + <script src="../node_modules/rainbow-code/src/language/generic.js"></script> |
| 695 | + <script src="../node_modules/rainbow-code/src/language/html.js"></script> |
| 696 | + <script src="../node_modules/rainbow-code/src/language/javascript.js"></script> |
697 | 697 | <script src="../angular-chart.js"></script> |
698 | 698 | <script src="smoothscroll.min.js"></script> |
699 | 699 | <script src="app.js"></script> |
|
0 commit comments