Skip to content

Commit 1ad73ba

Browse files
authored
Update Demos (#58)
1 parent 7b0afe1 commit 1ad73ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

release/blazor-chart/blazor-chart-logarithmicXaxis.htm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33

44
<head>
5-
<title id="Description">LogarithmicX-Axis.</title>
6-
<meta name="description" content="This is an example of Blazor Chart logarithmic x-axis" />
5+
<title id="Description">Logarithmic X-Axis.</title>
6+
<meta name="description" content="This is an example of Blazor Chart logarithmic X-axis" />
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta charset="UTF-8">
99

@@ -19,18 +19,18 @@
1919
<script src="../jqwidgets/jqxchart.rangeselector.js"></script>
2020
<script src="../jqwidgets/jqxchart.waterfall.js"></script>
2121

22-
<script src="../scripts/demos.js"></script>
23-
22+
<script src="../scripts/demos.js"></script>
23+
2424
<script src="../framework/jqxBlazor.js"></script>
2525

26-
<script src="../demos/chart/logarithmicXaxis/index.js"></script>
26+
<script src="../demos/chart/logarithmicxaxis/index.js"></script>
2727

28-
<script src="../demos/chart/logarithmicXaxis/blazor.webassembly.js"></script>
28+
<script src="../demos/chart/logarithmicxaxis/blazor.webassembly.js"></script>
2929
</head>
3030

3131
<body>
3232
<div class="example-description">
33-
This is an example of Blazor Chart logarithmic x-axis.
33+
This is an example of Blazor Chart logarithmic X-axis.
3434
</div>
3535

3636
<app>Loading...</app>

0 commit comments

Comments
 (0)