Skip to content

Commit

Permalink
Update HighChart Version to 11.2
Browse files Browse the repository at this point in the history
remove boost module - issues with line clicking
remove debugger module - load performance
  • Loading branch information
wakr70 committed Dec 17, 2023
1 parent df74a7d commit 3db5c0f
Show file tree
Hide file tree
Showing 77 changed files with 39,300 additions and 49,546 deletions.
2 changes: 0 additions & 2 deletions h2-highchart/H2-HighChart.gy
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ renderer.end={
script src:'exporting.js'
script src:'offline-exporting.js'
script src:'modules/export-data.js'
script src:'modules/debugger.js'
script src:'modules/boost.js'
script src:'stock-tools/indicators.js'
script src:'stock-tools/acceleration-bands.js'
script src:'stock-tools/bollinger-bands.js'
Expand Down
2 changes: 1 addition & 1 deletion h2-highchart/H2-HighChart.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion h2-highchart/H2-HighChart.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion h2-highchart/H2-HighChart.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* eslint-env browser */

window.H2buffer = {
version: 'v6.9', // Version
version: 'v7.0', // Version
// Setup H2 Database Services, default set to same server as this webpage and port 8082
server: location.hostname,
port: (location.port === "") ? "80" : location.port,
Expand Down Expand Up @@ -3072,6 +3072,7 @@ function addAggregationMinMax(serieObj) {
linkedTo: serieObj.options.id,
type: 'arearange',
lineWidth: 1,
findNearestPointBy: 'xy',
dataGrouping: {
enabled: true,
forced: true,
Expand Down Expand Up @@ -4176,6 +4177,7 @@ function chartSetOptions() {

plotOptions: {
series: {
cursor: 'pointer',
states: defineHighLight(),
events: {
legendItemClick: function(event) {
Expand Down
2 changes: 0 additions & 2 deletions h2-highchart/HighChart.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ <h4 class='modal-title4'>Modal Header</h4>
<script src='exporting.js'></script>
<script src='offline-exporting.js'></script>
<script src='modules/export-data.js'></script>
<script src='modules/debugger.js'></script>
<script src='modules/boost.js'></script>
<script src='stock-tools/indicators.js'></script>
<script src='stock-tools/acceleration-bands.js'></script>
<script src='stock-tools/bollinger-bands.js'></script>
Expand Down
2 changes: 0 additions & 2 deletions h2-highchart/HighChart2.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ <h4 class='modal-title4'>Modal Header</h4>
<script src='exporting.js'></script>
<script src='offline-exporting.js'></script>
<script src='modules/export-data.js'></script>
<script src='modules/debugger.js'></script>
<script src='modules/boost.js'></script>
<script src='stock-tools/indicators.js'></script>
<script src='stock-tools/acceleration-bands.js'></script>
<script src='stock-tools/bollinger-bands.js'></script>
Expand Down
58 changes: 9 additions & 49 deletions h2-highchart/exporting.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion h2-highchart/exporting.js.map

Large diffs are not rendered by default.

1,955 changes: 925 additions & 1,030 deletions h2-highchart/exporting.src.js

Large diffs are not rendered by default.

223 changes: 7 additions & 216 deletions h2-highchart/highcharts-more.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion h2-highchart/highcharts-more.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3db5c0f

Please sign in to comment.