forked from highcharts/highcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog-highstock.htm
27 lines (26 loc) · 1.74 KB
/
changelog-highstock.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<p>Highstock 5.0.10 (2017-03-31)</p>
<ul> <li>Most changes listed under Highcharts 5.0.10 above also apply to Highstock 5.0.10.</li>
</ul>
<div id="accordion" class="panel-group">
<div class="panel panel-default">
<div id="hs-heading-5-0-10-bug-fixes" class="panel-heading">
<h4 class="panel-title">
<a href="#hs-5-0-10-bug-fixes" data-toggle="collapse" data-parent="#accordion">
Bug fixes
</a>
</h4>
</div>
<div id="hs-5-0-10-bug-fixes" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/1716">#1716</a>, navigator handles were not moving if the range was very small.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/3517">#3517</a>, yAxis.top caused flags on xAxis to be rendered outside the view.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/3763">#3763</a>, stable sort was not used for flags.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/6303">#6303</a>, events didn't work for flags when useHTML was set to true.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/6453">#6453</a>, scrollbars for multiple yAxes were positioned incorrectly.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/6478">#6478</a>, flags on OHLC were unable to have onKey set to low or high.</li>
</ul>
</div>
</div>
</div>
</div>