Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Apr 17, 2024
1 parent 91bc80a commit 0cd49e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/examples/bar-line-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<meta name="theme-color" content="#000">

<script type="text/javascript" src="../../dist/ods-charts.js"></script> <!-- Here for access to maps, no logic behind -->
<script type="text/javascript" src="../../dist/ods-charts.js"></script>
<script type="module" src="./index.js"></script>
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion docs/examples/multiple-line-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<meta name="theme-color" content="#000">

<script type="text/javascript" src="../../dist/ods-charts.js"></script> <!-- Here for access to maps, no logic behind -->
<script type="text/javascript" src="../../dist/ods-charts.js"></script>
<script type="module" src="./index.js"></script>
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion docs/examples/stacked-bar-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<meta name="theme-color" content="#000">

<script type="text/javascript" src="../../dist/ods-charts.js"></script> <!-- Here for access to maps, no logic behind -->
<script type="text/javascript" src="../../dist/ods-charts.js"></script>
<script type="module" src="./index.js"></script>
</head>
<body>
Expand Down

0 comments on commit 0cd49e5

Please sign in to comment.