Skip to content

Commit

Permalink
Merge branch 'master' into gantt
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-a-nygaard committed Mar 26, 2018
2 parents b27ca55 + 80fb71a commit d808725
Show file tree
Hide file tree
Showing 1,506 changed files with 397,195 additions and 150,311 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/**
samples/data/maps/*.js
samples/data/maps/*.js
tools/eslint-plugin-highcharts/node_modules/**
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/highcharts.com-access.log
/highcharts.com.site-access.log
/highcharts.com.site-error.log
/test/last-run.json
/utils/issue-by-commit/demo.js
/utils/issue-by-commit/demo.html
/utils/issue-by-commit/log.txt
Expand Down Expand Up @@ -70,3 +71,4 @@ samples/highcharts/common-js/webpack/demo.js

/tmp/processed.api.json
/package-lock.json
/temp.js
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
2 changes: 2 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#### Live demo with steps to reproduce
<!-- template: jsfiddle.net/highcharts/llexl/ -->

#### Product version
<!--- Highcharts, Highstock or Highmaps plus version number -->

#### Affected browser(s)

Empty file modified ant
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highcharts",
"version": "6.0.4",
"version": "6.0.7",
"description": "JavaScript charting framework",
"main": "lib/highcharts.js",
"authors": [
Expand Down
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

highcharts.product.name=Highcharts
highcharts.product.cdnpath=
highcharts.product.version=6.0.4-modified
highcharts.product.version=6.0.7-modified
highcharts.product.date=

highstock.product.name=Highcharts Gantt
Expand All @@ -12,10 +12,10 @@ highstock.product.date=

highstock.product.name=Highstock
highstock.product.cdnpath=/stock
highstock.product.version=6.0.4-modified
highstock.product.version=6.0.7-modified
highstock.product.date=

highmaps.product.name=Highmaps
highmaps.product.cdnpath=/maps
highmaps.product.version=6.0.4-modified
highmaps.product.version=6.0.7-modified
highmaps.product.date=
93 changes: 21 additions & 72 deletions changelog-highcharts.htm
Original file line number Diff line number Diff line change
@@ -1,86 +1,35 @@
<p>Highcharts 6.0.4 (2017-12-15)</p>
<p>Highcharts 6.0.7 (2018-02-16)</p>
<ul>
<li>Added feature, <a href="https://api.highcharts.com/highcharts/xAxis.labels.reserveSpace">xAxis.labels.reserveSpace</a> option only worked when setting it to false, could not be set to true to force reserved space. See <a href="https://github.com/highslide-software/highcharts.com/issues/5286">#5286</a>.</li>
<li>Added new option on flag series, <code>allowOverlapX</code>, to be able to toggle the new feature of overlap avoidance. See <a href="https://github.com/highslide-software/highcharts.com/issues/4674">#4674</a>.</li>
<li>Made keyboard navigation for points work more intuitively, highlights last/first point depending on direction, and wraps around at end.</li>
<li>Added option <code>data.sliced</code> and <code>slicedOffset</code> in Sunburst.</li>

<li>Added internationalization support for the accessibility module. See <a href="https://api.highcharts.com/highcharts/lang.accessibility">lang.accessibility</a>.</li>
</ul>
<div id="accordion" class="panel-group">
<div class="panel panel-default">
<div id="heading-6-0-4-upgrade-notes" class="panel-heading">
<div id="heading-6-0-7-bug-fixes" class="panel-heading">
<h4 class="panel-title">
<a href="#6-0-4-upgrade-notes" data-toggle="collapse" data-parent="#accordion">
Upgrade notes
</a>
</h4>
</div>
<div id="6-0-4-upgrade-notes" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>Highcharts now makes room for the legend in the layout if it has
<code>verticalAlign: 'top'</code> with a horizontal legend.
In existing charts using this layout, the layout of the legend
and the plot area may be affected.</li>
</ul>
</div>
</div>
<div id="heading-6-0-4-bug-fixes" class="panel-heading">
<h4 class="panel-title">
<a href="#6-0-4-bug-fixes" data-toggle="collapse" data-parent="#accordion">
<a href="#6-0-7-bug-fixes" data-toggle="collapse" data-parent="#accordion">
Bug fixes
</a>
</h4>
</div>
<div id="6-0-4-bug-fixes" class="panel-collapse collapse">
<div id="6-0-7-bug-fixes" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>Moved accessibility of tables to export-data module. Fixes <a href="https://github.com/highslide-software/highcharts.com/issues/7400">#7400</a> and <a href="https://github.com/highslide-software/highcharts.com/issues/7486">#7486</a>.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/1019">#1019</a>, right mouse button dragging should not trigger zoom.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/3965">#3965</a>, tickAmount was adding ticks only with bigger value than max for single value axis.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/4939">#4939</a>, null points in box plot caused the Y axis extremes to fail and all valid points were lost.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/4958">#4958</a>, the <code>pointIntervalUnit</code> option didn't handle the DST crossover correctly when set to 'days'.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/6096">#6096</a>, reset zoom button covered the tooltip.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7042">#7042</a>, very small values were not respecting the decimals setting in numberFormat function.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7226">#7226</a>, zooming was not possible when <code>softMin</code> and <code>softMax</code> were set.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7248">#7248</a>, labels in polar charts were clipped when overflowing the chart edges.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7287">#7287</a>, some nested HTML elements in SVG were updating wrong groups.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7314">#7314</a>, Updated wordcloud to use font family sans-serif by default.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7363">#7363</a>, a regression in animation logic causing sunburst data labels not to show after drilling.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7381">#7381</a>, vector series points were visible outside current plot area.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7384">#7384</a>, data label was not visible after drilling up in pie and column charts in Chrome.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7394">#7394</a>, Infinity value broke heatmaps and potentially other charts. See also <a href="https://github.com/highslide-software/highcharts.com/issues/3571">#3571</a>.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7397">#7397</a>, updating chart type changed rendered series Z index.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7404">#7404</a>, data export from pie chart failed if the point name was an empty string.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7405">#7405</a>, small numbers in exponential notation were wrongly interpreting decimals.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7406">#7406</a>, heatmap was faded when hovering legend in styled mode.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7411">#7411</a>, chart axis disappeared with hidden series in navigator.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7413">#7413</a>, setting <a href="https://api.highcharts.com/highcharts/drilldown.animation.duration">drilldown.animation.duration</a> to 0 caused orphaned column shapes after drilling up.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7414">#7414</a>, data label text color was wrong with rotated labels in styled mode.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7415">#7415</a>, keyboard navigation not working with legend paging.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7418">#7418</a>, event handling in iOS led to all series being faded out in styled mode after tapping close to legend items.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7420">#7420</a>, a regression causing stacked column graphs to fail when <code>threshold</code> was <code>null</code>.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7421">#7421</a>, added <a href="https://api.highcharts.com/highcharts/keyboardNavigation.mode">keyboardNavigation.mode</a> option with serializing functionality.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7423">#7423</a>, bad default behavior for accessibility <code>skipNullPoints</code> and <code>pointDescriptionThreshold</code>.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7428">#7428</a>, legend overlapped title and subtitle when vertically aligned to top.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7432">#7432</a>, ticks not correctly placed on midnight in some cases when the first tick was close to DST crossover.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7437">#7437</a>, a regression causing 3d pie slices not to move on second update using <code>Chart.setSize()</code>.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7439">#7439</a>, errors on drilling down in styled mode treemap.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7448">#7448</a>, CSV export problem with auto-detecting decimal points and item delimiters. Item delimiters now default to <code>;</code> if the detected browser locale has <code>,</code> for decimal points.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7451">#7451</a>, a regression causing panning out of data bounds on category axes.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7457">#7457</a>, function was not accepted as binsNumber for histogram series.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7463">#7463</a>, extra tick was inserted on zoom when using the <a href="https://api.highcharts.com/highcharts/xAxis.tickPositions">xAxis.tickPositions</a> option.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7475">#7475</a>, a regression causing <code>xAxis.label.overflow: false</code> not to work.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7477">#7477</a>, 3D line series moved as series visibility was toggled.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7478">#7478</a>, plot border didn't redraw when animation was active.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7481">#7481</a>, error in stacked chart with predefined axis bounds using boost.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7485">#7485</a>, Mozilla Addons Linter found a bad word in the source code.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7489">#7489</a>, sankey chart was not compatible with no-data module.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7493">#7493</a>, stacked area chart didn't respect <code>connectNulls: false</code> after updating point to null.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7494">#7494</a>, chart height increased on window resize in styled mode.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7495">#7495</a>, small gaps were visible between the halo and the pie slices in pie charts due to SVG anti aliasing.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7507">#7507</a>, visible and misplaced wind barbs when outside plot area.</li>
<li>Fixed wrong context in animation complete callback when skipping animation due to equal attributes. See <a href="https://github.com/highslide-software/highcharts.com/issues/7146">#7146</a>.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/150">#150</a>, grid lines did not always align to plot border and to other axis' grid lines.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/1813">#1813</a>, graphs and areas were not clipped when exceeding perimeter in polar charts.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7191">#7191</a>, level options was applied to wrong level in treemap when <code>levelIsConstant</code> is false.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7729">#7729</a>, <code>highcharts-more.js</code> couldn't be included multiple times without errors.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7787">#7787</a>, a regression causing incorrect title alignment when useHTML was enabled in v6.0.5.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7800">#7800</a>, error on hovering points in IE11 + compatibility mode.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7806">#7806</a>, API reference had a wrong extend for bullet's targetOptions.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7812">#7812</a>, a regression causing wrong initial position of text with <code>useHTML</code>.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7814">#7814</a>, multiline axis title didn't reflow to chart resize.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7817">#7817</a>, regression with categories in drilldown. Point names were not properly purged from Axis.names array.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7825">#7825</a>, histogram threw error if the base series had equaled values.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7826">#7826</a>, annotations were hidden if the points had disabled markers.</li>
reference description for chart.options3d.frame.bottom.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7850">#7850</a>, legacy IE event for <code>onContainerMouseDown</code> wasn't provided properly.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7854">#7854</a>, accessibility of datetime charts.</li>

</ul>
</div>
</div>
Expand Down
28 changes: 4 additions & 24 deletions changelog-highmaps.htm
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
<p>Highmaps 6.0.4 (2017-12-15)</p>
<ul> <li>Most changes listed under Highcharts 6.0.4 above also apply to Highmaps 6.0.4.</li>

</ul>
<div id="accordion" class="panel-group">
<div class="panel panel-default">
<div id="hm-heading-6-0-4-bug-fixes" class="panel-heading">
<h4 class="panel-title">
<a href="#hm-6-0-4-bug-fixes" data-toggle="collapse" data-parent="#accordion">
Bug fixes
</a>
</h4>
</div>
<div id="hm-6-0-4-bug-fixes" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7490">#7490</a>, color axis marker remained when legend was disabled.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/6242">#6242</a>, issue where disabling the legend caused stray colorAxis ticks.</li>

</ul>
</div>
</div>
</div>
</div>
<p>Highmaps 6.0.7 (2018-02-16)</p>
<ul>
<li>Most changes listed under Highcharts 6.0.7 above also apply to Highmaps 6.0.7.</li>
</ul>
17 changes: 8 additions & 9 deletions changelog-highstock.htm
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
<p>Highstock 6.0.4 (2017-12-15)</p>
<ul> <li>Most changes listed under Highcharts 6.0.4 above also apply to Highstock 6.0.4.</li>
<p>Highstock 6.0.7 (2018-02-16)</p>
<ul> <li>Most changes listed under Highcharts 6.0.7 above also apply to Highstock 6.0.7.</li>

<li>Added <code>y</code> value to flag points on a series. See <a href="https://github.com/highslide-software/highcharts.com/issues/7440">#7440</a>.</li>
</ul>
<div id="accordion" class="panel-group">
<div class="panel panel-default">
<div id="hs-heading-6-0-4-bug-fixes" class="panel-heading">
<div id="hs-heading-6-0-7-bug-fixes" class="panel-heading">
<h4 class="panel-title">
<a href="#hs-6-0-4-bug-fixes" data-toggle="collapse" data-parent="#accordion">
<a href="#hs-6-0-7-bug-fixes" data-toggle="collapse" data-parent="#accordion">
Bug fixes
</a>
</h4>
</div>
<div id="hs-6-0-4-bug-fixes" class="panel-collapse collapse">
<div id="hs-6-0-7-bug-fixes" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7307">#7307</a>, unable to set <code>tooltip.split</code> to false from <code>setOptions</code>.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7458">#7458</a>, the 1M button in the range selector was not visually in pressed state even when initially selected when the data range crossed DST.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7509">#7509</a>, calling <code>chart.destroy()</code> after <code>setData</code> with redraw false caused JS error.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7802">#7802</a>, incorrect EMA calculation when series had points with zero values.</li>
<li>Fixed <a href="https://github.com/highslide-software/highcharts.com/issues/7788">#7788</a>, MACD did not display calculated points.</li>

</ul>
</div>
</div>
Expand Down
2 changes: 0 additions & 2 deletions code/.gitignore

This file was deleted.

Loading

0 comments on commit d808725

Please sign in to comment.