Skip to content

Commit

Permalink
update h2-highchart
Browse files Browse the repository at this point in the history
closes #384
  • Loading branch information
mdzio committed Mar 18, 2023
1 parent e57b50e commit cd94915
Show file tree
Hide file tree
Showing 31 changed files with 1,815 additions and 1,780 deletions.
12 changes: 12 additions & 0 deletions ccu-historian/src-webapp/custom/h2-highchart/H2-HighChart.gy
Expand Up @@ -165,6 +165,18 @@ renderer.content={
span id: "Font-Size", class:"LinePopup-text", "Font-Size"
select(id: "Select-FontSize", class:"form-select-h2") { }
}
div(id:"crosshair") {
span id: "CrossHair", class:"LinePopup-text", "CrossHair"
select(id: "Select-CrossHair", class:"form-select-h2") { }
}
div(id:"tooltip") {
span id: "ToolTip", class:"LinePopup-text", "ToolTip"
select(id: "Select-ToolTip", class:"form-select-h2") { }
}
div(id:"highlight") {
span id: "Highlight", class:"LinePopup-text", "Highlight"
select(id: "Select-HighLight", class:"form-select-h2") { }
}
div(id:"refreshSec") {
span id: "Text-Refresh", class:"LinePopup-text", "Refresh in Sec."
input(id: "Line-Refresh", type:"number", step: "any", class:"form-input-h2")
Expand Down

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions ccu-historian/src-webapp/custom/h2-highchart/HighChart.html
Expand Up @@ -148,6 +148,18 @@ <h4 class="modal-title2">Modal Header</h4>
<span id="Font-Size" class="LinePopup-text">Font-Size</span>
<select id="Select-FontSize" class="form-select-h2"></select>
</div>
<div id='crosshair'>
<span id='CrossHair' class='LinePopup-text'>CrossHair</span>
<select id='Select-CrossHair' class='form-select-h2'></select>
</div>
<div id='tooltip'>
<span id='ToolTip' class='LinePopup-text'>ToolTip</span>
<select id='Select-ToolTip' class='form-select-h2'></select>
</div>
<div id='highlight'>
<span id='Highlight' class='LinePopup-text'>Highlight</span>
<select id='Select-HighLight' class='form-select-h2'></select>
</div>
<div id="autoRefresh">
<span id="Text-autoRefresh" class="LinePopup-text">Refresh in Sec.</span>
<input id="Line-Refresh" type="number" step="any" class="form-input-h2">
Expand Down
12 changes: 12 additions & 0 deletions ccu-historian/src-webapp/custom/h2-highchart/HighChart2.html
Expand Up @@ -151,6 +151,18 @@ <h4 class="modal-title2">Modal Header</h4>
<span id="Font-Size" class="LinePopup-text">Font-Size</span>
<select id="Select-FontSize" class="form-select-h2"></select>
</div>
<div id='crosshair'>
<span id='CrossHair' class='LinePopup-text'>CrossHair</span>
<select id='Select-CrossHair' class='form-select-h2'></select>
</div>
<div id='tooltip'>
<span id='ToolTip' class='LinePopup-text'>ToolTip</span>
<select id='Select-ToolTip' class='form-select-h2'></select>
</div>
<div id='highlight'>
<span id='Highlight' class='LinePopup-text'>Highlight</span>
<select id='Select-HighLight' class='form-select-h2'></select>
</div>
<div id="autoRefresh">
<span id="Text-autoRefresh" class="LinePopup-text">Refresh in Sec.</span>
<input id="Line-Refresh" type="number" step="any" class="form-input-h2">
Expand Down
12 changes: 12 additions & 0 deletions ccu-historian/src-webapp/custom/h2-highchart/HighChart3.html
Expand Up @@ -149,6 +149,18 @@ <h4 class="modal-title2">Modal Header</h4>
<span id="Font-Size" class="LinePopup-text">Font-Size</span>
<select id="Select-FontSize" class="form-select-h2"></select>
</div>
<div id='crosshair'>
<span id='CrossHair' class='LinePopup-text'>CrossHair</span>
<select id='Select-CrossHair' class='form-select-h2'></select>
</div>
<div id='tooltip'>
<span id='ToolTip' class='LinePopup-text'>ToolTip</span>
<select id='Select-ToolTip' class='form-select-h2'></select>
</div>
<div id='highlight'>
<span id='Highlight' class='LinePopup-text'>Highlight</span>
<select id='Select-HighLight' class='form-select-h2'></select>
</div>
<div id="autoRefresh">
<span id="Text-autoRefresh" class="LinePopup-text">Refresh in Sec.</span>
<input id="Line-Refresh" type="number" step="any" class="form-input-h2">
Expand Down
79 changes: 40 additions & 39 deletions ccu-historian/src-webapp/custom/h2-highchart/exporting.js

Large diffs are not rendered by default.

404 changes: 209 additions & 195 deletions ccu-historian/src-webapp/custom/h2-highchart/highcharts-more.js

Large diffs are not rendered by default.

1,596 changes: 804 additions & 792 deletions ccu-historian/src-webapp/custom/h2-highchart/highstock.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ccu-historian/src-webapp/custom/h2-highchart/language.js

Large diffs are not rendered by default.

167 changes: 87 additions & 80 deletions ccu-historian/src-webapp/custom/h2-highchart/modules/boost.js

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions ccu-historian/src-webapp/custom/h2-highchart/modules/debugger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd94915

Please sign in to comment.