Skip to content

Commit

Permalink
Samples: missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Nov 28, 2024
1 parent 17cbf12 commit 6b204a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/highcharts/title/widthadjust/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#container {
height: 400px;
width: 600px;
margin: 0 auto;
}
6 changes: 6 additions & 0 deletions samples/highcharts/title/widthadjust/demo.details
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Highcharts Demo
authors:
- Torstein Hønsi
js_wrap: b
...
4 changes: 4 additions & 0 deletions samples/highcharts/title/widthadjust/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>

<div id="container"></div>

0 comments on commit 6b204a7

Please sign in to comment.