Skip to content

Commit

Permalink
Samples: changes after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Apr 4, 2024
1 parent 6a240e1 commit a8ab6a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/maps/demo/lightning/demo.html
Expand Up @@ -11,7 +11,7 @@
</div>

<p class="highcharts-description">
This is an advanced demo showing how to use an dynamic mapbubble series
This is an advanced demo showing how to use a dynamic mapbubble series
on top of a map, with extended graphic effects to highlight changes in
the data.
</p>
Expand Down
4 changes: 4 additions & 0 deletions samples/stock/demo/dark-theme/demo.css
@@ -1,3 +1,7 @@
.highcharts-figure {
margin: 0;
}

#container {
height: 400px;
min-width: 310px;
Expand Down
5 changes: 5 additions & 0 deletions samples/stock/demo/stock-css-design/demo.css
Expand Up @@ -7,8 +7,13 @@
--highcharts-color-1: #9689e6;
}

.highcharts-figure {
margin: 0;
}

#container {
height: 730px;
margin: 0 auto;
}

.highcharts-candlestick-series .highcharts-point {
Expand Down

0 comments on commit a8ab6a3

Please sign in to comment.