Skip to content

Commit

Permalink
added tile to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn committed Oct 15, 2024
1 parent bb40790 commit 79b697b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions pages/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,25 @@
<!-- <img class="footerImage" src="images/logoGray.svg" title="Standalone Visualization"> -->
</div>
</div>
<div class='sampleContainer standalone'>
<div class='sampleHeader'>
<div class='sampleHeaderTitle'>Basic Charts with Custom Icons</div>
<div class='sampleHeaderSubtitle'>Render a basic chart with customised icons</div>
</div>
<div class='sampleImageContainer'>
<img src="images/noauth-chartControllers.PNG" class="sampleImage"
onclick="openTab('noauth/chartControllers.html')">
</div>
<div class='sampleFooter'>
<button class='sampleFooterButton' onclick="openTab('noauth/chartControllers.html')">View
sample</button>
<button class='sampleFooterButton viewOnGithubButton'
onclick="openTab('https://github.com/Azure/azure-kusto-trender/blob/master/pages/examples/noauth/chartControllers.html')">View
code</button>
<!-- <img class="footerImage" src="images/logoGray.svg" title="Standalone Visualization"> -->
</div>
</div>

<div class='sampleContainer standalone'>
<div class='sampleHeader'>
<div class='sampleHeaderTitle'>Line Chart</div>
Expand Down

0 comments on commit 79b697b

Please sign in to comment.